Shades of Polo Blue #7EA3CB
Tints of Polo Blue #7EA3CB
RGB
CMYK
RGB Variations
Color information
#7EA3CB (or 0x7EA3CB) is known color: Polo Blue. HEX triplet: 7E, A3 and CB. RGB value is (126,163,203). Sum of RGB (Red+Green+Blue) = 126+163+203=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EA3CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA3CB is #815C34. Grayscale: #9C9C9C. Windows color (decimal): -8477749 or 13345662. OLE color: 13345662.
HSL color Cylindrical-coordinate representation of color #7EA3CB: hue angle of 211.17º 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 #7EA3CB is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 163 | 203 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.20 |
| HSL | 211.17º | 0.43% | 0.65% | - |
| HSV(B) | 211.17º | 0.38% | 0.8% | - |
| XYZ | 32.48 | 34.94 | 61.53 | - |
| YUV | 156.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 203 | 0.38 | 0.20 | 0 | 0.20 | 211.17 | 0.43 | 0.65 |
| Hex | 7E | A3 | CB | 26 | 14 | 0 | 14 | D3 | 2B | 41 |
| Octal | 176 | 243 | 313 | 46 | 24 | 0 | 24 | 323 | 53 | 101 |
| Binary | 1111110 | 10100011 | 11001011 | 100110 | 10100 | 0 | 10100 | 11010011 | 101011 | 1000001 |
Color Harmonies of #7EA3CB
Complementary color
Monochromatic Colors of #7EA3CB
Black with #7EA3CB
Text Example
Text Example
White with #7EA3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA3CB; }
p { color: rgb(126,163,203); }
H1.HeaderClassName
{
color: #7EA3CB;
}
.AnyTagClassName
{
color: #7EA3CB;
}
</style>
background-color css
<style>
a { background-color: #7EA3CB; }
a { background-color: rgb(126,163,203); }
div.DivClassName
{
background-color: #7EA3CB;
}
.BgClassName
{
background-color: #7EA3CB;
}
</style>
border-color css
<style>
span { border-color: #7EA3CB; }
span { border-color: rgb(126,163,203); }
td.TdClassName
{
border-color: #7EA3CB;
}
.TagClassName
{
border-color: #7EA3CB;
}
</style>