Shades of Polo Blue #7A9CCC
Tints of Polo Blue #7A9CCC
RGB
CMYK
RGB Variations
Color information
#7A9CCC (or 0x7A9CCC) is known color: Polo Blue. HEX triplet: 7A, 9C and CC. RGB value is (122,156,204). Sum of RGB (Red+Green+Blue) = 122+156+204=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A9CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CCC is #856333. Grayscale: #979797. Windows color (decimal): -8741684 or 13409402. OLE color: 13409402.
HSL color Cylindrical-coordinate representation of color #7A9CCC: hue angle of 215.12º 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 #7A9CCC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 156 | 204 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.2 |
| HSL | 215.12º | 0.45% | 0.64% | - |
| HSV(B) | 215.12º | 0.4% | 0.8% | - |
| XYZ | 30.81 | 32.27 | 61.73 | - |
| YUV | 151.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 156 | 204 | 0.40 | 0.24 | 0 | 0.2 | 215.12 | 0.45 | 0.64 |
| Hex | 7A | 9C | CC | 28 | 18 | 0 | 14 | D7 | 2D | 40 |
| Octal | 172 | 234 | 314 | 50 | 30 | 0 | 24 | 327 | 55 | 100 |
| Binary | 1111010 | 10011100 | 11001100 | 101000 | 11000 | 0 | 10100 | 11010111 | 101101 | 1000000 |
Color Harmonies of #7A9CCC
Complementary color
Monochromatic Colors of #7A9CCC
Black with #7A9CCC
Text Example
Text Example
White with #7A9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9CCC; }
p { color: rgb(122,156,204); }
H1.HeaderClassName
{
color: #7A9CCC;
}
.AnyTagClassName
{
color: #7A9CCC;
}
</style>
background-color css
<style>
a { background-color: #7A9CCC; }
a { background-color: rgb(122,156,204); }
div.DivClassName
{
background-color: #7A9CCC;
}
.BgClassName
{
background-color: #7A9CCC;
}
</style>
border-color css
<style>
span { border-color: #7A9CCC; }
span { border-color: rgb(122,156,204); }
td.TdClassName
{
border-color: #7A9CCC;
}
.TagClassName
{
border-color: #7A9CCC;
}
</style>