Shades of Polo Blue #7EA1BD
Tints of Polo Blue #7EA1BD
RGB
CMYK
RGB Variations
Color information
#7EA1BD (or 0x7EA1BD) is known color: Polo Blue. HEX triplet: 7E, A1 and BD. RGB value is (126,161,189). Sum of RGB (Red+Green+Blue) = 126+161+189=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #7EA1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA1BD is #815E42. Grayscale: #999999. Windows color (decimal): -8478275 or 12427646. OLE color: 12427646.
HSL color Cylindrical-coordinate representation of color #7EA1BD: hue angle of 206.67º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EA1BD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 161 | 189 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.26 |
| HSL | 206.67º | 0.32% | 0.62% | - |
| HSV(B) | 206.67º | 0.33% | 0.74% | - |
| XYZ | 30.53 | 33.6 | 53.02 | - |
| YUV | 153.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 189 | 0.33 | 0.15 | 0 | 0.26 | 206.67 | 0.32 | 0.62 |
| Hex | 7E | A1 | BD | 21 | F | 0 | 1A | CF | 20 | 3E |
| Octal | 176 | 241 | 275 | 41 | 17 | 0 | 32 | 317 | 40 | 76 |
| Binary | 1111110 | 10100001 | 10111101 | 100001 | 1111 | 0 | 11010 | 11001111 | 100000 | 111110 |
Color Harmonies of #7EA1BD
Complementary color
Monochromatic Colors of #7EA1BD
Black with #7EA1BD
Text Example
Text Example
White with #7EA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA1BD; }
p { color: rgb(126,161,189); }
H1.HeaderClassName
{
color: #7EA1BD;
}
.AnyTagClassName
{
color: #7EA1BD;
}
</style>
background-color css
<style>
a { background-color: #7EA1BD; }
a { background-color: rgb(126,161,189); }
div.DivClassName
{
background-color: #7EA1BD;
}
.BgClassName
{
background-color: #7EA1BD;
}
</style>
border-color css
<style>
span { border-color: #7EA1BD; }
span { border-color: rgb(126,161,189); }
td.TdClassName
{
border-color: #7EA1BD;
}
.TagClassName
{
border-color: #7EA1BD;
}
</style>