Shades of Polo Blue #7EABCC
Tints of Polo Blue #7EABCC
RGB
CMYK
RGB Variations
Color information
#7EABCC (or 0x7EABCC) is known color: Polo Blue. HEX triplet: 7E, AB and CC. RGB value is (126,171,204). Sum of RGB (Red+Green+Blue) = 126+171+204=501 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.15% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #7EABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABCC is #815433. Grayscale: #A1A1A1. Windows color (decimal): -8475700 or 13413246. OLE color: 13413246.
HSL color Cylindrical-coordinate representation of color #7EABCC: hue angle of 205.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EABCC is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 171 | 204 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.2 |
| HSL | 205.38º | 0.43% | 0.65% | - |
| HSV(B) | 205.38º | 0.38% | 0.8% | - |
| XYZ | 34.07 | 37.92 | 62.65 | - |
| YUV | 161.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 204 | 0.38 | 0.16 | 0 | 0.2 | 205.38 | 0.43 | 0.65 |
| Hex | 7E | AB | CC | 26 | 10 | 0 | 14 | CD | 2B | 41 |
| Octal | 176 | 253 | 314 | 46 | 20 | 0 | 24 | 315 | 53 | 101 |
| Binary | 1111110 | 10101011 | 11001100 | 100110 | 10000 | 0 | 10100 | 11001101 | 101011 | 1000001 |
Color Harmonies of #7EABCC
Complementary color
Monochromatic Colors of #7EABCC
Black with #7EABCC
Text Example
Text Example
White with #7EABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EABCC; }
p { color: rgb(126,171,204); }
H1.HeaderClassName
{
color: #7EABCC;
}
.AnyTagClassName
{
color: #7EABCC;
}
</style>
background-color css
<style>
a { background-color: #7EABCC; }
a { background-color: rgb(126,171,204); }
div.DivClassName
{
background-color: #7EABCC;
}
.BgClassName
{
background-color: #7EABCC;
}
</style>
border-color css
<style>
span { border-color: #7EABCC; }
span { border-color: rgb(126,171,204); }
td.TdClassName
{
border-color: #7EABCC;
}
.TagClassName
{
border-color: #7EABCC;
}
</style>