Shades of Rock Blue #8F9AAF
Tints of Rock Blue #8F9AAF
RGB
CMYK
RGB Variations
Color information
#8F9AAF (or 0x8F9AAF) is known color: Rock Blue. HEX triplet: 8F, 9A and AF. RGB value is (143,154,175). Sum of RGB (Red+Green+Blue) = 143+154+175=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F9AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9AAF is #706550. Grayscale: #999999. Windows color (decimal): -7365969 or 11508367. OLE color: 11508367.
HSL color Cylindrical-coordinate representation of color #8F9AAF: hue angle of 219.38º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F9AAF is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 154 | 175 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.31 |
| HSL | 219.38º | 0.17% | 0.62% | - |
| HSV(B) | 219.38º | 0.18% | 0.69% | - |
| XYZ | 30.62 | 32.05 | 45.13 | - |
| YUV | 153.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 175 | 0.18 | 0.12 | 0 | 0.31 | 219.38 | 0.17 | 0.62 |
| Hex | 8F | 9A | AF | 12 | C | 0 | 1F | DB | 11 | 3E |
| Octal | 217 | 232 | 257 | 22 | 14 | 0 | 37 | 333 | 21 | 76 |
| Binary | 10001111 | 10011010 | 10101111 | 10010 | 1100 | 0 | 11111 | 11011011 | 10001 | 111110 |
Color Harmonies of #8F9AAF
Complementary color
Monochromatic Colors of #8F9AAF
Black with #8F9AAF
Text Example
Text Example
White with #8F9AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9AAF; }
p { color: rgb(143,154,175); }
H1.HeaderClassName
{
color: #8F9AAF;
}
.AnyTagClassName
{
color: #8F9AAF;
}
</style>
background-color css
<style>
a { background-color: #8F9AAF; }
a { background-color: rgb(143,154,175); }
div.DivClassName
{
background-color: #8F9AAF;
}
.BgClassName
{
background-color: #8F9AAF;
}
</style>
border-color css
<style>
span { border-color: #8F9AAF; }
span { border-color: rgb(143,154,175); }
td.TdClassName
{
border-color: #8F9AAF;
}
.TagClassName
{
border-color: #8F9AAF;
}
</style>