Shades of Polo Blue #869ED0
Tints of Polo Blue #869ED0
RGB
CMYK
RGB Variations
Color information
#869ED0 (or 0x869ED0) is known color: Polo Blue. HEX triplet: 86, 9E and D0. RGB value is (134,158,208). Sum of RGB (Red+Green+Blue) = 134+158+208=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #869ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ED0 is #79612F. Grayscale: #9C9C9C. Windows color (decimal): -7954736 or 13672070. OLE color: 13672070.
HSL color Cylindrical-coordinate representation of color #869ED0: hue angle of 220.54º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #869ED0 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 158 | 208 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.18 |
| HSL | 220.54º | 0.44% | 0.67% | - |
| HSV(B) | 220.54º | 0.36% | 0.82% | - |
| XYZ | 33.44 | 34.08 | 64.49 | - |
| YUV | 156.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 208 | 0.36 | 0.24 | 0 | 0.18 | 220.54 | 0.44 | 0.67 |
| Hex | 86 | 9E | D0 | 24 | 18 | 0 | 12 | DD | 2C | 43 |
| Octal | 206 | 236 | 320 | 44 | 30 | 0 | 22 | 335 | 54 | 103 |
| Binary | 10000110 | 10011110 | 11010000 | 100100 | 11000 | 0 | 10010 | 11011101 | 101100 | 1000011 |
Color Harmonies of #869ED0
Complementary color
Monochromatic Colors of #869ED0
Black with #869ED0
Text Example
Text Example
White with #869ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869ED0; }
p { color: rgb(134,158,208); }
H1.HeaderClassName
{
color: #869ED0;
}
.AnyTagClassName
{
color: #869ED0;
}
</style>
background-color css
<style>
a { background-color: #869ED0; }
a { background-color: rgb(134,158,208); }
div.DivClassName
{
background-color: #869ED0;
}
.BgClassName
{
background-color: #869ED0;
}
</style>
border-color css
<style>
span { border-color: #869ED0; }
span { border-color: rgb(134,158,208); }
td.TdClassName
{
border-color: #869ED0;
}
.TagClassName
{
border-color: #869ED0;
}
</style>