Shades of Polo Blue #889DCD
Tints of Polo Blue #889DCD
RGB
CMYK
RGB Variations
Color information
#889DCD (or 0x889DCD) is known color: Polo Blue. HEX triplet: 88, 9D and CD. RGB value is (136,157,205). Sum of RGB (Red+Green+Blue) = 136+157+205=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #889DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DCD is #776232. Grayscale: #9B9B9B. Windows color (decimal): -7823923 or 13475208. OLE color: 13475208.
HSL color Cylindrical-coordinate representation of color #889DCD: hue angle of 221.74º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #889DCD is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 157 | 205 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.20 |
| HSL | 221.74º | 0.41% | 0.67% | - |
| HSV(B) | 221.74º | 0.34% | 0.8% | - |
| XYZ | 33.23 | 33.76 | 62.52 | - |
| YUV | 156.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 205 | 0.34 | 0.23 | 0 | 0.20 | 221.74 | 0.41 | 0.67 |
| Hex | 88 | 9D | CD | 22 | 17 | 0 | 14 | DE | 29 | 43 |
| Octal | 210 | 235 | 315 | 42 | 27 | 0 | 24 | 336 | 51 | 103 |
| Binary | 10001000 | 10011101 | 11001101 | 100010 | 10111 | 0 | 10100 | 11011110 | 101001 | 1000011 |
Color Harmonies of #889DCD
Complementary color
Monochromatic Colors of #889DCD
Black with #889DCD
Text Example
Text Example
White with #889DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DCD; }
p { color: rgb(136,157,205); }
H1.HeaderClassName
{
color: #889DCD;
}
.AnyTagClassName
{
color: #889DCD;
}
</style>
background-color css
<style>
a { background-color: #889DCD; }
a { background-color: rgb(136,157,205); }
div.DivClassName
{
background-color: #889DCD;
}
.BgClassName
{
background-color: #889DCD;
}
</style>
border-color css
<style>
span { border-color: #889DCD; }
span { border-color: rgb(136,157,205); }
td.TdClassName
{
border-color: #889DCD;
}
.TagClassName
{
border-color: #889DCD;
}
</style>