Shades of Polo Blue #7EA2D3
Tints of Polo Blue #7EA2D3
RGB
CMYK
RGB Variations
Color information
#7EA2D3 (or 0x7EA2D3) is known color: Polo Blue. HEX triplet: 7E, A2 and D3. RGB value is (126,162,211). Sum of RGB (Red+Green+Blue) = 126+162+211=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #7EA2D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA2D3 is #815D2C. Grayscale: #9C9C9C. Windows color (decimal): -8477997 or 13869694. OLE color: 13869694.
HSL color Cylindrical-coordinate representation of color #7EA2D3: hue angle of 214.59º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EA2D3 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 162 | 211 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.17 |
| HSL | 214.59º | 0.49% | 0.66% | - |
| HSV(B) | 214.59º | 0.4% | 0.83% | - |
| XYZ | 33.28 | 34.98 | 66.63 | - |
| YUV | 156.82 | 158.57 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 211 | 0.40 | 0.23 | 0 | 0.17 | 214.59 | 0.49 | 0.66 |
| Hex | 7E | A2 | D3 | 28 | 17 | 0 | 11 | D7 | 31 | 42 |
| Octal | 176 | 242 | 323 | 50 | 27 | 0 | 21 | 327 | 61 | 102 |
| Binary | 1111110 | 10100010 | 11010011 | 101000 | 10111 | 0 | 10001 | 11010111 | 110001 | 1000010 |
Color Harmonies of #7EA2D3
Complementary color
Monochromatic Colors of #7EA2D3
Black with #7EA2D3
Text Example
Text Example
White with #7EA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA2D3; }
p { color: rgb(126,162,211); }
H1.HeaderClassName
{
color: #7EA2D3;
}
.AnyTagClassName
{
color: #7EA2D3;
}
</style>
background-color css
<style>
a { background-color: #7EA2D3; }
a { background-color: rgb(126,162,211); }
div.DivClassName
{
background-color: #7EA2D3;
}
.BgClassName
{
background-color: #7EA2D3;
}
</style>
border-color css
<style>
span { border-color: #7EA2D3; }
span { border-color: rgb(126,162,211); }
td.TdClassName
{
border-color: #7EA2D3;
}
.TagClassName
{
border-color: #7EA2D3;
}
</style>