Shades of Polo Blue #7A9ECD
Tints of Polo Blue #7A9ECD
RGB
CMYK
RGB Variations
Color information
#7A9ECD (or 0x7A9ECD) is known color: Polo Blue. HEX triplet: 7A, 9E and CD. RGB value is (122,158,205). Sum of RGB (Red+Green+Blue) = 122+158+205=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A9ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ECD is #856132. Grayscale: #989898. Windows color (decimal): -8741171 or 13475450. OLE color: 13475450.
HSL color Cylindrical-coordinate representation of color #7A9ECD: hue angle of 213.98º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A9ECD is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 158 | 205 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.20 |
| HSL | 213.98º | 0.45% | 0.64% | - |
| HSV(B) | 213.98º | 0.4% | 0.8% | - |
| XYZ | 31.27 | 33 | 62.48 | - |
| YUV | 152.59 | 157.57 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 205 | 0.40 | 0.23 | 0 | 0.20 | 213.98 | 0.45 | 0.64 |
| Hex | 7A | 9E | CD | 28 | 17 | 0 | 14 | D6 | 2D | 40 |
| Octal | 172 | 236 | 315 | 50 | 27 | 0 | 24 | 326 | 55 | 100 |
| Binary | 1111010 | 10011110 | 11001101 | 101000 | 10111 | 0 | 10100 | 11010110 | 101101 | 1000000 |
Color Harmonies of #7A9ECD
Complementary color
Monochromatic Colors of #7A9ECD
Black with #7A9ECD
Text Example
Text Example
White with #7A9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9ECD; }
p { color: rgb(122,158,205); }
H1.HeaderClassName
{
color: #7A9ECD;
}
.AnyTagClassName
{
color: #7A9ECD;
}
</style>
background-color css
<style>
a { background-color: #7A9ECD; }
a { background-color: rgb(122,158,205); }
div.DivClassName
{
background-color: #7A9ECD;
}
.BgClassName
{
background-color: #7A9ECD;
}
</style>
border-color css
<style>
span { border-color: #7A9ECD; }
span { border-color: rgb(122,158,205); }
td.TdClassName
{
border-color: #7A9ECD;
}
.TagClassName
{
border-color: #7A9ECD;
}
</style>