Shades of Polo Blue #889ED0
Tints of Polo Blue #889ED0
RGB
CMYK
RGB Variations
Color information
#889ED0 (or 0x889ED0) is known color: Polo Blue. HEX triplet: 88, 9E and D0. RGB value is (136,158,208). Sum of RGB (Red+Green+Blue) = 136+158+208=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #889ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ED0 is #77612F. Grayscale: #9C9C9C. Windows color (decimal): -7823664 or 13672072. OLE color: 13672072.
HSL color Cylindrical-coordinate representation of color #889ED0: hue angle of 221.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #889ED0 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 158 | 208 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.18 |
| HSL | 221.67º | 0.43% | 0.67% | - |
| HSV(B) | 221.67º | 0.35% | 0.82% | - |
| XYZ | 33.77 | 34.24 | 64.5 | - |
| YUV | 157.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 208 | 0.35 | 0.24 | 0 | 0.18 | 221.67 | 0.43 | 0.67 |
| Hex | 88 | 9E | D0 | 23 | 18 | 0 | 12 | DE | 2B | 43 |
| Octal | 210 | 236 | 320 | 43 | 30 | 0 | 22 | 336 | 53 | 103 |
| Binary | 10001000 | 10011110 | 11010000 | 100011 | 11000 | 0 | 10010 | 11011110 | 101011 | 1000011 |
Color Harmonies of #889ED0
Complementary color
Monochromatic Colors of #889ED0
Black with #889ED0
Text Example
Text Example
White with #889ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889ED0; }
p { color: rgb(136,158,208); }
H1.HeaderClassName
{
color: #889ED0;
}
.AnyTagClassName
{
color: #889ED0;
}
</style>
background-color css
<style>
a { background-color: #889ED0; }
a { background-color: rgb(136,158,208); }
div.DivClassName
{
background-color: #889ED0;
}
.BgClassName
{
background-color: #889ED0;
}
</style>
border-color css
<style>
span { border-color: #889ED0; }
span { border-color: rgb(136,158,208); }
td.TdClassName
{
border-color: #889ED0;
}
.TagClassName
{
border-color: #889ED0;
}
</style>