Shades of Rock Blue #8F9FB0
Tints of Rock Blue #8F9FB0
RGB
CMYK
RGB Variations
Color information
#8F9FB0 (or 0x8F9FB0) is known color: Rock Blue. HEX triplet: 8F, 9F and B0. RGB value is (143,159,176). Sum of RGB (Red+Green+Blue) = 143+159+176=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 176 - color contains mainly: blue. Hex color #8F9FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9FB0 is #70604F. Grayscale: #9C9C9C. Windows color (decimal): -7364688 or 11575183. OLE color: 11575183.
HSL color Cylindrical-coordinate representation of color #8F9FB0: hue angle of 210.91º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F9FB0 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 159 | 176 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.31 |
| HSL | 210.91º | 0.17% | 0.63% | - |
| HSV(B) | 210.91º | 0.19% | 0.69% | - |
| XYZ | 31.56 | 33.77 | 45.93 | - |
| YUV | 156.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 159 | 176 | 0.19 | 0.10 | 0 | 0.31 | 210.91 | 0.17 | 0.63 |
| Hex | 8F | 9F | B0 | 13 | A | 0 | 1F | D3 | 11 | 3F |
| Octal | 217 | 237 | 260 | 23 | 12 | 0 | 37 | 323 | 21 | 77 |
| Binary | 10001111 | 10011111 | 10110000 | 10011 | 1010 | 0 | 11111 | 11010011 | 10001 | 111111 |
Color Harmonies of #8F9FB0
Complementary color
Monochromatic Colors of #8F9FB0
Black with #8F9FB0
Text Example
Text Example
White with #8F9FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9FB0; }
p { color: rgb(143,159,176); }
H1.HeaderClassName
{
color: #8F9FB0;
}
.AnyTagClassName
{
color: #8F9FB0;
}
</style>
background-color css
<style>
a { background-color: #8F9FB0; }
a { background-color: rgb(143,159,176); }
div.DivClassName
{
background-color: #8F9FB0;
}
.BgClassName
{
background-color: #8F9FB0;
}
</style>
border-color css
<style>
span { border-color: #8F9FB0; }
span { border-color: rgb(143,159,176); }
td.TdClassName
{
border-color: #8F9FB0;
}
.TagClassName
{
border-color: #8F9FB0;
}
</style>