Shades of Polo Blue #879CCC
Tints of Polo Blue #879CCC
RGB
CMYK
RGB Variations
Color information
#879CCC (or 0x879CCC) is known color: Polo Blue. HEX triplet: 87, 9C and CC. RGB value is (135,156,204). Sum of RGB (Red+Green+Blue) = 135+156+204=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #879CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CCC is #786333. Grayscale: #9A9A9A. Windows color (decimal): -7889716 or 13409415. OLE color: 13409415.
HSL color Cylindrical-coordinate representation of color #879CCC: hue angle of 221.74º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #879CCC is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 156 | 204 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.2 |
| HSL | 221.74º | 0.4% | 0.66% | - |
| HSV(B) | 221.74º | 0.34% | 0.8% | - |
| XYZ | 32.78 | 33.29 | 61.82 | - |
| YUV | 155.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 204 | 0.34 | 0.24 | 0 | 0.2 | 221.74 | 0.4 | 0.66 |
| Hex | 87 | 9C | CC | 22 | 18 | 0 | 14 | DE | 28 | 42 |
| Octal | 207 | 234 | 314 | 42 | 30 | 0 | 24 | 336 | 50 | 102 |
| Binary | 10000111 | 10011100 | 11001100 | 100010 | 11000 | 0 | 10100 | 11011110 | 101000 | 1000010 |
Color Harmonies of #879CCC
Complementary color
Monochromatic Colors of #879CCC
Black with #879CCC
Text Example
Text Example
White with #879CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CCC; }
p { color: rgb(135,156,204); }
H1.HeaderClassName
{
color: #879CCC;
}
.AnyTagClassName
{
color: #879CCC;
}
</style>
background-color css
<style>
a { background-color: #879CCC; }
a { background-color: rgb(135,156,204); }
div.DivClassName
{
background-color: #879CCC;
}
.BgClassName
{
background-color: #879CCC;
}
</style>
border-color css
<style>
span { border-color: #879CCC; }
span { border-color: rgb(135,156,204); }
td.TdClassName
{
border-color: #879CCC;
}
.TagClassName
{
border-color: #879CCC;
}
</style>