Shades of Rock Blue #859BBA
Tints of Rock Blue #859BBA
RGB
CMYK
RGB Variations
Color information
#859BBA (or 0x859BBA) is known color: Rock Blue. HEX triplet: 85, 9B and BA. RGB value is (133,155,186). Sum of RGB (Red+Green+Blue) = 133+155+186=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #859BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BBA is #7A6445. Grayscale: #979797. Windows color (decimal): -8021062 or 12229509. OLE color: 12229509.
HSL color Cylindrical-coordinate representation of color #859BBA: hue angle of 215.09º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #859BBA is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 155 | 186 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.27 |
| HSL | 215.09º | 0.28% | 0.63% | - |
| HSV(B) | 215.09º | 0.28% | 0.73% | - |
| XYZ | 30.26 | 31.97 | 51.03 | - |
| YUV | 151.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 186 | 0.28 | 0.17 | 0 | 0.27 | 215.09 | 0.28 | 0.63 |
| Hex | 85 | 9B | BA | 1C | 11 | 0 | 1B | D7 | 1C | 3F |
| Octal | 205 | 233 | 272 | 34 | 21 | 0 | 33 | 327 | 34 | 77 |
| Binary | 10000101 | 10011011 | 10111010 | 11100 | 10001 | 0 | 11011 | 11010111 | 11100 | 111111 |
Color Harmonies of #859BBA
Complementary color
Monochromatic Colors of #859BBA
Black with #859BBA
Text Example
Text Example
White with #859BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BBA; }
p { color: rgb(133,155,186); }
H1.HeaderClassName
{
color: #859BBA;
}
.AnyTagClassName
{
color: #859BBA;
}
</style>
background-color css
<style>
a { background-color: #859BBA; }
a { background-color: rgb(133,155,186); }
div.DivClassName
{
background-color: #859BBA;
}
.BgClassName
{
background-color: #859BBA;
}
</style>
border-color css
<style>
span { border-color: #859BBA; }
span { border-color: rgb(133,155,186); }
td.TdClassName
{
border-color: #859BBA;
}
.TagClassName
{
border-color: #859BBA;
}
</style>