#92A0D3
A light, moderate blue closely aligning with Steelblue.
About #92A0D3
The precise color #92A0D3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(146, 160, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 31% cyan, 24% magenta, 0% yellow, and 17% black. With a hue angle of 227.1 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92A0D3
RGB146, 160, 211
HSL227.1°, 42.5%, 70.0%
CMYK31%, 24%, 0%, 17%
HSV227.1°, 30.8%, 82.7%
LAB66.5, 6.8, -27.6
XYZ36.2, 36.0, 66.7
Decimal9609427
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.19:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #92A0D3;
}
.text-color {
color: #92A0D3;
}
.border-color {
border: 2px solid #92A0D3;
}