Shades of Polo Blue #7A9CCA
Tints of Polo Blue #7A9CCA
RGB
CMYK
RGB Variations
Color information
#7A9CCA (or 0x7A9CCA) is known color: Polo Blue. HEX triplet: 7A, 9C and CA. RGB value is (122,156,202). Sum of RGB (Red+Green+Blue) = 122+156+202=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A9CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CCA is #856335. Grayscale: #969696. Windows color (decimal): -8741686 or 13278330. OLE color: 13278330.
HSL color Cylindrical-coordinate representation of color #7A9CCA: hue angle of 214.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 #7A9CCA is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 156 | 202 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.21 |
| HSL | 214.5º | 0.43% | 0.64% | - |
| HSV(B) | 214.5º | 0.4% | 0.79% | - |
| XYZ | 30.58 | 32.18 | 60.48 | - |
| YUV | 151.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 156 | 202 | 0.40 | 0.23 | 0 | 0.21 | 214.5 | 0.43 | 0.64 |
| Hex | 7A | 9C | CA | 28 | 17 | 0 | 15 | D6 | 2B | 40 |
| Octal | 172 | 234 | 312 | 50 | 27 | 0 | 25 | 326 | 53 | 100 |
| Binary | 1111010 | 10011100 | 11001010 | 101000 | 10111 | 0 | 10101 | 11010110 | 101011 | 1000000 |
Color Harmonies of #7A9CCA
Complementary color
Monochromatic Colors of #7A9CCA
Black with #7A9CCA
Text Example
Text Example
White with #7A9CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9CCA; }
p { color: rgb(122,156,202); }
H1.HeaderClassName
{
color: #7A9CCA;
}
.AnyTagClassName
{
color: #7A9CCA;
}
</style>
background-color css
<style>
a { background-color: #7A9CCA; }
a { background-color: rgb(122,156,202); }
div.DivClassName
{
background-color: #7A9CCA;
}
.BgClassName
{
background-color: #7A9CCA;
}
</style>
border-color css
<style>
span { border-color: #7A9CCA; }
span { border-color: rgb(122,156,202); }
td.TdClassName
{
border-color: #7A9CCA;
}
.TagClassName
{
border-color: #7A9CCA;
}
</style>