Shades of Rock Blue #8E98AD
Tints of Rock Blue #8E98AD
RGB
CMYK
RGB Variations
Color information
#8E98AD (or 0x8E98AD) is known color: Rock Blue. HEX triplet: 8E, 98 and AD. RGB value is (142,152,173). Sum of RGB (Red+Green+Blue) = 142+152+173=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E98AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E98AD is #716752. Grayscale: #979797. Windows color (decimal): -7432019 or 11376782. OLE color: 11376782.
HSL color Cylindrical-coordinate representation of color #8E98AD: hue angle of 220.65º 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 #8E98AD is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 152 | 173 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.32 |
| HSL | 220.65º | 0.16% | 0.62% | - |
| HSV(B) | 220.65º | 0.18% | 0.68% | - |
| XYZ | 29.93 | 31.22 | 43.98 | - |
| YUV | 151.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 152 | 173 | 0.18 | 0.12 | 0 | 0.32 | 220.65 | 0.16 | 0.62 |
| Hex | 8E | 98 | AD | 12 | C | 0 | 20 | DD | 10 | 3E |
| Octal | 216 | 230 | 255 | 22 | 14 | 0 | 40 | 335 | 20 | 76 |
| Binary | 10001110 | 10011000 | 10101101 | 10010 | 1100 | 0 | 100000 | 11011101 | 10000 | 111110 |
Color Harmonies of #8E98AD
Complementary color
Monochromatic Colors of #8E98AD
Black with #8E98AD
Text Example
Text Example
White with #8E98AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E98AD; }
p { color: rgb(142,152,173); }
H1.HeaderClassName
{
color: #8E98AD;
}
.AnyTagClassName
{
color: #8E98AD;
}
</style>
background-color css
<style>
a { background-color: #8E98AD; }
a { background-color: rgb(142,152,173); }
div.DivClassName
{
background-color: #8E98AD;
}
.BgClassName
{
background-color: #8E98AD;
}
</style>
border-color css
<style>
span { border-color: #8E98AD; }
span { border-color: rgb(142,152,173); }
td.TdClassName
{
border-color: #8E98AD;
}
.TagClassName
{
border-color: #8E98AD;
}
</style>