Shades of Polo Blue #7AA2CE
Tints of Polo Blue #7AA2CE
RGB
CMYK
RGB Variations
Color information
#7AA2CE (or 0x7AA2CE) is known color: Polo Blue. HEX triplet: 7A, A2 and CE. RGB value is (122,162,206). Sum of RGB (Red+Green+Blue) = 122+162+206=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AA2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA2CE is #855D31. Grayscale: #9A9A9A. Windows color (decimal): -8740146 or 13542010. OLE color: 13542010.
HSL color Cylindrical-coordinate representation of color #7AA2CE: hue angle of 211.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AA2CE is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 162 | 206 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.19 |
| HSL | 211.43º | 0.46% | 0.64% | - |
| HSV(B) | 211.43º | 0.41% | 0.81% | - |
| XYZ | 32.09 | 34.43 | 63.35 | - |
| YUV | 155.06 | 156.75 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 206 | 0.41 | 0.21 | 0 | 0.19 | 211.43 | 0.46 | 0.64 |
| Hex | 7A | A2 | CE | 29 | 15 | 0 | 13 | D3 | 2E | 40 |
| Octal | 172 | 242 | 316 | 51 | 25 | 0 | 23 | 323 | 56 | 100 |
| Binary | 1111010 | 10100010 | 11001110 | 101001 | 10101 | 0 | 10011 | 11010011 | 101110 | 1000000 |
Color Harmonies of #7AA2CE
Complementary color
Monochromatic Colors of #7AA2CE
Black with #7AA2CE
Text Example
Text Example
White with #7AA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA2CE; }
p { color: rgb(122,162,206); }
H1.HeaderClassName
{
color: #7AA2CE;
}
.AnyTagClassName
{
color: #7AA2CE;
}
</style>
background-color css
<style>
a { background-color: #7AA2CE; }
a { background-color: rgb(122,162,206); }
div.DivClassName
{
background-color: #7AA2CE;
}
.BgClassName
{
background-color: #7AA2CE;
}
</style>
border-color css
<style>
span { border-color: #7AA2CE; }
span { border-color: rgb(122,162,206); }
td.TdClassName
{
border-color: #7AA2CE;
}
.TagClassName
{
border-color: #7AA2CE;
}
</style>