Shades of Rock Blue #859ABC
Tints of Rock Blue #859ABC
RGB
CMYK
RGB Variations
Color information
#859ABC (or 0x859ABC) is known color: Rock Blue. HEX triplet: 85, 9A and BC. RGB value is (133,154,188). Sum of RGB (Red+Green+Blue) = 133+154+188=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #859ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ABC is #7A6543. Grayscale: #979797. Windows color (decimal): -8021316 or 12360325. OLE color: 12360325.
HSL color Cylindrical-coordinate representation of color #859ABC: hue angle of 217.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #859ABC is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 154 | 188 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.26 |
| HSL | 217.09º | 0.29% | 0.63% | - |
| HSV(B) | 217.09º | 0.29% | 0.74% | - |
| XYZ | 30.31 | 31.73 | 52.1 | - |
| YUV | 151.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 188 | 0.29 | 0.18 | 0 | 0.26 | 217.09 | 0.29 | 0.63 |
| Hex | 85 | 9A | BC | 1D | 12 | 0 | 1A | D9 | 1D | 3F |
| Octal | 205 | 232 | 274 | 35 | 22 | 0 | 32 | 331 | 35 | 77 |
| Binary | 10000101 | 10011010 | 10111100 | 11101 | 10010 | 0 | 11010 | 11011001 | 11101 | 111111 |
Color Harmonies of #859ABC
Complementary color
Monochromatic Colors of #859ABC
Black with #859ABC
Text Example
Text Example
White with #859ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859ABC; }
p { color: rgb(133,154,188); }
H1.HeaderClassName
{
color: #859ABC;
}
.AnyTagClassName
{
color: #859ABC;
}
</style>
background-color css
<style>
a { background-color: #859ABC; }
a { background-color: rgb(133,154,188); }
div.DivClassName
{
background-color: #859ABC;
}
.BgClassName
{
background-color: #859ABC;
}
</style>
border-color css
<style>
span { border-color: #859ABC; }
span { border-color: rgb(133,154,188); }
td.TdClassName
{
border-color: #859ABC;
}
.TagClassName
{
border-color: #859ABC;
}
</style>