#7C92CC
A light, moderate blue closely aligning with Steelblue.
About #7C92CC
When working with digital screens, the color #7C92CC is rendered by mixing light. It is closely associated with the named CSS color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 146, and 204.
If you are designing for print, the four-color process is what matters most. The color uses 39% Cyan, 28% Magenta, 0% Yellow, and 20% Black. With a hue angle of 223.5 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. 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#7C92CC
RGB124, 146, 204
HSL223.5°, 44.0%, 64.3%
CMYK39%, 28%, 0%, 20%
HSV223.5°, 39.2%, 80.0%
LAB61.0, 6.8, -32.4
XYZ29.5, 29.2, 61.2
Decimal8164044
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.07:1
Text on #FFFFFF
AA Large
6.84:1
Text on #000000
AA
2.93:1
Text on #F8FAFC
FAIL
5.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C92CC;
}
.text-color {
color: #7C92CC;
}
.border-color {
border: 2px solid #7C92CC;
}