Shades of Rock Blue #8D9AAF
Tints of Rock Blue #8D9AAF
RGB
CMYK
RGB Variations
Color information
#8D9AAF (or 0x8D9AAF) is known color: Rock Blue. HEX triplet: 8D, 9A and AF. RGB value is (141,154,175). Sum of RGB (Red+Green+Blue) = 141+154+175=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D9AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9AAF is #726550. Grayscale: #989898. Windows color (decimal): -7497041 or 11508365. OLE color: 11508365.
HSL color Cylindrical-coordinate representation of color #8D9AAF: hue angle of 217.06º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D9AAF is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 154 | 175 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.31 |
| HSL | 217.06º | 0.18% | 0.62% | - |
| HSV(B) | 217.06º | 0.19% | 0.69% | - |
| XYZ | 30.28 | 31.87 | 45.11 | - |
| YUV | 152.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 175 | 0.19 | 0.12 | 0 | 0.31 | 217.06 | 0.18 | 0.62 |
| Hex | 8D | 9A | AF | 13 | C | 0 | 1F | D9 | 12 | 3E |
| Octal | 215 | 232 | 257 | 23 | 14 | 0 | 37 | 331 | 22 | 76 |
| Binary | 10001101 | 10011010 | 10101111 | 10011 | 1100 | 0 | 11111 | 11011001 | 10010 | 111110 |
Color Harmonies of #8D9AAF
Complementary color
Monochromatic Colors of #8D9AAF
Black with #8D9AAF
Text Example
Text Example
White with #8D9AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9AAF; }
p { color: rgb(141,154,175); }
H1.HeaderClassName
{
color: #8D9AAF;
}
.AnyTagClassName
{
color: #8D9AAF;
}
</style>
background-color css
<style>
a { background-color: #8D9AAF; }
a { background-color: rgb(141,154,175); }
div.DivClassName
{
background-color: #8D9AAF;
}
.BgClassName
{
background-color: #8D9AAF;
}
</style>
border-color css
<style>
span { border-color: #8D9AAF; }
span { border-color: rgb(141,154,175); }
td.TdClassName
{
border-color: #8D9AAF;
}
.TagClassName
{
border-color: #8D9AAF;
}
</style>