Shades of Rock Blue #8E9EAE
Tints of Rock Blue #8E9EAE
RGB
CMYK
RGB Variations
Color information
#8E9EAE (or 0x8E9EAE) is known color: Rock Blue. HEX triplet: 8E, 9E and AE. RGB value is (142,158,174). Sum of RGB (Red+Green+Blue) = 142+158+174=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E9EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9EAE is #716151. Grayscale: #9A9A9A. Windows color (decimal): -7430482 or 11443854. OLE color: 11443854.
HSL color Cylindrical-coordinate representation of color #8E9EAE: hue angle of 210º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E9EAE is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 158 | 174 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.32 |
| HSL | 210º | 0.16% | 0.62% | - |
| HSV(B) | 210º | 0.18% | 0.68% | - |
| XYZ | 31.02 | 33.26 | 44.83 | - |
| YUV | 155.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 158 | 174 | 0.18 | 0.09 | 0 | 0.32 | 210 | 0.16 | 0.62 |
| Hex | 8E | 9E | AE | 12 | 9 | 0 | 20 | D2 | 10 | 3E |
| Octal | 216 | 236 | 256 | 22 | 11 | 0 | 40 | 322 | 20 | 76 |
| Binary | 10001110 | 10011110 | 10101110 | 10010 | 1001 | 0 | 100000 | 11010010 | 10000 | 111110 |
Color Harmonies of #8E9EAE
Complementary color
Monochromatic Colors of #8E9EAE
Black with #8E9EAE
Text Example
Text Example
White with #8E9EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9EAE; }
p { color: rgb(142,158,174); }
H1.HeaderClassName
{
color: #8E9EAE;
}
.AnyTagClassName
{
color: #8E9EAE;
}
</style>
background-color css
<style>
a { background-color: #8E9EAE; }
a { background-color: rgb(142,158,174); }
div.DivClassName
{
background-color: #8E9EAE;
}
.BgClassName
{
background-color: #8E9EAE;
}
</style>
border-color css
<style>
span { border-color: #8E9EAE; }
span { border-color: rgb(142,158,174); }
td.TdClassName
{
border-color: #8E9EAE;
}
.TagClassName
{
border-color: #8E9EAE;
}
</style>