Shades of Polo Blue #889CCC
Tints of Polo Blue #889CCC
RGB
CMYK
RGB Variations
Color information
#889CCC (or 0x889CCC) is known color: Polo Blue. HEX triplet: 88, 9C and CC. RGB value is (136,156,204). Sum of RGB (Red+Green+Blue) = 136+156+204=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #889CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CCC is #776333. Grayscale: #9B9B9B. Windows color (decimal): -7824180 or 13409416. OLE color: 13409416.
HSL color Cylindrical-coordinate representation of color #889CCC: hue angle of 222.35º 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 #889CCC is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 156 | 204 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.2 |
| HSL | 222.35º | 0.4% | 0.67% | - |
| HSV(B) | 222.35º | 0.33% | 0.8% | - |
| XYZ | 32.94 | 33.37 | 61.83 | - |
| YUV | 155.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 204 | 0.33 | 0.24 | 0 | 0.2 | 222.35 | 0.4 | 0.67 |
| Hex | 88 | 9C | CC | 21 | 18 | 0 | 14 | DE | 28 | 43 |
| Octal | 210 | 234 | 314 | 41 | 30 | 0 | 24 | 336 | 50 | 103 |
| Binary | 10001000 | 10011100 | 11001100 | 100001 | 11000 | 0 | 10100 | 11011110 | 101000 | 1000011 |
Color Harmonies of #889CCC
Complementary color
Monochromatic Colors of #889CCC
Black with #889CCC
Text Example
Text Example
White with #889CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CCC; }
p { color: rgb(136,156,204); }
H1.HeaderClassName
{
color: #889CCC;
}
.AnyTagClassName
{
color: #889CCC;
}
</style>
background-color css
<style>
a { background-color: #889CCC; }
a { background-color: rgb(136,156,204); }
div.DivClassName
{
background-color: #889CCC;
}
.BgClassName
{
background-color: #889CCC;
}
</style>
border-color css
<style>
span { border-color: #889CCC; }
span { border-color: rgb(136,156,204); }
td.TdClassName
{
border-color: #889CCC;
}
.TagClassName
{
border-color: #889CCC;
}
</style>