Shades of Polo Blue #7EA6CB
Tints of Polo Blue #7EA6CB
RGB
CMYK
RGB Variations
Color information
#7EA6CB (or 0x7EA6CB) is known color: Polo Blue. HEX triplet: 7E, A6 and CB. RGB value is (126,166,203). Sum of RGB (Red+Green+Blue) = 126+166+203=495 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.45% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EA6CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA6CB is #815934. Grayscale: #9E9E9E. Windows color (decimal): -8476981 or 13346430. OLE color: 13346430.
HSL color Cylindrical-coordinate representation of color #7EA6CB: hue angle of 208.83º 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 #7EA6CB is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 166 | 203 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.20 |
| HSL | 208.83º | 0.43% | 0.65% | - |
| HSV(B) | 208.83º | 0.38% | 0.8% | - |
| XYZ | 33.02 | 36.02 | 61.71 | - |
| YUV | 158.26 | 153.25 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 166 | 203 | 0.38 | 0.18 | 0 | 0.20 | 208.83 | 0.43 | 0.65 |
| Hex | 7E | A6 | CB | 26 | 12 | 0 | 14 | D1 | 2B | 41 |
| Octal | 176 | 246 | 313 | 46 | 22 | 0 | 24 | 321 | 53 | 101 |
| Binary | 1111110 | 10100110 | 11001011 | 100110 | 10010 | 0 | 10100 | 11010001 | 101011 | 1000001 |
Color Harmonies of #7EA6CB
Complementary color
Monochromatic Colors of #7EA6CB
Black with #7EA6CB
Text Example
Text Example
White with #7EA6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA6CB; }
p { color: rgb(126,166,203); }
H1.HeaderClassName
{
color: #7EA6CB;
}
.AnyTagClassName
{
color: #7EA6CB;
}
</style>
background-color css
<style>
a { background-color: #7EA6CB; }
a { background-color: rgb(126,166,203); }
div.DivClassName
{
background-color: #7EA6CB;
}
.BgClassName
{
background-color: #7EA6CB;
}
</style>
border-color css
<style>
span { border-color: #7EA6CB; }
span { border-color: rgb(126,166,203); }
td.TdClassName
{
border-color: #7EA6CB;
}
.TagClassName
{
border-color: #7EA6CB;
}
</style>