Shades of Polo Blue #859BC4
Tints of Polo Blue #859BC4
RGB
CMYK
RGB Variations
Color information
#859BC4 (or 0x859BC4) is known color: Polo Blue. HEX triplet: 85, 9B and C4. RGB value is (133,155,196). Sum of RGB (Red+Green+Blue) = 133+155+196=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #859BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BC4 is #7A643B. Grayscale: #989898. Windows color (decimal): -8021052 or 12884869. OLE color: 12884869.
HSL color Cylindrical-coordinate representation of color #859BC4: hue angle of 219.05º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #859BC4 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 155 | 196 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.23 |
| HSL | 219.05º | 0.35% | 0.65% | - |
| HSV(B) | 219.05º | 0.32% | 0.77% | - |
| XYZ | 31.36 | 32.41 | 56.83 | - |
| YUV | 153.1 | 152.21 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 196 | 0.32 | 0.21 | 0 | 0.23 | 219.05 | 0.35 | 0.65 |
| Hex | 85 | 9B | C4 | 20 | 15 | 0 | 17 | DB | 23 | 41 |
| Octal | 205 | 233 | 304 | 40 | 25 | 0 | 27 | 333 | 43 | 101 |
| Binary | 10000101 | 10011011 | 11000100 | 100000 | 10101 | 0 | 10111 | 11011011 | 100011 | 1000001 |
Color Harmonies of #859BC4
Complementary color
Monochromatic Colors of #859BC4
Black with #859BC4
Text Example
Text Example
White with #859BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BC4; }
p { color: rgb(133,155,196); }
H1.HeaderClassName
{
color: #859BC4;
}
.AnyTagClassName
{
color: #859BC4;
}
</style>
background-color css
<style>
a { background-color: #859BC4; }
a { background-color: rgb(133,155,196); }
div.DivClassName
{
background-color: #859BC4;
}
.BgClassName
{
background-color: #859BC4;
}
</style>
border-color css
<style>
span { border-color: #859BC4; }
span { border-color: rgb(133,155,196); }
td.TdClassName
{
border-color: #859BC4;
}
.TagClassName
{
border-color: #859BC4;
}
</style>