Shades of Rock Blue #8E98AA
Tints of Rock Blue #8E98AA
RGB
CMYK
RGB Variations
Color information
#8E98AA (or 0x8E98AA) is known color: Rock Blue. HEX triplet: 8E, 98 and AA. RGB value is (142,152,170). Sum of RGB (Red+Green+Blue) = 142+152+170=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E98AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E98AA is #716755. Grayscale: #969696. Windows color (decimal): -7432022 or 11180174. OLE color: 11180174.
HSL color Cylindrical-coordinate representation of color #8E98AA: hue angle of 218.57º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E98AA is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 152 | 170 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.33 |
| HSL | 218.57º | 0.14% | 0.61% | - |
| HSV(B) | 218.57º | 0.16% | 0.67% | - |
| XYZ | 29.64 | 31.11 | 42.47 | - |
| YUV | 151.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 152 | 170 | 0.16 | 0.11 | 0 | 0.33 | 218.57 | 0.14 | 0.61 |
| Hex | 8E | 98 | AA | 10 | B | 0 | 21 | DB | E | 3D |
| Octal | 216 | 230 | 252 | 20 | 13 | 0 | 41 | 333 | 16 | 75 |
| Binary | 10001110 | 10011000 | 10101010 | 10000 | 1011 | 0 | 100001 | 11011011 | 1110 | 111101 |
Color Harmonies of #8E98AA
Complementary color
Monochromatic Colors of #8E98AA
Black with #8E98AA
Text Example
Text Example
White with #8E98AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E98AA; }
p { color: rgb(142,152,170); }
H1.HeaderClassName
{
color: #8E98AA;
}
.AnyTagClassName
{
color: #8E98AA;
}
</style>
background-color css
<style>
a { background-color: #8E98AA; }
a { background-color: rgb(142,152,170); }
div.DivClassName
{
background-color: #8E98AA;
}
.BgClassName
{
background-color: #8E98AA;
}
</style>
border-color css
<style>
span { border-color: #8E98AA; }
span { border-color: rgb(142,152,170); }
td.TdClassName
{
border-color: #8E98AA;
}
.TagClassName
{
border-color: #8E98AA;
}
</style>