Shades of Polo Blue #899DC9
Tints of Polo Blue #899DC9
RGB
CMYK
RGB Variations
Color information
#899DC9 (or 0x899DC9) is known color: Polo Blue. HEX triplet: 89, 9D and C9. RGB value is (137,157,201). Sum of RGB (Red+Green+Blue) = 137+157+201=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #899DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DC9 is #766236. Grayscale: #9B9B9B. Windows color (decimal): -7758391 or 13213065. OLE color: 13213065.
HSL color Cylindrical-coordinate representation of color #899DC9: hue angle of 221.25º 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 #899DC9 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 157 | 201 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.21 |
| HSL | 221.25º | 0.37% | 0.66% | - |
| HSV(B) | 221.25º | 0.32% | 0.79% | - |
| XYZ | 32.92 | 33.65 | 60.02 | - |
| YUV | 156.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 201 | 0.32 | 0.22 | 0 | 0.21 | 221.25 | 0.37 | 0.66 |
| Hex | 89 | 9D | C9 | 20 | 16 | 0 | 15 | DD | 25 | 42 |
| Octal | 211 | 235 | 311 | 40 | 26 | 0 | 25 | 335 | 45 | 102 |
| Binary | 10001001 | 10011101 | 11001001 | 100000 | 10110 | 0 | 10101 | 11011101 | 100101 | 1000010 |
Color Harmonies of #899DC9
Complementary color
Monochromatic Colors of #899DC9
Black with #899DC9
Text Example
Text Example
White with #899DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DC9; }
p { color: rgb(137,157,201); }
H1.HeaderClassName
{
color: #899DC9;
}
.AnyTagClassName
{
color: #899DC9;
}
</style>
background-color css
<style>
a { background-color: #899DC9; }
a { background-color: rgb(137,157,201); }
div.DivClassName
{
background-color: #899DC9;
}
.BgClassName
{
background-color: #899DC9;
}
</style>
border-color css
<style>
span { border-color: #899DC9; }
span { border-color: rgb(137,157,201); }
td.TdClassName
{
border-color: #899DC9;
}
.TagClassName
{
border-color: #899DC9;
}
</style>