#7C8ABD
A light, moderate blue closely aligning with Steelblue.
About #7C8ABD
When working with digital screens, the color #7C8ABD is rendered by mixing light. Its closest recognized web color is Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 138, and 189.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 34% cyan, 27% magenta, 0% yellow, and 26% black. The HSL representation is 227.1° hue, 33.0% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C8ABD
RGB124, 138, 189
HSL227.1°, 33.0%, 61.4%
CMYK34%, 27%, 0%, 26%
HSV227.1°, 34.4%, 74.1%
LAB58.2, 7.3, -28.2
XYZ26.6, 26.1, 51.8
Decimal8161981
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.23:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C8ABD;
}
.text-color {
color: #7C8ABD;
}
.border-color {
border: 2px solid #7C8ABD;
}