Shades of Polo Blue #7A9CCD
Tints of Polo Blue #7A9CCD
RGB
CMYK
RGB Variations
Color information
#7A9CCD (or 0x7A9CCD) is known color: Polo Blue. HEX triplet: 7A, 9C and CD. RGB value is (122,156,205). Sum of RGB (Red+Green+Blue) = 122+156+205=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A9CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CCD is #856332. Grayscale: #979797. Windows color (decimal): -8741683 or 13474938. OLE color: 13474938.
HSL color Cylindrical-coordinate representation of color #7A9CCD: hue angle of 215.42º 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 #7A9CCD is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 156 | 205 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.20 |
| HSL | 215.42º | 0.45% | 0.64% | - |
| HSV(B) | 215.42º | 0.4% | 0.8% | - |
| XYZ | 30.93 | 32.32 | 62.37 | - |
| YUV | 151.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 156 | 205 | 0.40 | 0.24 | 0 | 0.20 | 215.42 | 0.45 | 0.64 |
| Hex | 7A | 9C | CD | 28 | 18 | 0 | 14 | D7 | 2D | 40 |
| Octal | 172 | 234 | 315 | 50 | 30 | 0 | 24 | 327 | 55 | 100 |
| Binary | 1111010 | 10011100 | 11001101 | 101000 | 11000 | 0 | 10100 | 11010111 | 101101 | 1000000 |
Color Harmonies of #7A9CCD
Complementary color
Monochromatic Colors of #7A9CCD
Black with #7A9CCD
Text Example
Text Example
White with #7A9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9CCD; }
p { color: rgb(122,156,205); }
H1.HeaderClassName
{
color: #7A9CCD;
}
.AnyTagClassName
{
color: #7A9CCD;
}
</style>
background-color css
<style>
a { background-color: #7A9CCD; }
a { background-color: rgb(122,156,205); }
div.DivClassName
{
background-color: #7A9CCD;
}
.BgClassName
{
background-color: #7A9CCD;
}
</style>
border-color css
<style>
span { border-color: #7A9CCD; }
span { border-color: rgb(122,156,205); }
td.TdClassName
{
border-color: #7A9CCD;
}
.TagClassName
{
border-color: #7A9CCD;
}
</style>