Shades of Polo Blue #889BC9
Tints of Polo Blue #889BC9
RGB
CMYK
RGB Variations
Color information
#889BC9 (or 0x889BC9) is known color: Polo Blue. HEX triplet: 88, 9B and C9. RGB value is (136,155,201). Sum of RGB (Red+Green+Blue) = 136+155+201=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #889BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BC9 is #776436. Grayscale: #9A9A9A. Windows color (decimal): -7824439 or 13212552. OLE color: 13212552.
HSL color Cylindrical-coordinate representation of color #889BC9: hue angle of 222.46º 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 #889BC9 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 155 | 201 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.21 |
| HSL | 222.46º | 0.38% | 0.66% | - |
| HSV(B) | 222.46º | 0.32% | 0.79% | - |
| XYZ | 32.42 | 32.89 | 59.9 | - |
| YUV | 154.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 201 | 0.32 | 0.23 | 0 | 0.21 | 222.46 | 0.38 | 0.66 |
| Hex | 88 | 9B | C9 | 20 | 17 | 0 | 15 | DE | 26 | 42 |
| Octal | 210 | 233 | 311 | 40 | 27 | 0 | 25 | 336 | 46 | 102 |
| Binary | 10001000 | 10011011 | 11001001 | 100000 | 10111 | 0 | 10101 | 11011110 | 100110 | 1000010 |
Color Harmonies of #889BC9
Complementary color
Monochromatic Colors of #889BC9
Black with #889BC9
Text Example
Text Example
White with #889BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BC9; }
p { color: rgb(136,155,201); }
H1.HeaderClassName
{
color: #889BC9;
}
.AnyTagClassName
{
color: #889BC9;
}
</style>
background-color css
<style>
a { background-color: #889BC9; }
a { background-color: rgb(136,155,201); }
div.DivClassName
{
background-color: #889BC9;
}
.BgClassName
{
background-color: #889BC9;
}
</style>
border-color css
<style>
span { border-color: #889BC9; }
span { border-color: rgb(136,155,201); }
td.TdClassName
{
border-color: #889BC9;
}
.TagClassName
{
border-color: #889BC9;
}
</style>