Shades of Rock Blue #8F9DB0
Tints of Rock Blue #8F9DB0
RGB
CMYK
RGB Variations
Color information
#8F9DB0 (or 0x8F9DB0) is known color: Rock Blue. HEX triplet: 8F, 9D and B0. RGB value is (143,157,176). Sum of RGB (Red+Green+Blue) = 143+157+176=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 176 - color contains mainly: blue. Hex color #8F9DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9DB0 is #70624F. Grayscale: #9A9A9A. Windows color (decimal): -7365200 or 11574671. OLE color: 11574671.
HSL color Cylindrical-coordinate representation of color #8F9DB0: hue angle of 214.55º 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 #8F9DB0 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 157 | 176 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.31 |
| HSL | 214.55º | 0.17% | 0.63% | - |
| HSV(B) | 214.55º | 0.19% | 0.69% | - |
| XYZ | 31.22 | 33.09 | 45.82 | - |
| YUV | 154.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 176 | 0.19 | 0.11 | 0 | 0.31 | 214.55 | 0.17 | 0.63 |
| Hex | 8F | 9D | B0 | 13 | B | 0 | 1F | D7 | 11 | 3F |
| Octal | 217 | 235 | 260 | 23 | 13 | 0 | 37 | 327 | 21 | 77 |
| Binary | 10001111 | 10011101 | 10110000 | 10011 | 1011 | 0 | 11111 | 11010111 | 10001 | 111111 |
Color Harmonies of #8F9DB0
Complementary color
Monochromatic Colors of #8F9DB0
Black with #8F9DB0
Text Example
Text Example
White with #8F9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DB0; }
p { color: rgb(143,157,176); }
H1.HeaderClassName
{
color: #8F9DB0;
}
.AnyTagClassName
{
color: #8F9DB0;
}
</style>
background-color css
<style>
a { background-color: #8F9DB0; }
a { background-color: rgb(143,157,176); }
div.DivClassName
{
background-color: #8F9DB0;
}
.BgClassName
{
background-color: #8F9DB0;
}
</style>
border-color css
<style>
span { border-color: #8F9DB0; }
span { border-color: rgb(143,157,176); }
td.TdClassName
{
border-color: #8F9DB0;
}
.TagClassName
{
border-color: #8F9DB0;
}
</style>