Shades of Polo Blue #7AA0CE
Tints of Polo Blue #7AA0CE
RGB
CMYK
RGB Variations
Color information
#7AA0CE (or 0x7AA0CE) is known color: Polo Blue. HEX triplet: 7A, A0 and CE. RGB value is (122,160,206). Sum of RGB (Red+Green+Blue) = 122+160+206=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AA0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA0CE is #855F31. Grayscale: #999999. Windows color (decimal): -8740658 or 13541498. OLE color: 13541498.
HSL color Cylindrical-coordinate representation of color #7AA0CE: hue angle of 212.86º 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 #7AA0CE is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 160 | 206 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.19 |
| HSL | 212.86º | 0.46% | 0.64% | - |
| HSV(B) | 212.86º | 0.41% | 0.81% | - |
| XYZ | 31.74 | 33.74 | 63.23 | - |
| YUV | 153.88 | 157.41 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 206 | 0.41 | 0.22 | 0 | 0.19 | 212.86 | 0.46 | 0.64 |
| Hex | 7A | A0 | CE | 29 | 16 | 0 | 13 | D5 | 2E | 40 |
| Octal | 172 | 240 | 316 | 51 | 26 | 0 | 23 | 325 | 56 | 100 |
| Binary | 1111010 | 10100000 | 11001110 | 101001 | 10110 | 0 | 10011 | 11010101 | 101110 | 1000000 |
Color Harmonies of #7AA0CE
Complementary color
Monochromatic Colors of #7AA0CE
Black with #7AA0CE
Text Example
Text Example
White with #7AA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA0CE; }
p { color: rgb(122,160,206); }
H1.HeaderClassName
{
color: #7AA0CE;
}
.AnyTagClassName
{
color: #7AA0CE;
}
</style>
background-color css
<style>
a { background-color: #7AA0CE; }
a { background-color: rgb(122,160,206); }
div.DivClassName
{
background-color: #7AA0CE;
}
.BgClassName
{
background-color: #7AA0CE;
}
</style>
border-color css
<style>
span { border-color: #7AA0CE; }
span { border-color: rgb(122,160,206); }
td.TdClassName
{
border-color: #7AA0CE;
}
.TagClassName
{
border-color: #7AA0CE;
}
</style>