Shades of Rock Blue #859BBC
Tints of Rock Blue #859BBC
RGB
CMYK
RGB Variations
Color information
#859BBC (or 0x859BBC) is known color: Rock Blue. HEX triplet: 85, 9B and BC. RGB value is (133,155,188). Sum of RGB (Red+Green+Blue) = 133+155+188=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #859BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BBC is #7A6443. Grayscale: #989898. Windows color (decimal): -8021060 or 12360581. OLE color: 12360581.
HSL color Cylindrical-coordinate representation of color #859BBC: hue angle of 216º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #859BBC is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 155 | 188 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.26 |
| HSL | 216º | 0.29% | 0.63% | - |
| HSV(B) | 216º | 0.29% | 0.74% | - |
| XYZ | 30.47 | 32.06 | 52.16 | - |
| YUV | 152.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 188 | 0.29 | 0.18 | 0 | 0.26 | 216 | 0.29 | 0.63 |
| Hex | 85 | 9B | BC | 1D | 12 | 0 | 1A | D8 | 1D | 3F |
| Octal | 205 | 233 | 274 | 35 | 22 | 0 | 32 | 330 | 35 | 77 |
| Binary | 10000101 | 10011011 | 10111100 | 11101 | 10010 | 0 | 11010 | 11011000 | 11101 | 111111 |
Color Harmonies of #859BBC
Complementary color
Monochromatic Colors of #859BBC
Black with #859BBC
Text Example
Text Example
White with #859BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BBC; }
p { color: rgb(133,155,188); }
H1.HeaderClassName
{
color: #859BBC;
}
.AnyTagClassName
{
color: #859BBC;
}
</style>
background-color css
<style>
a { background-color: #859BBC; }
a { background-color: rgb(133,155,188); }
div.DivClassName
{
background-color: #859BBC;
}
.BgClassName
{
background-color: #859BBC;
}
</style>
border-color css
<style>
span { border-color: #859BBC; }
span { border-color: rgb(133,155,188); }
td.TdClassName
{
border-color: #859BBC;
}
.TagClassName
{
border-color: #859BBC;
}
</style>