Shades of Polo Blue #889FC4
Tints of Polo Blue #889FC4
RGB
CMYK
RGB Variations
Color information
#889FC4 (or 0x889FC4) is known color: Polo Blue. HEX triplet: 88, 9F and C4. RGB value is (136,159,196). Sum of RGB (Red+Green+Blue) = 136+159+196=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 196 - color contains mainly: blue. Hex color #889FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FC4 is #77603B. Grayscale: #9C9C9C. Windows color (decimal): -7823420 or 12885896. OLE color: 12885896.
HSL color Cylindrical-coordinate representation of color #889FC4: hue angle of 217º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #889FC4 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 159 | 196 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.23 |
| HSL | 217º | 0.34% | 0.65% | - |
| HSV(B) | 217º | 0.31% | 0.77% | - |
| XYZ | 32.52 | 34.02 | 57.08 | - |
| YUV | 156.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 196 | 0.31 | 0.19 | 0 | 0.23 | 217 | 0.34 | 0.65 |
| Hex | 88 | 9F | C4 | 1F | 13 | 0 | 17 | D9 | 22 | 41 |
| Octal | 210 | 237 | 304 | 37 | 23 | 0 | 27 | 331 | 42 | 101 |
| Binary | 10001000 | 10011111 | 11000100 | 11111 | 10011 | 0 | 10111 | 11011001 | 100010 | 1000001 |
Color Harmonies of #889FC4
Complementary color
Monochromatic Colors of #889FC4
Black with #889FC4
Text Example
Text Example
White with #889FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FC4; }
p { color: rgb(136,159,196); }
H1.HeaderClassName
{
color: #889FC4;
}
.AnyTagClassName
{
color: #889FC4;
}
</style>
background-color css
<style>
a { background-color: #889FC4; }
a { background-color: rgb(136,159,196); }
div.DivClassName
{
background-color: #889FC4;
}
.BgClassName
{
background-color: #889FC4;
}
</style>
border-color css
<style>
span { border-color: #889FC4; }
span { border-color: rgb(136,159,196); }
td.TdClassName
{
border-color: #889FC4;
}
.TagClassName
{
border-color: #889FC4;
}
</style>