Shades of Polo Blue #889DC4
Tints of Polo Blue #889DC4
RGB
CMYK
RGB Variations
Color information
#889DC4 (or 0x889DC4) is known color: Polo Blue. HEX triplet: 88, 9D and C4. RGB value is (136,157,196). Sum of RGB (Red+Green+Blue) = 136+157+196=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 196 - color contains mainly: blue. Hex color #889DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DC4 is #77623B. Grayscale: #9A9A9A. Windows color (decimal): -7823932 or 12885384. OLE color: 12885384.
HSL color Cylindrical-coordinate representation of color #889DC4: hue angle of 219º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #889DC4 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 157 | 196 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.23 |
| HSL | 219º | 0.34% | 0.65% | - |
| HSV(B) | 219º | 0.31% | 0.77% | - |
| XYZ | 32.17 | 33.33 | 56.96 | - |
| YUV | 155.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 196 | 0.31 | 0.20 | 0 | 0.23 | 219 | 0.34 | 0.65 |
| Hex | 88 | 9D | C4 | 1F | 14 | 0 | 17 | DB | 22 | 41 |
| Octal | 210 | 235 | 304 | 37 | 24 | 0 | 27 | 333 | 42 | 101 |
| Binary | 10001000 | 10011101 | 11000100 | 11111 | 10100 | 0 | 10111 | 11011011 | 100010 | 1000001 |
Color Harmonies of #889DC4
Complementary color
Monochromatic Colors of #889DC4
Black with #889DC4
Text Example
Text Example
White with #889DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DC4; }
p { color: rgb(136,157,196); }
H1.HeaderClassName
{
color: #889DC4;
}
.AnyTagClassName
{
color: #889DC4;
}
</style>
background-color css
<style>
a { background-color: #889DC4; }
a { background-color: rgb(136,157,196); }
div.DivClassName
{
background-color: #889DC4;
}
.BgClassName
{
background-color: #889DC4;
}
</style>
border-color css
<style>
span { border-color: #889DC4; }
span { border-color: rgb(136,157,196); }
td.TdClassName
{
border-color: #889DC4;
}
.TagClassName
{
border-color: #889DC4;
}
</style>