Shades of Rock Blue #859CBB
Tints of Rock Blue #859CBB
RGB
CMYK
RGB Variations
Color information
#859CBB (or 0x859CBB) is known color: Rock Blue. HEX triplet: 85, 9C and BB. RGB value is (133,156,187). Sum of RGB (Red+Green+Blue) = 133+156+187=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #859CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CBB is #7A6344. Grayscale: #989898. Windows color (decimal): -8020805 or 12295301. OLE color: 12295301.
HSL color Cylindrical-coordinate representation of color #859CBB: hue angle of 214.44º 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 #859CBB is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 156 | 187 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.27 |
| HSL | 214.44º | 0.28% | 0.63% | - |
| HSV(B) | 214.44º | 0.29% | 0.73% | - |
| XYZ | 30.53 | 32.35 | 51.65 | - |
| YUV | 152.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 187 | 0.29 | 0.17 | 0 | 0.27 | 214.44 | 0.28 | 0.63 |
| Hex | 85 | 9C | BB | 1D | 11 | 0 | 1B | D6 | 1C | 3F |
| Octal | 205 | 234 | 273 | 35 | 21 | 0 | 33 | 326 | 34 | 77 |
| Binary | 10000101 | 10011100 | 10111011 | 11101 | 10001 | 0 | 11011 | 11010110 | 11100 | 111111 |
Color Harmonies of #859CBB
Complementary color
Monochromatic Colors of #859CBB
Black with #859CBB
Text Example
Text Example
White with #859CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CBB; }
p { color: rgb(133,156,187); }
H1.HeaderClassName
{
color: #859CBB;
}
.AnyTagClassName
{
color: #859CBB;
}
</style>
background-color css
<style>
a { background-color: #859CBB; }
a { background-color: rgb(133,156,187); }
div.DivClassName
{
background-color: #859CBB;
}
.BgClassName
{
background-color: #859CBB;
}
</style>
border-color css
<style>
span { border-color: #859CBB; }
span { border-color: rgb(133,156,187); }
td.TdClassName
{
border-color: #859CBB;
}
.TagClassName
{
border-color: #859CBB;
}
</style>