Shades of Polo Blue #7AA4CA
Tints of Polo Blue #7AA4CA
RGB
CMYK
RGB Variations
Color information
#7AA4CA (or 0x7AA4CA) is known color: Polo Blue. HEX triplet: 7A, A4 and CA. RGB value is (122,164,202). Sum of RGB (Red+Green+Blue) = 122+164+202=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #7AA4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA4CA is #855B35. Grayscale: #9B9B9B. Windows color (decimal): -8739638 or 13280378. OLE color: 13280378.
HSL color Cylindrical-coordinate representation of color #7AA4CA: hue angle of 208.5º 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 #7AA4CA is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 164 | 202 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.21 |
| HSL | 208.5º | 0.43% | 0.64% | - |
| HSV(B) | 208.5º | 0.4% | 0.79% | - |
| XYZ | 31.96 | 34.95 | 60.94 | - |
| YUV | 155.77 | 154.09 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 202 | 0.40 | 0.19 | 0 | 0.21 | 208.5 | 0.43 | 0.64 |
| Hex | 7A | A4 | CA | 28 | 13 | 0 | 15 | D0 | 2B | 40 |
| Octal | 172 | 244 | 312 | 50 | 23 | 0 | 25 | 320 | 53 | 100 |
| Binary | 1111010 | 10100100 | 11001010 | 101000 | 10011 | 0 | 10101 | 11010000 | 101011 | 1000000 |
Color Harmonies of #7AA4CA
Complementary color
Monochromatic Colors of #7AA4CA
Black with #7AA4CA
Text Example
Text Example
White with #7AA4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA4CA; }
p { color: rgb(122,164,202); }
H1.HeaderClassName
{
color: #7AA4CA;
}
.AnyTagClassName
{
color: #7AA4CA;
}
</style>
background-color css
<style>
a { background-color: #7AA4CA; }
a { background-color: rgb(122,164,202); }
div.DivClassName
{
background-color: #7AA4CA;
}
.BgClassName
{
background-color: #7AA4CA;
}
</style>
border-color css
<style>
span { border-color: #7AA4CA; }
span { border-color: rgb(122,164,202); }
td.TdClassName
{
border-color: #7AA4CA;
}
.TagClassName
{
border-color: #7AA4CA;
}
</style>