Shades of Polo Blue #879ECD
Tints of Polo Blue #879ECD
RGB
CMYK
RGB Variations
Color information
#879ECD (or 0x879ECD) is known color: Polo Blue. HEX triplet: 87, 9E and CD. RGB value is (135,158,205). Sum of RGB (Red+Green+Blue) = 135+158+205=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #879ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ECD is #786132. Grayscale: #9C9C9C. Windows color (decimal): -7889203 or 13475463. OLE color: 13475463.
HSL color Cylindrical-coordinate representation of color #879ECD: hue angle of 220.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #879ECD is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 158 | 205 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.20 |
| HSL | 220.29º | 0.41% | 0.67% | - |
| HSV(B) | 220.29º | 0.34% | 0.8% | - |
| XYZ | 33.24 | 34.01 | 62.57 | - |
| YUV | 156.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 158 | 205 | 0.34 | 0.23 | 0 | 0.20 | 220.29 | 0.41 | 0.67 |
| Hex | 87 | 9E | CD | 22 | 17 | 0 | 14 | DC | 29 | 43 |
| Octal | 207 | 236 | 315 | 42 | 27 | 0 | 24 | 334 | 51 | 103 |
| Binary | 10000111 | 10011110 | 11001101 | 100010 | 10111 | 0 | 10100 | 11011100 | 101001 | 1000011 |
Color Harmonies of #879ECD
Complementary color
Monochromatic Colors of #879ECD
Black with #879ECD
Text Example
Text Example
White with #879ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879ECD; }
p { color: rgb(135,158,205); }
H1.HeaderClassName
{
color: #879ECD;
}
.AnyTagClassName
{
color: #879ECD;
}
</style>
background-color css
<style>
a { background-color: #879ECD; }
a { background-color: rgb(135,158,205); }
div.DivClassName
{
background-color: #879ECD;
}
.BgClassName
{
background-color: #879ECD;
}
</style>
border-color css
<style>
span { border-color: #879ECD; }
span { border-color: rgb(135,158,205); }
td.TdClassName
{
border-color: #879ECD;
}
.TagClassName
{
border-color: #879ECD;
}
</style>