Shades of Polo Blue #899EC9
Tints of Polo Blue #899EC9
RGB
CMYK
RGB Variations
Color information
#899EC9 (or 0x899EC9) is known color: Polo Blue. HEX triplet: 89, 9E and C9. RGB value is (137,158,201). Sum of RGB (Red+Green+Blue) = 137+158+201=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 158 (62.11% from 255 or 31.85% 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 #899EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EC9 is #766136. Grayscale: #9C9C9C. Windows color (decimal): -7758135 or 13213321. OLE color: 13213321.
HSL color Cylindrical-coordinate representation of color #899EC9: hue angle of 220.31º degrees, saturation: 0.37, 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 #899EC9 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 158 | 201 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.21 |
| HSL | 220.31º | 0.37% | 0.66% | - |
| HSV(B) | 220.31º | 0.32% | 0.79% | - |
| XYZ | 33.09 | 33.99 | 60.08 | - |
| YUV | 156.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 201 | 0.32 | 0.21 | 0 | 0.21 | 220.31 | 0.37 | 0.66 |
| Hex | 89 | 9E | C9 | 20 | 15 | 0 | 15 | DC | 25 | 42 |
| Octal | 211 | 236 | 311 | 40 | 25 | 0 | 25 | 334 | 45 | 102 |
| Binary | 10001001 | 10011110 | 11001001 | 100000 | 10101 | 0 | 10101 | 11011100 | 100101 | 1000010 |
Color Harmonies of #899EC9
Complementary color
Monochromatic Colors of #899EC9
Black with #899EC9
Text Example
Text Example
White with #899EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EC9; }
p { color: rgb(137,158,201); }
H1.HeaderClassName
{
color: #899EC9;
}
.AnyTagClassName
{
color: #899EC9;
}
</style>
background-color css
<style>
a { background-color: #899EC9; }
a { background-color: rgb(137,158,201); }
div.DivClassName
{
background-color: #899EC9;
}
.BgClassName
{
background-color: #899EC9;
}
</style>
border-color css
<style>
span { border-color: #899EC9; }
span { border-color: rgb(137,158,201); }
td.TdClassName
{
border-color: #899EC9;
}
.TagClassName
{
border-color: #899EC9;
}
</style>