Shades of Rock Blue #8C99AA
Tints of Rock Blue #8C99AA
RGB
CMYK
RGB Variations
Color information
#8C99AA (or 0x8C99AA) is known color: Rock Blue. HEX triplet: 8C, 99 and AA. RGB value is (140,153,170). Sum of RGB (Red+Green+Blue) = 140+153+170=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C99AA is #736655. Grayscale: #969696. Windows color (decimal): -7562838 or 11180428. OLE color: 11180428.
HSL color Cylindrical-coordinate representation of color #8C99AA: hue angle of 214º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C99AA is Cyan = 0.18, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 153 | 170 | - |
| CMYK | 0.18 | 0.1 | 0 | 0.33 |
| HSL | 214º | 0.15% | 0.61% | - |
| HSV(B) | 214º | 0.18% | 0.67% | - |
| XYZ | 29.46 | 31.26 | 42.51 | - |
| YUV | 151.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 170 | 0.18 | 0.1 | 0 | 0.33 | 214 | 0.15 | 0.61 |
| Hex | 8C | 99 | AA | 12 | A | 0 | 21 | D6 | F | 3D |
| Octal | 214 | 231 | 252 | 22 | 12 | 0 | 41 | 326 | 17 | 75 |
| Binary | 10001100 | 10011001 | 10101010 | 10010 | 1010 | 0 | 100001 | 11010110 | 1111 | 111101 |
Color Harmonies of #8C99AA
Complementary color
Monochromatic Colors of #8C99AA
Black with #8C99AA
Text Example
Text Example
White with #8C99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C99AA; }
p { color: rgb(140,153,170); }
H1.HeaderClassName
{
color: #8C99AA;
}
.AnyTagClassName
{
color: #8C99AA;
}
</style>
background-color css
<style>
a { background-color: #8C99AA; }
a { background-color: rgb(140,153,170); }
div.DivClassName
{
background-color: #8C99AA;
}
.BgClassName
{
background-color: #8C99AA;
}
</style>
border-color css
<style>
span { border-color: #8C99AA; }
span { border-color: rgb(140,153,170); }
td.TdClassName
{
border-color: #8C99AA;
}
.TagClassName
{
border-color: #8C99AA;
}
</style>