Shades of Polo Blue #7A97CA
Tints of Polo Blue #7A97CA
RGB
CMYK
RGB Variations
Color information
#7A97CA (or 0x7A97CA) is known color: Polo Blue. HEX triplet: 7A, 97 and CA. RGB value is (122,151,202). Sum of RGB (Red+Green+Blue) = 122+151+202=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A97CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A97CA is #856835. Grayscale: #939393. Windows color (decimal): -8742966 or 13277050. OLE color: 13277050.
HSL color Cylindrical-coordinate representation of color #7A97CA: hue angle of 218.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 #7A97CA is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 151 | 202 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.21 |
| HSL | 218.25º | 0.43% | 0.64% | - |
| HSV(B) | 218.25º | 0.4% | 0.79% | - |
| XYZ | 29.75 | 30.54 | 60.2 | - |
| YUV | 148.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 202 | 0.40 | 0.25 | 0 | 0.21 | 218.25 | 0.43 | 0.64 |
| Hex | 7A | 97 | CA | 28 | 19 | 0 | 15 | DA | 2B | 40 |
| Octal | 172 | 227 | 312 | 50 | 31 | 0 | 25 | 332 | 53 | 100 |
| Binary | 1111010 | 10010111 | 11001010 | 101000 | 11001 | 0 | 10101 | 11011010 | 101011 | 1000000 |
Color Harmonies of #7A97CA
Complementary color
Monochromatic Colors of #7A97CA
Black with #7A97CA
Text Example
Text Example
White with #7A97CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A97CA; }
p { color: rgb(122,151,202); }
H1.HeaderClassName
{
color: #7A97CA;
}
.AnyTagClassName
{
color: #7A97CA;
}
</style>
background-color css
<style>
a { background-color: #7A97CA; }
a { background-color: rgb(122,151,202); }
div.DivClassName
{
background-color: #7A97CA;
}
.BgClassName
{
background-color: #7A97CA;
}
</style>
border-color css
<style>
span { border-color: #7A97CA; }
span { border-color: rgb(122,151,202); }
td.TdClassName
{
border-color: #7A97CA;
}
.TagClassName
{
border-color: #7A97CA;
}
</style>