Shades of Rock Blue #8F9BB7
Tints of Rock Blue #8F9BB7
RGB
CMYK
RGB Variations
Color information
#8F9BB7 (or 0x8F9BB7) is known color: Rock Blue. HEX triplet: 8F, 9B and B7. RGB value is (143,155,183). Sum of RGB (Red+Green+Blue) = 143+155+183=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 183 - color contains mainly: blue. Hex color #8F9BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BB7 is #706448. Grayscale: #9A9A9A. Windows color (decimal): -7365705 or 12032911. OLE color: 12032911.
HSL color Cylindrical-coordinate representation of color #8F9BB7: hue angle of 222º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F9BB7 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 155 | 183 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.28 |
| HSL | 222º | 0.22% | 0.64% | - |
| HSV(B) | 222º | 0.22% | 0.72% | - |
| XYZ | 31.6 | 32.7 | 49.45 | - |
| YUV | 154.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 183 | 0.22 | 0.15 | 0 | 0.28 | 222 | 0.22 | 0.64 |
| Hex | 8F | 9B | B7 | 16 | F | 0 | 1C | DE | 16 | 40 |
| Octal | 217 | 233 | 267 | 26 | 17 | 0 | 34 | 336 | 26 | 100 |
| Binary | 10001111 | 10011011 | 10110111 | 10110 | 1111 | 0 | 11100 | 11011110 | 10110 | 1000000 |
Color Harmonies of #8F9BB7
Complementary color
Monochromatic Colors of #8F9BB7
Black with #8F9BB7
Text Example
Text Example
White with #8F9BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9BB7; }
p { color: rgb(143,155,183); }
H1.HeaderClassName
{
color: #8F9BB7;
}
.AnyTagClassName
{
color: #8F9BB7;
}
</style>
background-color css
<style>
a { background-color: #8F9BB7; }
a { background-color: rgb(143,155,183); }
div.DivClassName
{
background-color: #8F9BB7;
}
.BgClassName
{
background-color: #8F9BB7;
}
</style>
border-color css
<style>
span { border-color: #8F9BB7; }
span { border-color: rgb(143,155,183); }
td.TdClassName
{
border-color: #8F9BB7;
}
.TagClassName
{
border-color: #8F9BB7;
}
</style>