Shades of Polo Blue #899ECC
Tints of Polo Blue #899ECC
RGB
CMYK
RGB Variations
Color information
#899ECC (or 0x899ECC) is known color: Polo Blue. HEX triplet: 89, 9E and CC. RGB value is (137,158,204). Sum of RGB (Red+Green+Blue) = 137+158+204=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #899ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ECC is #766133. Grayscale: #9C9C9C. Windows color (decimal): -7758132 or 13409929. OLE color: 13409929.
HSL color Cylindrical-coordinate representation of color #899ECC: hue angle of 221.19º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899ECC is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 158 | 204 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.2 |
| HSL | 221.19º | 0.4% | 0.67% | - |
| HSV(B) | 221.19º | 0.33% | 0.8% | - |
| XYZ | 33.44 | 34.13 | 61.95 | - |
| YUV | 156.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 204 | 0.33 | 0.23 | 0 | 0.2 | 221.19 | 0.4 | 0.67 |
| Hex | 89 | 9E | CC | 21 | 17 | 0 | 14 | DD | 28 | 43 |
| Octal | 211 | 236 | 314 | 41 | 27 | 0 | 24 | 335 | 50 | 103 |
| Binary | 10001001 | 10011110 | 11001100 | 100001 | 10111 | 0 | 10100 | 11011101 | 101000 | 1000011 |
Color Harmonies of #899ECC
Complementary color
Monochromatic Colors of #899ECC
Black with #899ECC
Text Example
Text Example
White with #899ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899ECC; }
p { color: rgb(137,158,204); }
H1.HeaderClassName
{
color: #899ECC;
}
.AnyTagClassName
{
color: #899ECC;
}
</style>
background-color css
<style>
a { background-color: #899ECC; }
a { background-color: rgb(137,158,204); }
div.DivClassName
{
background-color: #899ECC;
}
.BgClassName
{
background-color: #899ECC;
}
</style>
border-color css
<style>
span { border-color: #899ECC; }
span { border-color: rgb(137,158,204); }
td.TdClassName
{
border-color: #899ECC;
}
.TagClassName
{
border-color: #899ECC;
}
</style>