Shades of Polo Blue #889FC3
Tints of Polo Blue #889FC3
RGB
CMYK
RGB Variations
Color information
#889FC3 (or 0x889FC3) is known color: Polo Blue. HEX triplet: 88, 9F and C3. RGB value is (136,159,195). Sum of RGB (Red+Green+Blue) = 136+159+195=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #889FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FC3 is #77603C. Grayscale: #9C9C9C. Windows color (decimal): -7823421 or 12820360. OLE color: 12820360.
HSL color Cylindrical-coordinate representation of color #889FC3: hue angle of 216.61º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #889FC3 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 159 | 195 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.24 |
| HSL | 216.61º | 0.33% | 0.65% | - |
| HSV(B) | 216.61º | 0.3% | 0.76% | - |
| XYZ | 32.4 | 33.97 | 56.48 | - |
| YUV | 156.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 195 | 0.30 | 0.18 | 0 | 0.24 | 216.61 | 0.33 | 0.65 |
| Hex | 88 | 9F | C3 | 1E | 12 | 0 | 18 | D9 | 21 | 41 |
| Octal | 210 | 237 | 303 | 36 | 22 | 0 | 30 | 331 | 41 | 101 |
| Binary | 10001000 | 10011111 | 11000011 | 11110 | 10010 | 0 | 11000 | 11011001 | 100001 | 1000001 |
Color Harmonies of #889FC3
Complementary color
Monochromatic Colors of #889FC3
Black with #889FC3
Text Example
Text Example
White with #889FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FC3; }
p { color: rgb(136,159,195); }
H1.HeaderClassName
{
color: #889FC3;
}
.AnyTagClassName
{
color: #889FC3;
}
</style>
background-color css
<style>
a { background-color: #889FC3; }
a { background-color: rgb(136,159,195); }
div.DivClassName
{
background-color: #889FC3;
}
.BgClassName
{
background-color: #889FC3;
}
</style>
border-color css
<style>
span { border-color: #889FC3; }
span { border-color: rgb(136,159,195); }
td.TdClassName
{
border-color: #889FC3;
}
.TagClassName
{
border-color: #889FC3;
}
</style>