Shades of Rock Blue #8C99AD
Tints of Rock Blue #8C99AD
RGB
CMYK
RGB Variations
Color information
#8C99AD (or 0x8C99AD) is known color: Rock Blue. HEX triplet: 8C, 99 and AD. RGB value is (140,153,173). Sum of RGB (Red+Green+Blue) = 140+153+173=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C99AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C99AD is #736652. Grayscale: #979797. Windows color (decimal): -7562835 or 11377036. OLE color: 11377036.
HSL color Cylindrical-coordinate representation of color #8C99AD: hue angle of 216.36º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C99AD is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 153 | 173 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.32 |
| HSL | 216.36º | 0.17% | 0.61% | - |
| HSV(B) | 216.36º | 0.19% | 0.68% | - |
| XYZ | 29.75 | 31.38 | 44.02 | - |
| YUV | 151.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 173 | 0.19 | 0.12 | 0 | 0.32 | 216.36 | 0.17 | 0.61 |
| Hex | 8C | 99 | AD | 13 | C | 0 | 20 | D8 | 11 | 3D |
| Octal | 214 | 231 | 255 | 23 | 14 | 0 | 40 | 330 | 21 | 75 |
| Binary | 10001100 | 10011001 | 10101101 | 10011 | 1100 | 0 | 100000 | 11011000 | 10001 | 111101 |
Color Harmonies of #8C99AD
Complementary color
Monochromatic Colors of #8C99AD
Black with #8C99AD
Text Example
Text Example
White with #8C99AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C99AD; }
p { color: rgb(140,153,173); }
H1.HeaderClassName
{
color: #8C99AD;
}
.AnyTagClassName
{
color: #8C99AD;
}
</style>
background-color css
<style>
a { background-color: #8C99AD; }
a { background-color: rgb(140,153,173); }
div.DivClassName
{
background-color: #8C99AD;
}
.BgClassName
{
background-color: #8C99AD;
}
</style>
border-color css
<style>
span { border-color: #8C99AD; }
span { border-color: rgb(140,153,173); }
td.TdClassName
{
border-color: #8C99AD;
}
.TagClassName
{
border-color: #8C99AD;
}
</style>