Shades of Polo Blue #7AA7CA
Tints of Polo Blue #7AA7CA
RGB
CMYK
RGB Variations
Color information
#7AA7CA (or 0x7AA7CA) is known color: Polo Blue. HEX triplet: 7A, A7 and CA. RGB value is (122,167,202). Sum of RGB (Red+Green+Blue) = 122+167+202=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #7AA7CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA7CA is #855835. Grayscale: #9D9D9D. Windows color (decimal): -8738870 or 13281146. OLE color: 13281146.
HSL color Cylindrical-coordinate representation of color #7AA7CA: hue angle of 206.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AA7CA is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 167 | 202 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.21 |
| HSL | 206.25º | 0.43% | 0.64% | - |
| HSV(B) | 206.25º | 0.4% | 0.79% | - |
| XYZ | 32.51 | 36.04 | 61.12 | - |
| YUV | 157.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 167 | 202 | 0.40 | 0.17 | 0 | 0.21 | 206.25 | 0.43 | 0.64 |
| Hex | 7A | A7 | CA | 28 | 11 | 0 | 15 | CE | 2B | 40 |
| Octal | 172 | 247 | 312 | 50 | 21 | 0 | 25 | 316 | 53 | 100 |
| Binary | 1111010 | 10100111 | 11001010 | 101000 | 10001 | 0 | 10101 | 11001110 | 101011 | 1000000 |
Color Harmonies of #7AA7CA
Complementary color
Monochromatic Colors of #7AA7CA
Black with #7AA7CA
Text Example
Text Example
White with #7AA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA7CA; }
p { color: rgb(122,167,202); }
H1.HeaderClassName
{
color: #7AA7CA;
}
.AnyTagClassName
{
color: #7AA7CA;
}
</style>
background-color css
<style>
a { background-color: #7AA7CA; }
a { background-color: rgb(122,167,202); }
div.DivClassName
{
background-color: #7AA7CA;
}
.BgClassName
{
background-color: #7AA7CA;
}
</style>
border-color css
<style>
span { border-color: #7AA7CA; }
span { border-color: rgb(122,167,202); }
td.TdClassName
{
border-color: #7AA7CA;
}
.TagClassName
{
border-color: #7AA7CA;
}
</style>