Shades of Rock Blue #859CBE
Tints of Rock Blue #859CBE
RGB
CMYK
RGB Variations
Color information
#859CBE (or 0x859CBE) is known color: Rock Blue. HEX triplet: 85, 9C and BE. RGB value is (133,156,190). Sum of RGB (Red+Green+Blue) = 133+156+190=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #859CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CBE is #7A6341. Grayscale: #989898. Windows color (decimal): -8020802 or 12491909. OLE color: 12491909.
HSL color Cylindrical-coordinate representation of color #859CBE: hue angle of 215.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #859CBE is Cyan = 0.3, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 156 | 190 | - |
| CMYK | 0.3 | 0.18 | 0 | 0.25 |
| HSL | 215.79º | 0.3% | 0.63% | - |
| HSV(B) | 215.79º | 0.3% | 0.75% | - |
| XYZ | 30.86 | 32.48 | 53.36 | - |
| YUV | 153 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 190 | 0.3 | 0.18 | 0 | 0.25 | 215.79 | 0.3 | 0.63 |
| Hex | 85 | 9C | BE | 1E | 12 | 0 | 19 | D8 | 1E | 3F |
| Octal | 205 | 234 | 276 | 36 | 22 | 0 | 31 | 330 | 36 | 77 |
| Binary | 10000101 | 10011100 | 10111110 | 11110 | 10010 | 0 | 11001 | 11011000 | 11110 | 111111 |
Color Harmonies of #859CBE
Complementary color
Monochromatic Colors of #859CBE
Black with #859CBE
Text Example
Text Example
White with #859CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CBE; }
p { color: rgb(133,156,190); }
H1.HeaderClassName
{
color: #859CBE;
}
.AnyTagClassName
{
color: #859CBE;
}
</style>
background-color css
<style>
a { background-color: #859CBE; }
a { background-color: rgb(133,156,190); }
div.DivClassName
{
background-color: #859CBE;
}
.BgClassName
{
background-color: #859CBE;
}
</style>
border-color css
<style>
span { border-color: #859CBE; }
span { border-color: rgb(133,156,190); }
td.TdClassName
{
border-color: #859CBE;
}
.TagClassName
{
border-color: #859CBE;
}
</style>