Shades of Polo Blue #7EA6CD
Tints of Polo Blue #7EA6CD
RGB
CMYK
RGB Variations
Color information
#7EA6CD (or 0x7EA6CD) is known color: Polo Blue. HEX triplet: 7E, A6 and CD. RGB value is (126,166,205). Sum of RGB (Red+Green+Blue) = 126+166+205=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EA6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA6CD is #815932. Grayscale: #9E9E9E. Windows color (decimal): -8476979 or 13477502. OLE color: 13477502.
HSL color Cylindrical-coordinate representation of color #7EA6CD: hue angle of 209.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EA6CD is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 166 | 205 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.20 |
| HSL | 209.62º | 0.44% | 0.65% | - |
| HSV(B) | 209.62º | 0.39% | 0.8% | - |
| XYZ | 33.26 | 36.12 | 62.98 | - |
| YUV | 158.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 166 | 205 | 0.39 | 0.19 | 0 | 0.20 | 209.62 | 0.44 | 0.65 |
| Hex | 7E | A6 | CD | 27 | 13 | 0 | 14 | D2 | 2C | 41 |
| Octal | 176 | 246 | 315 | 47 | 23 | 0 | 24 | 322 | 54 | 101 |
| Binary | 1111110 | 10100110 | 11001101 | 100111 | 10011 | 0 | 10100 | 11010010 | 101100 | 1000001 |
Color Harmonies of #7EA6CD
Complementary color
Monochromatic Colors of #7EA6CD
Black with #7EA6CD
Text Example
Text Example
White with #7EA6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA6CD; }
p { color: rgb(126,166,205); }
H1.HeaderClassName
{
color: #7EA6CD;
}
.AnyTagClassName
{
color: #7EA6CD;
}
</style>
background-color css
<style>
a { background-color: #7EA6CD; }
a { background-color: rgb(126,166,205); }
div.DivClassName
{
background-color: #7EA6CD;
}
.BgClassName
{
background-color: #7EA6CD;
}
</style>
border-color css
<style>
span { border-color: #7EA6CD; }
span { border-color: rgb(126,166,205); }
td.TdClassName
{
border-color: #7EA6CD;
}
.TagClassName
{
border-color: #7EA6CD;
}
</style>