Shades of Polo Blue #889ECB
Tints of Polo Blue #889ECB
RGB
CMYK
RGB Variations
Color information
#889ECB (or 0x889ECB) is known color: Polo Blue. HEX triplet: 88, 9E and CB. RGB value is (136,158,203). Sum of RGB (Red+Green+Blue) = 136+158+203=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #889ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ECB is #776134. Grayscale: #9C9C9C. Windows color (decimal): -7823669 or 13344392. OLE color: 13344392.
HSL color Cylindrical-coordinate representation of color #889ECB: hue angle of 220.3º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889ECB is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 158 | 203 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.20 |
| HSL | 220.3º | 0.39% | 0.66% | - |
| HSV(B) | 220.3º | 0.33% | 0.8% | - |
| XYZ | 33.16 | 34 | 61.31 | - |
| YUV | 156.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 203 | 0.33 | 0.22 | 0 | 0.20 | 220.3 | 0.39 | 0.66 |
| Hex | 88 | 9E | CB | 21 | 16 | 0 | 14 | DC | 27 | 42 |
| Octal | 210 | 236 | 313 | 41 | 26 | 0 | 24 | 334 | 47 | 102 |
| Binary | 10001000 | 10011110 | 11001011 | 100001 | 10110 | 0 | 10100 | 11011100 | 100111 | 1000010 |
Color Harmonies of #889ECB
Complementary color
Monochromatic Colors of #889ECB
Black with #889ECB
Text Example
Text Example
White with #889ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889ECB; }
p { color: rgb(136,158,203); }
H1.HeaderClassName
{
color: #889ECB;
}
.AnyTagClassName
{
color: #889ECB;
}
</style>
background-color css
<style>
a { background-color: #889ECB; }
a { background-color: rgb(136,158,203); }
div.DivClassName
{
background-color: #889ECB;
}
.BgClassName
{
background-color: #889ECB;
}
</style>
border-color css
<style>
span { border-color: #889ECB; }
span { border-color: rgb(136,158,203); }
td.TdClassName
{
border-color: #889ECB;
}
.TagClassName
{
border-color: #889ECB;
}
</style>