Shades of Polo Blue #899FCE
Tints of Polo Blue #899FCE
RGB
CMYK
RGB Variations
Color information
#899FCE (or 0x899FCE) is known color: Polo Blue. HEX triplet: 89, 9F and CE. RGB value is (137,159,206). Sum of RGB (Red+Green+Blue) = 137+159+206=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #899FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FCE is #766031. Grayscale: #9D9D9D. Windows color (decimal): -7757874 or 13541257. OLE color: 13541257.
HSL color Cylindrical-coordinate representation of color #899FCE: hue angle of 220.87º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899FCE is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 159 | 206 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.19 |
| HSL | 220.87º | 0.41% | 0.67% | - |
| HSV(B) | 220.87º | 0.33% | 0.81% | - |
| XYZ | 33.86 | 34.57 | 63.28 | - |
| YUV | 157.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 206 | 0.33 | 0.23 | 0 | 0.19 | 220.87 | 0.41 | 0.67 |
| Hex | 89 | 9F | CE | 21 | 17 | 0 | 13 | DD | 29 | 43 |
| Octal | 211 | 237 | 316 | 41 | 27 | 0 | 23 | 335 | 51 | 103 |
| Binary | 10001001 | 10011111 | 11001110 | 100001 | 10111 | 0 | 10011 | 11011101 | 101001 | 1000011 |
Color Harmonies of #899FCE
Complementary color
Monochromatic Colors of #899FCE
Black with #899FCE
Text Example
Text Example
White with #899FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FCE; }
p { color: rgb(137,159,206); }
H1.HeaderClassName
{
color: #899FCE;
}
.AnyTagClassName
{
color: #899FCE;
}
</style>
background-color css
<style>
a { background-color: #899FCE; }
a { background-color: rgb(137,159,206); }
div.DivClassName
{
background-color: #899FCE;
}
.BgClassName
{
background-color: #899FCE;
}
</style>
border-color css
<style>
span { border-color: #899FCE; }
span { border-color: rgb(137,159,206); }
td.TdClassName
{
border-color: #899FCE;
}
.TagClassName
{
border-color: #899FCE;
}
</style>