Shades of Rock Blue #859BBB
Tints of Rock Blue #859BBB
RGB
CMYK
RGB Variations
Color information
#859BBB (or 0x859BBB) is known color: Rock Blue. HEX triplet: 85, 9B and BB. RGB value is (133,155,187). Sum of RGB (Red+Green+Blue) = 133+155+187=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #859BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BBB is #7A6444. Grayscale: #979797. Windows color (decimal): -8021061 or 12295045. OLE color: 12295045.
HSL color Cylindrical-coordinate representation of color #859BBB: hue angle of 215.56º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #859BBB is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 155 | 187 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.27 |
| HSL | 215.56º | 0.28% | 0.63% | - |
| HSV(B) | 215.56º | 0.29% | 0.73% | - |
| XYZ | 30.36 | 32.02 | 51.59 | - |
| YUV | 152.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 187 | 0.29 | 0.17 | 0 | 0.27 | 215.56 | 0.28 | 0.63 |
| Hex | 85 | 9B | BB | 1D | 11 | 0 | 1B | D8 | 1C | 3F |
| Octal | 205 | 233 | 273 | 35 | 21 | 0 | 33 | 330 | 34 | 77 |
| Binary | 10000101 | 10011011 | 10111011 | 11101 | 10001 | 0 | 11011 | 11011000 | 11100 | 111111 |
Color Harmonies of #859BBB
Complementary color
Monochromatic Colors of #859BBB
Black with #859BBB
Text Example
Text Example
White with #859BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BBB; }
p { color: rgb(133,155,187); }
H1.HeaderClassName
{
color: #859BBB;
}
.AnyTagClassName
{
color: #859BBB;
}
</style>
background-color css
<style>
a { background-color: #859BBB; }
a { background-color: rgb(133,155,187); }
div.DivClassName
{
background-color: #859BBB;
}
.BgClassName
{
background-color: #859BBB;
}
</style>
border-color css
<style>
span { border-color: #859BBB; }
span { border-color: rgb(133,155,187); }
td.TdClassName
{
border-color: #859BBB;
}
.TagClassName
{
border-color: #859BBB;
}
</style>