Shades of Polo Blue #88A7CA
Tints of Polo Blue #88A7CA
RGB
CMYK
RGB Variations
Color information
#88A7CA (or 0x88A7CA) is known color: Polo Blue. HEX triplet: 88, A7 and CA. RGB value is (136,167,202). Sum of RGB (Red+Green+Blue) = 136+167+202=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #88A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A7CA is #775835. Grayscale: #A1A1A1. Windows color (decimal): -7821366 or 13281160. OLE color: 13281160.
HSL color Cylindrical-coordinate representation of color #88A7CA: hue angle of 211.82º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88A7CA is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 167 | 202 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.21 |
| HSL | 211.82º | 0.38% | 0.66% | - |
| HSV(B) | 211.82º | 0.33% | 0.79% | - |
| XYZ | 34.63 | 37.14 | 61.22 | - |
| YUV | 161.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 167 | 202 | 0.33 | 0.17 | 0 | 0.21 | 211.82 | 0.38 | 0.66 |
| Hex | 88 | A7 | CA | 21 | 11 | 0 | 15 | D4 | 26 | 42 |
| Octal | 210 | 247 | 312 | 41 | 21 | 0 | 25 | 324 | 46 | 102 |
| Binary | 10001000 | 10100111 | 11001010 | 100001 | 10001 | 0 | 10101 | 11010100 | 100110 | 1000010 |
Color Harmonies of #88A7CA
Complementary color
Monochromatic Colors of #88A7CA
Black with #88A7CA
Text Example
Text Example
White with #88A7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A7CA; }
p { color: rgb(136,167,202); }
H1.HeaderClassName
{
color: #88A7CA;
}
.AnyTagClassName
{
color: #88A7CA;
}
</style>
background-color css
<style>
a { background-color: #88A7CA; }
a { background-color: rgb(136,167,202); }
div.DivClassName
{
background-color: #88A7CA;
}
.BgClassName
{
background-color: #88A7CA;
}
</style>
border-color css
<style>
span { border-color: #88A7CA; }
span { border-color: rgb(136,167,202); }
td.TdClassName
{
border-color: #88A7CA;
}
.TagClassName
{
border-color: #88A7CA;
}
</style>