Shades of Rock Blue #859BC1
Tints of Rock Blue #859BC1
RGB
CMYK
RGB Variations
Color information
#859BC1 (or 0x859BC1) is known color: Rock Blue. HEX triplet: 85, 9B and C1. RGB value is (133,155,193). Sum of RGB (Red+Green+Blue) = 133+155+193=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #859BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BC1 is #7A643E. Grayscale: #989898. Windows color (decimal): -8021055 or 12688261. OLE color: 12688261.
HSL color Cylindrical-coordinate representation of color #859BC1: hue angle of 218º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #859BC1 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 155 | 193 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.24 |
| HSL | 218º | 0.33% | 0.64% | - |
| HSV(B) | 218º | 0.31% | 0.76% | - |
| XYZ | 31.02 | 32.28 | 55.05 | - |
| YUV | 152.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 193 | 0.31 | 0.20 | 0 | 0.24 | 218 | 0.33 | 0.64 |
| Hex | 85 | 9B | C1 | 1F | 14 | 0 | 18 | DA | 21 | 40 |
| Octal | 205 | 233 | 301 | 37 | 24 | 0 | 30 | 332 | 41 | 100 |
| Binary | 10000101 | 10011011 | 11000001 | 11111 | 10100 | 0 | 11000 | 11011010 | 100001 | 1000000 |
Color Harmonies of #859BC1
Complementary color
Monochromatic Colors of #859BC1
Black with #859BC1
Text Example
Text Example
White with #859BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BC1; }
p { color: rgb(133,155,193); }
H1.HeaderClassName
{
color: #859BC1;
}
.AnyTagClassName
{
color: #859BC1;
}
</style>
background-color css
<style>
a { background-color: #859BC1; }
a { background-color: rgb(133,155,193); }
div.DivClassName
{
background-color: #859BC1;
}
.BgClassName
{
background-color: #859BC1;
}
</style>
border-color css
<style>
span { border-color: #859BC1; }
span { border-color: rgb(133,155,193); }
td.TdClassName
{
border-color: #859BC1;
}
.TagClassName
{
border-color: #859BC1;
}
</style>