Shades of Rock Blue #8E9EC2
Tints of Rock Blue #8E9EC2
RGB
CMYK
RGB Variations
Color information
#8E9EC2 (or 0x8E9EC2) is known color: Rock Blue. HEX triplet: 8E, 9E and C2. RGB value is (142,158,194). Sum of RGB (Red+Green+Blue) = 142+158+194=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 194 - color contains mainly: blue. Hex color #8E9EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9EC2 is #71613D. Grayscale: #9D9D9D. Windows color (decimal): -7430462 or 12754574. OLE color: 12754574.
HSL color Cylindrical-coordinate representation of color #8E9EC2: hue angle of 221.54º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E9EC2 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 158 | 194 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.24 |
| HSL | 221.54º | 0.3% | 0.66% | - |
| HSV(B) | 221.54º | 0.27% | 0.76% | - |
| XYZ | 33.12 | 34.1 | 55.88 | - |
| YUV | 157.32 | 148.7 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 158 | 194 | 0.27 | 0.19 | 0 | 0.24 | 221.54 | 0.3 | 0.66 |
| Hex | 8E | 9E | C2 | 1B | 13 | 0 | 18 | DE | 1E | 42 |
| Octal | 216 | 236 | 302 | 33 | 23 | 0 | 30 | 336 | 36 | 102 |
| Binary | 10001110 | 10011110 | 11000010 | 11011 | 10011 | 0 | 11000 | 11011110 | 11110 | 1000010 |
Color Harmonies of #8E9EC2
Complementary color
Monochromatic Colors of #8E9EC2
Black with #8E9EC2
Text Example
Text Example
White with #8E9EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9EC2; }
p { color: rgb(142,158,194); }
H1.HeaderClassName
{
color: #8E9EC2;
}
.AnyTagClassName
{
color: #8E9EC2;
}
</style>
background-color css
<style>
a { background-color: #8E9EC2; }
a { background-color: rgb(142,158,194); }
div.DivClassName
{
background-color: #8E9EC2;
}
.BgClassName
{
background-color: #8E9EC2;
}
</style>
border-color css
<style>
span { border-color: #8E9EC2; }
span { border-color: rgb(142,158,194); }
td.TdClassName
{
border-color: #8E9EC2;
}
.TagClassName
{
border-color: #8E9EC2;
}
</style>