Shades of Polo Blue #889CC6
Tints of Polo Blue #889CC6
RGB
CMYK
RGB Variations
Color information
#889CC6 (or 0x889CC6) is known color: Polo Blue. HEX triplet: 88, 9C and C6. RGB value is (136,156,198). Sum of RGB (Red+Green+Blue) = 136+156+198=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #889CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CC6 is #776339. Grayscale: #9A9A9A. Windows color (decimal): -7824186 or 13016200. OLE color: 13016200.
HSL color Cylindrical-coordinate representation of color #889CC6: hue angle of 220.65º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #889CC6 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 156 | 198 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.22 |
| HSL | 220.65º | 0.35% | 0.65% | - |
| HSV(B) | 220.65º | 0.31% | 0.78% | - |
| XYZ | 32.23 | 33.09 | 58.11 | - |
| YUV | 154.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 198 | 0.31 | 0.21 | 0 | 0.22 | 220.65 | 0.35 | 0.65 |
| Hex | 88 | 9C | C6 | 1F | 15 | 0 | 16 | DD | 23 | 41 |
| Octal | 210 | 234 | 306 | 37 | 25 | 0 | 26 | 335 | 43 | 101 |
| Binary | 10001000 | 10011100 | 11000110 | 11111 | 10101 | 0 | 10110 | 11011101 | 100011 | 1000001 |
Color Harmonies of #889CC6
Complementary color
Monochromatic Colors of #889CC6
Black with #889CC6
Text Example
Text Example
White with #889CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CC6; }
p { color: rgb(136,156,198); }
H1.HeaderClassName
{
color: #889CC6;
}
.AnyTagClassName
{
color: #889CC6;
}
</style>
background-color css
<style>
a { background-color: #889CC6; }
a { background-color: rgb(136,156,198); }
div.DivClassName
{
background-color: #889CC6;
}
.BgClassName
{
background-color: #889CC6;
}
</style>
border-color css
<style>
span { border-color: #889CC6; }
span { border-color: rgb(136,156,198); }
td.TdClassName
{
border-color: #889CC6;
}
.TagClassName
{
border-color: #889CC6;
}
</style>