Shades of Polo Blue #899FC8
Tints of Polo Blue #899FC8
RGB
CMYK
RGB Variations
Color information
#899FC8 (or 0x899FC8) is known color: Polo Blue. HEX triplet: 89, 9F and C8. RGB value is (137,159,200). Sum of RGB (Red+Green+Blue) = 137+159+200=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: blue. Hex color #899FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FC8 is #766037. Grayscale: #9C9C9C. Windows color (decimal): -7757880 or 13148041. OLE color: 13148041.
HSL color Cylindrical-coordinate representation of color #899FC8: hue angle of 219.05º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #899FC8 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 159 | 200 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.22 |
| HSL | 219.05º | 0.36% | 0.66% | - |
| HSV(B) | 219.05º | 0.32% | 0.78% | - |
| XYZ | 33.14 | 34.28 | 59.51 | - |
| YUV | 157.1 | 152.21 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 200 | 0.32 | 0.20 | 0 | 0.22 | 219.05 | 0.36 | 0.66 |
| Hex | 89 | 9F | C8 | 20 | 14 | 0 | 16 | DB | 24 | 42 |
| Octal | 211 | 237 | 310 | 40 | 24 | 0 | 26 | 333 | 44 | 102 |
| Binary | 10001001 | 10011111 | 11001000 | 100000 | 10100 | 0 | 10110 | 11011011 | 100100 | 1000010 |
Color Harmonies of #899FC8
Complementary color
Monochromatic Colors of #899FC8
Black with #899FC8
Text Example
Text Example
White with #899FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FC8; }
p { color: rgb(137,159,200); }
H1.HeaderClassName
{
color: #899FC8;
}
.AnyTagClassName
{
color: #899FC8;
}
</style>
background-color css
<style>
a { background-color: #899FC8; }
a { background-color: rgb(137,159,200); }
div.DivClassName
{
background-color: #899FC8;
}
.BgClassName
{
background-color: #899FC8;
}
</style>
border-color css
<style>
span { border-color: #899FC8; }
span { border-color: rgb(137,159,200); }
td.TdClassName
{
border-color: #899FC8;
}
.TagClassName
{
border-color: #899FC8;
}
</style>