Shades of Rock Blue #859BB7
Tints of Rock Blue #859BB7
RGB
CMYK
RGB Variations
Color information
#859BB7 (or 0x859BB7) is known color: Rock Blue. HEX triplet: 85, 9B and B7. RGB value is (133,155,183). Sum of RGB (Red+Green+Blue) = 133+155+183=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #859BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BB7 is #7A6448. Grayscale: #979797. Windows color (decimal): -8021065 or 12032901. OLE color: 12032901.
HSL color Cylindrical-coordinate representation of color #859BB7: hue angle of 213.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #859BB7 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 155 | 183 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.28 |
| HSL | 213.6º | 0.26% | 0.62% | - |
| HSV(B) | 213.6º | 0.27% | 0.72% | - |
| XYZ | 29.94 | 31.85 | 49.37 | - |
| YUV | 151.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 183 | 0.27 | 0.15 | 0 | 0.28 | 213.6 | 0.26 | 0.62 |
| Hex | 85 | 9B | B7 | 1B | F | 0 | 1C | D6 | 1A | 3E |
| Octal | 205 | 233 | 267 | 33 | 17 | 0 | 34 | 326 | 32 | 76 |
| Binary | 10000101 | 10011011 | 10110111 | 11011 | 1111 | 0 | 11100 | 11010110 | 11010 | 111110 |
Color Harmonies of #859BB7
Complementary color
Monochromatic Colors of #859BB7
Black with #859BB7
Text Example
Text Example
White with #859BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BB7; }
p { color: rgb(133,155,183); }
H1.HeaderClassName
{
color: #859BB7;
}
.AnyTagClassName
{
color: #859BB7;
}
</style>
background-color css
<style>
a { background-color: #859BB7; }
a { background-color: rgb(133,155,183); }
div.DivClassName
{
background-color: #859BB7;
}
.BgClassName
{
background-color: #859BB7;
}
</style>
border-color css
<style>
span { border-color: #859BB7; }
span { border-color: rgb(133,155,183); }
td.TdClassName
{
border-color: #859BB7;
}
.TagClassName
{
border-color: #859BB7;
}
</style>