Shades of Polo Blue #899CC9
Tints of Polo Blue #899CC9
RGB
CMYK
RGB Variations
Color information
#899CC9 (or 0x899CC9) is known color: Polo Blue. HEX triplet: 89, 9C and C9. RGB value is (137,156,201). Sum of RGB (Red+Green+Blue) = 137+156+201=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #899CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CC9 is #766336. Grayscale: #9B9B9B. Windows color (decimal): -7758647 or 13212809. OLE color: 13212809.
HSL color Cylindrical-coordinate representation of color #899CC9: hue angle of 222.19º 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 #899CC9 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 156 | 201 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.21 |
| HSL | 222.19º | 0.37% | 0.66% | - |
| HSV(B) | 222.19º | 0.32% | 0.79% | - |
| XYZ | 32.75 | 33.31 | 59.96 | - |
| YUV | 155.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 201 | 0.32 | 0.22 | 0 | 0.21 | 222.19 | 0.37 | 0.66 |
| Hex | 89 | 9C | C9 | 20 | 16 | 0 | 15 | DE | 25 | 42 |
| Octal | 211 | 234 | 311 | 40 | 26 | 0 | 25 | 336 | 45 | 102 |
| Binary | 10001001 | 10011100 | 11001001 | 100000 | 10110 | 0 | 10101 | 11011110 | 100101 | 1000010 |
Color Harmonies of #899CC9
Complementary color
Monochromatic Colors of #899CC9
Black with #899CC9
Text Example
Text Example
White with #899CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CC9; }
p { color: rgb(137,156,201); }
H1.HeaderClassName
{
color: #899CC9;
}
.AnyTagClassName
{
color: #899CC9;
}
</style>
background-color css
<style>
a { background-color: #899CC9; }
a { background-color: rgb(137,156,201); }
div.DivClassName
{
background-color: #899CC9;
}
.BgClassName
{
background-color: #899CC9;
}
</style>
border-color css
<style>
span { border-color: #899CC9; }
span { border-color: rgb(137,156,201); }
td.TdClassName
{
border-color: #899CC9;
}
.TagClassName
{
border-color: #899CC9;
}
</style>