Shades of Polo Blue #859DC3
Tints of Polo Blue #859DC3
RGB
CMYK
RGB Variations
Color information
#859DC3 (or 0x859DC3) is known color: Polo Blue. HEX triplet: 85, 9D and C3. RGB value is (133,157,195). Sum of RGB (Red+Green+Blue) = 133+157+195=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #859DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DC3 is #7A623C. Grayscale: #999999. Windows color (decimal): -8020541 or 12819845. OLE color: 12819845.
HSL color Cylindrical-coordinate representation of color #859DC3: hue angle of 216.77º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #859DC3 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 157 | 195 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.24 |
| HSL | 216.77º | 0.34% | 0.64% | - |
| HSV(B) | 216.77º | 0.32% | 0.76% | - |
| XYZ | 31.58 | 33.04 | 56.34 | - |
| YUV | 154.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 195 | 0.32 | 0.19 | 0 | 0.24 | 216.77 | 0.34 | 0.64 |
| Hex | 85 | 9D | C3 | 20 | 13 | 0 | 18 | D9 | 22 | 40 |
| Octal | 205 | 235 | 303 | 40 | 23 | 0 | 30 | 331 | 42 | 100 |
| Binary | 10000101 | 10011101 | 11000011 | 100000 | 10011 | 0 | 11000 | 11011001 | 100010 | 1000000 |
Color Harmonies of #859DC3
Complementary color
Monochromatic Colors of #859DC3
Black with #859DC3
Text Example
Text Example
White with #859DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DC3; }
p { color: rgb(133,157,195); }
H1.HeaderClassName
{
color: #859DC3;
}
.AnyTagClassName
{
color: #859DC3;
}
</style>
background-color css
<style>
a { background-color: #859DC3; }
a { background-color: rgb(133,157,195); }
div.DivClassName
{
background-color: #859DC3;
}
.BgClassName
{
background-color: #859DC3;
}
</style>
border-color css
<style>
span { border-color: #859DC3; }
span { border-color: rgb(133,157,195); }
td.TdClassName
{
border-color: #859DC3;
}
.TagClassName
{
border-color: #859DC3;
}
</style>