Shades of Rock Blue #8F9DAC
Tints of Rock Blue #8F9DAC
RGB
CMYK
RGB Variations
Color information
#8F9DAC (or 0x8F9DAC) is known color: Rock Blue. HEX triplet: 8F, 9D and AC. RGB value is (143,157,172). Sum of RGB (Red+Green+Blue) = 143+157+172=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F9DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9DAC is #706253. Grayscale: #9A9A9A. Windows color (decimal): -7365204 or 11312527. OLE color: 11312527.
HSL color Cylindrical-coordinate representation of color #8F9DAC: hue angle of 211.03º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F9DAC is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 157 | 172 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.33 |
| HSL | 211.03º | 0.15% | 0.62% | - |
| HSV(B) | 211.03º | 0.17% | 0.67% | - |
| XYZ | 30.83 | 32.93 | 43.76 | - |
| YUV | 154.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 172 | 0.17 | 0.09 | 0 | 0.33 | 211.03 | 0.15 | 0.62 |
| Hex | 8F | 9D | AC | 11 | 9 | 0 | 21 | D3 | F | 3E |
| Octal | 217 | 235 | 254 | 21 | 11 | 0 | 41 | 323 | 17 | 76 |
| Binary | 10001111 | 10011101 | 10101100 | 10001 | 1001 | 0 | 100001 | 11010011 | 1111 | 111110 |
Color Harmonies of #8F9DAC
Complementary color
Monochromatic Colors of #8F9DAC
Black with #8F9DAC
Text Example
Text Example
White with #8F9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DAC; }
p { color: rgb(143,157,172); }
H1.HeaderClassName
{
color: #8F9DAC;
}
.AnyTagClassName
{
color: #8F9DAC;
}
</style>
background-color css
<style>
a { background-color: #8F9DAC; }
a { background-color: rgb(143,157,172); }
div.DivClassName
{
background-color: #8F9DAC;
}
.BgClassName
{
background-color: #8F9DAC;
}
</style>
border-color css
<style>
span { border-color: #8F9DAC; }
span { border-color: rgb(143,157,172); }
td.TdClassName
{
border-color: #8F9DAC;
}
.TagClassName
{
border-color: #8F9DAC;
}
</style>