Shades of Polo Blue #7EA1CB
Tints of Polo Blue #7EA1CB
RGB
CMYK
RGB Variations
Color information
#7EA1CB (or 0x7EA1CB) is known color: Polo Blue. HEX triplet: 7E, A1 and CB. RGB value is (126,161,203). Sum of RGB (Red+Green+Blue) = 126+161+203=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EA1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA1CB is #815E34. Grayscale: #9B9B9B. Windows color (decimal): -8478261 or 13345150. OLE color: 13345150.
HSL color Cylindrical-coordinate representation of color #7EA1CB: hue angle of 212.73º 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 #7EA1CB is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 161 | 203 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.20 |
| HSL | 212.73º | 0.43% | 0.65% | - |
| HSV(B) | 212.73º | 0.38% | 0.8% | - |
| XYZ | 32.13 | 34.24 | 61.41 | - |
| YUV | 155.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 203 | 0.38 | 0.21 | 0 | 0.20 | 212.73 | 0.43 | 0.65 |
| Hex | 7E | A1 | CB | 26 | 15 | 0 | 14 | D5 | 2B | 41 |
| Octal | 176 | 241 | 313 | 46 | 25 | 0 | 24 | 325 | 53 | 101 |
| Binary | 1111110 | 10100001 | 11001011 | 100110 | 10101 | 0 | 10100 | 11010101 | 101011 | 1000001 |
Color Harmonies of #7EA1CB
Complementary color
Monochromatic Colors of #7EA1CB
Black with #7EA1CB
Text Example
Text Example
White with #7EA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA1CB; }
p { color: rgb(126,161,203); }
H1.HeaderClassName
{
color: #7EA1CB;
}
.AnyTagClassName
{
color: #7EA1CB;
}
</style>
background-color css
<style>
a { background-color: #7EA1CB; }
a { background-color: rgb(126,161,203); }
div.DivClassName
{
background-color: #7EA1CB;
}
.BgClassName
{
background-color: #7EA1CB;
}
</style>
border-color css
<style>
span { border-color: #7EA1CB; }
span { border-color: rgb(126,161,203); }
td.TdClassName
{
border-color: #7EA1CB;
}
.TagClassName
{
border-color: #7EA1CB;
}
</style>