Shades of Rock Blue #8C99AC
Tints of Rock Blue #8C99AC
RGB
CMYK
RGB Variations
Color information
#8C99AC (or 0x8C99AC) is known color: Rock Blue. HEX triplet: 8C, 99 and AC. RGB value is (140,153,172). Sum of RGB (Red+Green+Blue) = 140+153+172=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C99AC is #736653. Grayscale: #979797. Windows color (decimal): -7562836 or 11311500. OLE color: 11311500.
HSL color Cylindrical-coordinate representation of color #8C99AC: hue angle of 215.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C99AC is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 153 | 172 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.33 |
| HSL | 215.63º | 0.16% | 0.61% | - |
| HSV(B) | 215.63º | 0.19% | 0.67% | - |
| XYZ | 29.65 | 31.34 | 43.52 | - |
| YUV | 151.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 172 | 0.19 | 0.11 | 0 | 0.33 | 215.63 | 0.16 | 0.61 |
| Hex | 8C | 99 | AC | 13 | B | 0 | 21 | D8 | 10 | 3D |
| Octal | 214 | 231 | 254 | 23 | 13 | 0 | 41 | 330 | 20 | 75 |
| Binary | 10001100 | 10011001 | 10101100 | 10011 | 1011 | 0 | 100001 | 11011000 | 10000 | 111101 |
Color Harmonies of #8C99AC
Complementary color
Monochromatic Colors of #8C99AC
Black with #8C99AC
Text Example
Text Example
White with #8C99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C99AC; }
p { color: rgb(140,153,172); }
H1.HeaderClassName
{
color: #8C99AC;
}
.AnyTagClassName
{
color: #8C99AC;
}
</style>
background-color css
<style>
a { background-color: #8C99AC; }
a { background-color: rgb(140,153,172); }
div.DivClassName
{
background-color: #8C99AC;
}
.BgClassName
{
background-color: #8C99AC;
}
</style>
border-color css
<style>
span { border-color: #8C99AC; }
span { border-color: rgb(140,153,172); }
td.TdClassName
{
border-color: #8C99AC;
}
.TagClassName
{
border-color: #8C99AC;
}
</style>