Shades of Rock Blue #8B9BB2
Tints of Rock Blue #8B9BB2
RGB
CMYK
RGB Variations
Color information
#8B9BB2 (or 0x8B9BB2) is known color: Rock Blue. HEX triplet: 8B, 9B and B2. RGB value is (139,155,178). Sum of RGB (Red+Green+Blue) = 139+155+178=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 178 - color contains mainly: blue. Hex color #8B9BB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9BB2 is #74644D. Grayscale: #989898. Windows color (decimal): -7627854 or 11705227. OLE color: 11705227.
HSL color Cylindrical-coordinate representation of color #8B9BB2: hue angle of 215.38º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B9BB2 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 155 | 178 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.30 |
| HSL | 215.38º | 0.2% | 0.62% | - |
| HSV(B) | 215.38º | 0.22% | 0.7% | - |
| XYZ | 30.4 | 32.15 | 46.72 | - |
| YUV | 152.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 155 | 178 | 0.22 | 0.13 | 0 | 0.30 | 215.38 | 0.2 | 0.62 |
| Hex | 8B | 9B | B2 | 16 | D | 0 | 1E | D7 | 14 | 3E |
| Octal | 213 | 233 | 262 | 26 | 15 | 0 | 36 | 327 | 24 | 76 |
| Binary | 10001011 | 10011011 | 10110010 | 10110 | 1101 | 0 | 11110 | 11010111 | 10100 | 111110 |
Color Harmonies of #8B9BB2
Complementary color
Monochromatic Colors of #8B9BB2
Black with #8B9BB2
Text Example
Text Example
White with #8B9BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9BB2; }
p { color: rgb(139,155,178); }
H1.HeaderClassName
{
color: #8B9BB2;
}
.AnyTagClassName
{
color: #8B9BB2;
}
</style>
background-color css
<style>
a { background-color: #8B9BB2; }
a { background-color: rgb(139,155,178); }
div.DivClassName
{
background-color: #8B9BB2;
}
.BgClassName
{
background-color: #8B9BB2;
}
</style>
border-color css
<style>
span { border-color: #8B9BB2; }
span { border-color: rgb(139,155,178); }
td.TdClassName
{
border-color: #8B9BB2;
}
.TagClassName
{
border-color: #8B9BB2;
}
</style>