Shades of Rock Blue #8E9DBB
Tints of Rock Blue #8E9DBB
RGB
CMYK
RGB Variations
Color information
#8E9DBB (or 0x8E9DBB) is known color: Rock Blue. HEX triplet: 8E, 9D and BB. RGB value is (142,157,187). Sum of RGB (Red+Green+Blue) = 142+157+187=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E9DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9DBB is #716244. Grayscale: #9B9B9B. Windows color (decimal): -7430725 or 12295566. OLE color: 12295566.
HSL color Cylindrical-coordinate representation of color #8E9DBB: hue angle of 220º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E9DBB is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 157 | 187 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.27 |
| HSL | 220º | 0.25% | 0.65% | - |
| HSV(B) | 220º | 0.24% | 0.73% | - |
| XYZ | 32.18 | 33.45 | 51.77 | - |
| YUV | 155.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 187 | 0.24 | 0.16 | 0 | 0.27 | 220 | 0.25 | 0.65 |
| Hex | 8E | 9D | BB | 18 | 10 | 0 | 1B | DC | 19 | 41 |
| Octal | 216 | 235 | 273 | 30 | 20 | 0 | 33 | 334 | 31 | 101 |
| Binary | 10001110 | 10011101 | 10111011 | 11000 | 10000 | 0 | 11011 | 11011100 | 11001 | 1000001 |
Color Harmonies of #8E9DBB
Complementary color
Monochromatic Colors of #8E9DBB
Black with #8E9DBB
Text Example
Text Example
White with #8E9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9DBB; }
p { color: rgb(142,157,187); }
H1.HeaderClassName
{
color: #8E9DBB;
}
.AnyTagClassName
{
color: #8E9DBB;
}
</style>
background-color css
<style>
a { background-color: #8E9DBB; }
a { background-color: rgb(142,157,187); }
div.DivClassName
{
background-color: #8E9DBB;
}
.BgClassName
{
background-color: #8E9DBB;
}
</style>
border-color css
<style>
span { border-color: #8E9DBB; }
span { border-color: rgb(142,157,187); }
td.TdClassName
{
border-color: #8E9DBB;
}
.TagClassName
{
border-color: #8E9DBB;
}
</style>