Shades of Rock Blue #8D99AA
Tints of Rock Blue #8D99AA
RGB
CMYK
RGB Variations
Color information
#8D99AA (or 0x8D99AA) is known color: Rock Blue. HEX triplet: 8D, 99 and AA. RGB value is (141,153,170). Sum of RGB (Red+Green+Blue) = 141+153+170=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 153 (60.16% from 255 or 32.97% 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 #8D99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D99AA is #726655. Grayscale: #979797. Windows color (decimal): -7497302 or 11180429. OLE color: 11180429.
HSL color Cylindrical-coordinate representation of color #8D99AA: hue angle of 215.17º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D99AA is Cyan = 0.17, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 153 | 170 | - |
| CMYK | 0.17 | 0.1 | 0 | 0.33 |
| HSL | 215.17º | 0.15% | 0.61% | - |
| HSV(B) | 215.17º | 0.17% | 0.67% | - |
| XYZ | 29.63 | 31.35 | 42.52 | - |
| YUV | 151.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 170 | 0.17 | 0.1 | 0 | 0.33 | 215.17 | 0.15 | 0.61 |
| Hex | 8D | 99 | AA | 11 | A | 0 | 21 | D7 | F | 3D |
| Octal | 215 | 231 | 252 | 21 | 12 | 0 | 41 | 327 | 17 | 75 |
| Binary | 10001101 | 10011001 | 10101010 | 10001 | 1010 | 0 | 100001 | 11010111 | 1111 | 111101 |
Color Harmonies of #8D99AA
Complementary color
Monochromatic Colors of #8D99AA
Black with #8D99AA
Text Example
Text Example
White with #8D99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D99AA; }
p { color: rgb(141,153,170); }
H1.HeaderClassName
{
color: #8D99AA;
}
.AnyTagClassName
{
color: #8D99AA;
}
</style>
background-color css
<style>
a { background-color: #8D99AA; }
a { background-color: rgb(141,153,170); }
div.DivClassName
{
background-color: #8D99AA;
}
.BgClassName
{
background-color: #8D99AA;
}
</style>
border-color css
<style>
span { border-color: #8D99AA; }
span { border-color: rgb(141,153,170); }
td.TdClassName
{
border-color: #8D99AA;
}
.TagClassName
{
border-color: #8D99AA;
}
</style>