Shades of Polo Blue #889ECC
Tints of Polo Blue #889ECC
RGB
CMYK
RGB Variations
Color information
#889ECC (or 0x889ECC) is known color: Polo Blue. HEX triplet: 88, 9E and CC. RGB value is (136,158,204). Sum of RGB (Red+Green+Blue) = 136+158+204=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #889ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ECC is #776133. Grayscale: #9C9C9C. Windows color (decimal): -7823668 or 13409928. OLE color: 13409928.
HSL color Cylindrical-coordinate representation of color #889ECC: hue angle of 220.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889ECC is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 158 | 204 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.2 |
| HSL | 220.59º | 0.4% | 0.67% | - |
| HSV(B) | 220.59º | 0.33% | 0.8% | - |
| XYZ | 33.28 | 34.05 | 61.94 | - |
| YUV | 156.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 204 | 0.33 | 0.23 | 0 | 0.2 | 220.59 | 0.4 | 0.67 |
| Hex | 88 | 9E | CC | 21 | 17 | 0 | 14 | DD | 28 | 43 |
| Octal | 210 | 236 | 314 | 41 | 27 | 0 | 24 | 335 | 50 | 103 |
| Binary | 10001000 | 10011110 | 11001100 | 100001 | 10111 | 0 | 10100 | 11011101 | 101000 | 1000011 |
Color Harmonies of #889ECC
Complementary color
Monochromatic Colors of #889ECC
Black with #889ECC
Text Example
Text Example
White with #889ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889ECC; }
p { color: rgb(136,158,204); }
H1.HeaderClassName
{
color: #889ECC;
}
.AnyTagClassName
{
color: #889ECC;
}
</style>
background-color css
<style>
a { background-color: #889ECC; }
a { background-color: rgb(136,158,204); }
div.DivClassName
{
background-color: #889ECC;
}
.BgClassName
{
background-color: #889ECC;
}
</style>
border-color css
<style>
span { border-color: #889ECC; }
span { border-color: rgb(136,158,204); }
td.TdClassName
{
border-color: #889ECC;
}
.TagClassName
{
border-color: #889ECC;
}
</style>