Shades of Rock Blue #8F9BB2
Tints of Rock Blue #8F9BB2
RGB
CMYK
RGB Variations
Color information
#8F9BB2 (or 0x8F9BB2) is known color: Rock Blue. HEX triplet: 8F, 9B and B2. RGB value is (143,155,178). Sum of RGB (Red+Green+Blue) = 143+155+178=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 178 - color contains mainly: blue. Hex color #8F9BB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9BB2 is #70644D. Grayscale: #999999. Windows color (decimal): -7365710 or 11705231. OLE color: 11705231.
HSL color Cylindrical-coordinate representation of color #8F9BB2: hue angle of 219.43º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F9BB2 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 155 | 178 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.30 |
| HSL | 219.43º | 0.19% | 0.63% | - |
| HSV(B) | 219.43º | 0.2% | 0.7% | - |
| XYZ | 31.08 | 32.5 | 46.75 | - |
| YUV | 154.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 178 | 0.20 | 0.13 | 0 | 0.30 | 219.43 | 0.19 | 0.63 |
| Hex | 8F | 9B | B2 | 14 | D | 0 | 1E | DB | 13 | 3F |
| Octal | 217 | 233 | 262 | 24 | 15 | 0 | 36 | 333 | 23 | 77 |
| Binary | 10001111 | 10011011 | 10110010 | 10100 | 1101 | 0 | 11110 | 11011011 | 10011 | 111111 |
Color Harmonies of #8F9BB2
Complementary color
Monochromatic Colors of #8F9BB2
Black with #8F9BB2
Text Example
Text Example
White with #8F9BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9BB2; }
p { color: rgb(143,155,178); }
H1.HeaderClassName
{
color: #8F9BB2;
}
.AnyTagClassName
{
color: #8F9BB2;
}
</style>
background-color css
<style>
a { background-color: #8F9BB2; }
a { background-color: rgb(143,155,178); }
div.DivClassName
{
background-color: #8F9BB2;
}
.BgClassName
{
background-color: #8F9BB2;
}
</style>
border-color css
<style>
span { border-color: #8F9BB2; }
span { border-color: rgb(143,155,178); }
td.TdClassName
{
border-color: #8F9BB2;
}
.TagClassName
{
border-color: #8F9BB2;
}
</style>