Shades of Rock Blue #8D9AAE
Tints of Rock Blue #8D9AAE
RGB
CMYK
RGB Variations
Color information
#8D9AAE (or 0x8D9AAE) is known color: Rock Blue. HEX triplet: 8D, 9A and AE. RGB value is (141,154,174). Sum of RGB (Red+Green+Blue) = 141+154+174=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D9AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9AAE is #726551. Grayscale: #989898. Windows color (decimal): -7497042 or 11442829. OLE color: 11442829.
HSL color Cylindrical-coordinate representation of color #8D9AAE: hue angle of 216.36º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D9AAE is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 154 | 174 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.32 |
| HSL | 216.36º | 0.17% | 0.62% | - |
| HSV(B) | 216.36º | 0.19% | 0.68% | - |
| XYZ | 30.18 | 31.83 | 44.6 | - |
| YUV | 152.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 174 | 0.19 | 0.11 | 0 | 0.32 | 216.36 | 0.17 | 0.62 |
| Hex | 8D | 9A | AE | 13 | B | 0 | 20 | D8 | 11 | 3E |
| Octal | 215 | 232 | 256 | 23 | 13 | 0 | 40 | 330 | 21 | 76 |
| Binary | 10001101 | 10011010 | 10101110 | 10011 | 1011 | 0 | 100000 | 11011000 | 10001 | 111110 |
Color Harmonies of #8D9AAE
Complementary color
Monochromatic Colors of #8D9AAE
Black with #8D9AAE
Text Example
Text Example
White with #8D9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9AAE; }
p { color: rgb(141,154,174); }
H1.HeaderClassName
{
color: #8D9AAE;
}
.AnyTagClassName
{
color: #8D9AAE;
}
</style>
background-color css
<style>
a { background-color: #8D9AAE; }
a { background-color: rgb(141,154,174); }
div.DivClassName
{
background-color: #8D9AAE;
}
.BgClassName
{
background-color: #8D9AAE;
}
</style>
border-color css
<style>
span { border-color: #8D9AAE; }
span { border-color: rgb(141,154,174); }
td.TdClassName
{
border-color: #8D9AAE;
}
.TagClassName
{
border-color: #8D9AAE;
}
</style>