Shades of Polo Blue #889FD1
Tints of Polo Blue #889FD1
RGB
CMYK
RGB Variations
Color information
#889FD1 (or 0x889FD1) is known color: Polo Blue. HEX triplet: 88, 9F and D1. RGB value is (136,159,209). Sum of RGB (Red+Green+Blue) = 136+159+209=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #889FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FD1 is #77602E. Grayscale: #9D9D9D. Windows color (decimal): -7823407 or 13737864. OLE color: 13737864.
HSL color Cylindrical-coordinate representation of color #889FD1: hue angle of 221.1º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #889FD1 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 159 | 209 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.18 |
| HSL | 221.1º | 0.44% | 0.68% | - |
| HSV(B) | 221.1º | 0.35% | 0.82% | - |
| XYZ | 34.06 | 34.63 | 65.21 | - |
| YUV | 157.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 209 | 0.35 | 0.24 | 0 | 0.18 | 221.1 | 0.44 | 0.68 |
| Hex | 88 | 9F | D1 | 23 | 18 | 0 | 12 | DD | 2C | 44 |
| Octal | 210 | 237 | 321 | 43 | 30 | 0 | 22 | 335 | 54 | 104 |
| Binary | 10001000 | 10011111 | 11010001 | 100011 | 11000 | 0 | 10010 | 11011101 | 101100 | 1000100 |
Color Harmonies of #889FD1
Complementary color
Monochromatic Colors of #889FD1
Black with #889FD1
Text Example
Text Example
White with #889FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FD1; }
p { color: rgb(136,159,209); }
H1.HeaderClassName
{
color: #889FD1;
}
.AnyTagClassName
{
color: #889FD1;
}
</style>
background-color css
<style>
a { background-color: #889FD1; }
a { background-color: rgb(136,159,209); }
div.DivClassName
{
background-color: #889FD1;
}
.BgClassName
{
background-color: #889FD1;
}
</style>
border-color css
<style>
span { border-color: #889FD1; }
span { border-color: rgb(136,159,209); }
td.TdClassName
{
border-color: #889FD1;
}
.TagClassName
{
border-color: #889FD1;
}
</style>