Shades of Polo Blue #889DCB
Tints of Polo Blue #889DCB
RGB
CMYK
RGB Variations
Color information
#889DCB (or 0x889DCB) is known color: Polo Blue. HEX triplet: 88, 9D and CB. RGB value is (136,157,203). Sum of RGB (Red+Green+Blue) = 136+157+203=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #889DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DCB is #776234. Grayscale: #9B9B9B. Windows color (decimal): -7823925 or 13344136. OLE color: 13344136.
HSL color Cylindrical-coordinate representation of color #889DCB: hue angle of 221.19º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889DCB is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 157 | 203 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.20 |
| HSL | 221.19º | 0.39% | 0.66% | - |
| HSV(B) | 221.19º | 0.33% | 0.8% | - |
| XYZ | 32.99 | 33.66 | 61.26 | - |
| YUV | 155.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 203 | 0.33 | 0.23 | 0 | 0.20 | 221.19 | 0.39 | 0.66 |
| Hex | 88 | 9D | CB | 21 | 17 | 0 | 14 | DD | 27 | 42 |
| Octal | 210 | 235 | 313 | 41 | 27 | 0 | 24 | 335 | 47 | 102 |
| Binary | 10001000 | 10011101 | 11001011 | 100001 | 10111 | 0 | 10100 | 11011101 | 100111 | 1000010 |
Color Harmonies of #889DCB
Complementary color
Monochromatic Colors of #889DCB
Black with #889DCB
Text Example
Text Example
White with #889DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DCB; }
p { color: rgb(136,157,203); }
H1.HeaderClassName
{
color: #889DCB;
}
.AnyTagClassName
{
color: #889DCB;
}
</style>
background-color css
<style>
a { background-color: #889DCB; }
a { background-color: rgb(136,157,203); }
div.DivClassName
{
background-color: #889DCB;
}
.BgClassName
{
background-color: #889DCB;
}
</style>
border-color css
<style>
span { border-color: #889DCB; }
span { border-color: rgb(136,157,203); }
td.TdClassName
{
border-color: #889DCB;
}
.TagClassName
{
border-color: #889DCB;
}
</style>