Shades of Rock Blue #8E99AC
Tints of Rock Blue #8E99AC
RGB
CMYK
RGB Variations
Color information
#8E99AC (or 0x8E99AC) is known color: Rock Blue. HEX triplet: 8E, 99 and AC. RGB value is (142,153,172). Sum of RGB (Red+Green+Blue) = 142+153+172=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E99AC is #716653. Grayscale: #979797. Windows color (decimal): -7431764 or 11311502. OLE color: 11311502.
HSL color Cylindrical-coordinate representation of color #8E99AC: hue angle of 218º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E99AC is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 153 | 172 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.33 |
| HSL | 218º | 0.15% | 0.62% | - |
| HSV(B) | 218º | 0.17% | 0.67% | - |
| XYZ | 29.99 | 31.51 | 43.53 | - |
| YUV | 151.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 172 | 0.17 | 0.11 | 0 | 0.33 | 218 | 0.15 | 0.62 |
| Hex | 8E | 99 | AC | 11 | B | 0 | 21 | DA | F | 3E |
| Octal | 216 | 231 | 254 | 21 | 13 | 0 | 41 | 332 | 17 | 76 |
| Binary | 10001110 | 10011001 | 10101100 | 10001 | 1011 | 0 | 100001 | 11011010 | 1111 | 111110 |
Color Harmonies of #8E99AC
Complementary color
Monochromatic Colors of #8E99AC
Black with #8E99AC
Text Example
Text Example
White with #8E99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E99AC; }
p { color: rgb(142,153,172); }
H1.HeaderClassName
{
color: #8E99AC;
}
.AnyTagClassName
{
color: #8E99AC;
}
</style>
background-color css
<style>
a { background-color: #8E99AC; }
a { background-color: rgb(142,153,172); }
div.DivClassName
{
background-color: #8E99AC;
}
.BgClassName
{
background-color: #8E99AC;
}
</style>
border-color css
<style>
span { border-color: #8E99AC; }
span { border-color: rgb(142,153,172); }
td.TdClassName
{
border-color: #8E99AC;
}
.TagClassName
{
border-color: #8E99AC;
}
</style>