Shades of Rock Blue #859DBB
Tints of Rock Blue #859DBB
RGB
CMYK
RGB Variations
Color information
#859DBB (or 0x859DBB) is known color: Rock Blue. HEX triplet: 85, 9D and BB. RGB value is (133,157,187). Sum of RGB (Red+Green+Blue) = 133+157+187=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #859DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DBB is #7A6244. Grayscale: #999999. Windows color (decimal): -8020549 or 12295557. OLE color: 12295557.
HSL color Cylindrical-coordinate representation of color #859DBB: hue angle of 213.33º 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 #859DBB is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 157 | 187 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.27 |
| HSL | 213.33º | 0.28% | 0.63% | - |
| HSV(B) | 213.33º | 0.29% | 0.73% | - |
| XYZ | 30.7 | 32.69 | 51.71 | - |
| YUV | 153.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 187 | 0.29 | 0.16 | 0 | 0.27 | 213.33 | 0.28 | 0.63 |
| Hex | 85 | 9D | BB | 1D | 10 | 0 | 1B | D5 | 1C | 3F |
| Octal | 205 | 235 | 273 | 35 | 20 | 0 | 33 | 325 | 34 | 77 |
| Binary | 10000101 | 10011101 | 10111011 | 11101 | 10000 | 0 | 11011 | 11010101 | 11100 | 111111 |
Color Harmonies of #859DBB
Complementary color
Monochromatic Colors of #859DBB
Black with #859DBB
Text Example
Text Example
White with #859DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DBB; }
p { color: rgb(133,157,187); }
H1.HeaderClassName
{
color: #859DBB;
}
.AnyTagClassName
{
color: #859DBB;
}
</style>
background-color css
<style>
a { background-color: #859DBB; }
a { background-color: rgb(133,157,187); }
div.DivClassName
{
background-color: #859DBB;
}
.BgClassName
{
background-color: #859DBB;
}
</style>
border-color css
<style>
span { border-color: #859DBB; }
span { border-color: rgb(133,157,187); }
td.TdClassName
{
border-color: #859DBB;
}
.TagClassName
{
border-color: #859DBB;
}
</style>