Shades of Polo Blue #889FCC
Tints of Polo Blue #889FCC
RGB
CMYK
RGB Variations
Color information
#889FCC (or 0x889FCC) is known color: Polo Blue. HEX triplet: 88, 9F and CC. RGB value is (136,159,204). Sum of RGB (Red+Green+Blue) = 136+159+204=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #889FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FCC is #776033. Grayscale: #9D9D9D. Windows color (decimal): -7823412 or 13410184. OLE color: 13410184.
HSL color Cylindrical-coordinate representation of color #889FCC: hue angle of 219.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889FCC is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 159 | 204 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.2 |
| HSL | 219.71º | 0.4% | 0.67% | - |
| HSV(B) | 219.71º | 0.33% | 0.8% | - |
| XYZ | 33.45 | 34.39 | 62 | - |
| YUV | 157.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 204 | 0.33 | 0.22 | 0 | 0.2 | 219.71 | 0.4 | 0.67 |
| Hex | 88 | 9F | CC | 21 | 16 | 0 | 14 | DC | 28 | 43 |
| Octal | 210 | 237 | 314 | 41 | 26 | 0 | 24 | 334 | 50 | 103 |
| Binary | 10001000 | 10011111 | 11001100 | 100001 | 10110 | 0 | 10100 | 11011100 | 101000 | 1000011 |
Color Harmonies of #889FCC
Complementary color
Monochromatic Colors of #889FCC
Black with #889FCC
Text Example
Text Example
White with #889FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FCC; }
p { color: rgb(136,159,204); }
H1.HeaderClassName
{
color: #889FCC;
}
.AnyTagClassName
{
color: #889FCC;
}
</style>
background-color css
<style>
a { background-color: #889FCC; }
a { background-color: rgb(136,159,204); }
div.DivClassName
{
background-color: #889FCC;
}
.BgClassName
{
background-color: #889FCC;
}
</style>
border-color css
<style>
span { border-color: #889FCC; }
span { border-color: rgb(136,159,204); }
td.TdClassName
{
border-color: #889FCC;
}
.TagClassName
{
border-color: #889FCC;
}
</style>