Shades of Polo Blue #889FC9
Tints of Polo Blue #889FC9
RGB
CMYK
RGB Variations
Color information
#889FC9 (or 0x889FC9) is known color: Polo Blue. HEX triplet: 88, 9F and C9. RGB value is (136,159,201). Sum of RGB (Red+Green+Blue) = 136+159+201=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #889FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FC9 is #776036. Grayscale: #9C9C9C. Windows color (decimal): -7823415 or 13213576. OLE color: 13213576.
HSL color Cylindrical-coordinate representation of color #889FC9: hue angle of 218.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #889FC9 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 159 | 201 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.21 |
| HSL | 218.77º | 0.38% | 0.66% | - |
| HSV(B) | 218.77º | 0.32% | 0.79% | - |
| XYZ | 33.09 | 34.25 | 60.12 | - |
| YUV | 156.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 201 | 0.32 | 0.21 | 0 | 0.21 | 218.77 | 0.38 | 0.66 |
| Hex | 88 | 9F | C9 | 20 | 15 | 0 | 15 | DB | 26 | 42 |
| Octal | 210 | 237 | 311 | 40 | 25 | 0 | 25 | 333 | 46 | 102 |
| Binary | 10001000 | 10011111 | 11001001 | 100000 | 10101 | 0 | 10101 | 11011011 | 100110 | 1000010 |
Color Harmonies of #889FC9
Complementary color
Monochromatic Colors of #889FC9
Black with #889FC9
Text Example
Text Example
White with #889FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FC9; }
p { color: rgb(136,159,201); }
H1.HeaderClassName
{
color: #889FC9;
}
.AnyTagClassName
{
color: #889FC9;
}
</style>
background-color css
<style>
a { background-color: #889FC9; }
a { background-color: rgb(136,159,201); }
div.DivClassName
{
background-color: #889FC9;
}
.BgClassName
{
background-color: #889FC9;
}
</style>
border-color css
<style>
span { border-color: #889FC9; }
span { border-color: rgb(136,159,201); }
td.TdClassName
{
border-color: #889FC9;
}
.TagClassName
{
border-color: #889FC9;
}
</style>