Shades of Polo Blue #889CC9
Tints of Polo Blue #889CC9
RGB
CMYK
RGB Variations
Color information
#889CC9 (or 0x889CC9) is known color: Polo Blue. HEX triplet: 88, 9C and C9. RGB value is (136,156,201). Sum of RGB (Red+Green+Blue) = 136+156+201=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #889CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CC9 is #776336. Grayscale: #9A9A9A. Windows color (decimal): -7824183 or 13212808. OLE color: 13212808.
HSL color Cylindrical-coordinate representation of color #889CC9: hue angle of 221.54º 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 #889CC9 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 156 | 201 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.21 |
| HSL | 221.54º | 0.38% | 0.66% | - |
| HSV(B) | 221.54º | 0.32% | 0.79% | - |
| XYZ | 32.58 | 33.23 | 59.95 | - |
| YUV | 155.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 201 | 0.32 | 0.22 | 0 | 0.21 | 221.54 | 0.38 | 0.66 |
| Hex | 88 | 9C | C9 | 20 | 16 | 0 | 15 | DE | 26 | 42 |
| Octal | 210 | 234 | 311 | 40 | 26 | 0 | 25 | 336 | 46 | 102 |
| Binary | 10001000 | 10011100 | 11001001 | 100000 | 10110 | 0 | 10101 | 11011110 | 100110 | 1000010 |
Color Harmonies of #889CC9
Complementary color
Monochromatic Colors of #889CC9
Black with #889CC9
Text Example
Text Example
White with #889CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CC9; }
p { color: rgb(136,156,201); }
H1.HeaderClassName
{
color: #889CC9;
}
.AnyTagClassName
{
color: #889CC9;
}
</style>
background-color css
<style>
a { background-color: #889CC9; }
a { background-color: rgb(136,156,201); }
div.DivClassName
{
background-color: #889CC9;
}
.BgClassName
{
background-color: #889CC9;
}
</style>
border-color css
<style>
span { border-color: #889CC9; }
span { border-color: rgb(136,156,201); }
td.TdClassName
{
border-color: #889CC9;
}
.TagClassName
{
border-color: #889CC9;
}
</style>