Shades of Polo Blue #7EA2BF
Tints of Polo Blue #7EA2BF
RGB
CMYK
RGB Variations
Color information
#7EA2BF (or 0x7EA2BF) is known color: Polo Blue. HEX triplet: 7E, A2 and BF. RGB value is (126,162,191). Sum of RGB (Red+Green+Blue) = 126+162+191=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #7EA2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA2BF is #815D40. Grayscale: #9A9A9A. Windows color (decimal): -8478017 or 12558974. OLE color: 12558974.
HSL color Cylindrical-coordinate representation of color #7EA2BF: hue angle of 206.77º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EA2BF is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 162 | 191 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.25 |
| HSL | 206.77º | 0.34% | 0.62% | - |
| HSV(B) | 206.77º | 0.34% | 0.75% | - |
| XYZ | 30.93 | 34.04 | 54.23 | - |
| YUV | 154.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 191 | 0.34 | 0.15 | 0 | 0.25 | 206.77 | 0.34 | 0.62 |
| Hex | 7E | A2 | BF | 22 | F | 0 | 19 | CF | 22 | 3E |
| Octal | 176 | 242 | 277 | 42 | 17 | 0 | 31 | 317 | 42 | 76 |
| Binary | 1111110 | 10100010 | 10111111 | 100010 | 1111 | 0 | 11001 | 11001111 | 100010 | 111110 |
Color Harmonies of #7EA2BF
Complementary color
Monochromatic Colors of #7EA2BF
Black with #7EA2BF
Text Example
Text Example
White with #7EA2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA2BF; }
p { color: rgb(126,162,191); }
H1.HeaderClassName
{
color: #7EA2BF;
}
.AnyTagClassName
{
color: #7EA2BF;
}
</style>
background-color css
<style>
a { background-color: #7EA2BF; }
a { background-color: rgb(126,162,191); }
div.DivClassName
{
background-color: #7EA2BF;
}
.BgClassName
{
background-color: #7EA2BF;
}
</style>
border-color css
<style>
span { border-color: #7EA2BF; }
span { border-color: rgb(126,162,191); }
td.TdClassName
{
border-color: #7EA2BF;
}
.TagClassName
{
border-color: #7EA2BF;
}
</style>