Shades of Polo Blue #7AA9CE
Tints of Polo Blue #7AA9CE
RGB
CMYK
RGB Variations
Color information
#7AA9CE (or 0x7AA9CE) is known color: Polo Blue. HEX triplet: 7A, A9 and CE. RGB value is (122,169,206). Sum of RGB (Red+Green+Blue) = 122+169+206=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AA9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA9CE is #855631. Grayscale: #9E9E9E. Windows color (decimal): -8738354 or 13543802. OLE color: 13543802.
HSL color Cylindrical-coordinate representation of color #7AA9CE: hue angle of 206.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 #7AA9CE is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 169 | 206 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.19 |
| HSL | 206.43º | 0.46% | 0.64% | - |
| HSV(B) | 206.43º | 0.41% | 0.81% | - |
| XYZ | 33.35 | 36.97 | 63.77 | - |
| YUV | 159.17 | 154.43 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 206 | 0.41 | 0.18 | 0 | 0.19 | 206.43 | 0.46 | 0.64 |
| Hex | 7A | A9 | CE | 29 | 12 | 0 | 13 | CE | 2E | 40 |
| Octal | 172 | 251 | 316 | 51 | 22 | 0 | 23 | 316 | 56 | 100 |
| Binary | 1111010 | 10101001 | 11001110 | 101001 | 10010 | 0 | 10011 | 11001110 | 101110 | 1000000 |
Color Harmonies of #7AA9CE
Complementary color
Monochromatic Colors of #7AA9CE
Black with #7AA9CE
Text Example
Text Example
White with #7AA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA9CE; }
p { color: rgb(122,169,206); }
H1.HeaderClassName
{
color: #7AA9CE;
}
.AnyTagClassName
{
color: #7AA9CE;
}
</style>
background-color css
<style>
a { background-color: #7AA9CE; }
a { background-color: rgb(122,169,206); }
div.DivClassName
{
background-color: #7AA9CE;
}
.BgClassName
{
background-color: #7AA9CE;
}
</style>
border-color css
<style>
span { border-color: #7AA9CE; }
span { border-color: rgb(122,169,206); }
td.TdClassName
{
border-color: #7AA9CE;
}
.TagClassName
{
border-color: #7AA9CE;
}
</style>