Shades of Polo Blue #7A9FCC
Tints of Polo Blue #7A9FCC
RGB
CMYK
RGB Variations
Color information
#7A9FCC (or 0x7A9FCC) is known color: Polo Blue. HEX triplet: 7A, 9F and CC. RGB value is (122,159,204). Sum of RGB (Red+Green+Blue) = 122+159+204=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A9FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FCC is #856033. Grayscale: #989898. Windows color (decimal): -8740916 or 13410170. OLE color: 13410170.
HSL color Cylindrical-coordinate representation of color #7A9FCC: hue angle of 212.93º 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 #7A9FCC is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 159 | 204 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.2 |
| HSL | 212.93º | 0.45% | 0.64% | - |
| HSV(B) | 212.93º | 0.4% | 0.8% | - |
| XYZ | 31.32 | 33.29 | 61.9 | - |
| YUV | 153.07 | 156.74 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 204 | 0.40 | 0.22 | 0 | 0.2 | 212.93 | 0.45 | 0.64 |
| Hex | 7A | 9F | CC | 28 | 16 | 0 | 14 | D5 | 2D | 40 |
| Octal | 172 | 237 | 314 | 50 | 26 | 0 | 24 | 325 | 55 | 100 |
| Binary | 1111010 | 10011111 | 11001100 | 101000 | 10110 | 0 | 10100 | 11010101 | 101101 | 1000000 |
Color Harmonies of #7A9FCC
Complementary color
Monochromatic Colors of #7A9FCC
Black with #7A9FCC
Text Example
Text Example
White with #7A9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9FCC; }
p { color: rgb(122,159,204); }
H1.HeaderClassName
{
color: #7A9FCC;
}
.AnyTagClassName
{
color: #7A9FCC;
}
</style>
background-color css
<style>
a { background-color: #7A9FCC; }
a { background-color: rgb(122,159,204); }
div.DivClassName
{
background-color: #7A9FCC;
}
.BgClassName
{
background-color: #7A9FCC;
}
</style>
border-color css
<style>
span { border-color: #7A9FCC; }
span { border-color: rgb(122,159,204); }
td.TdClassName
{
border-color: #7A9FCC;
}
.TagClassName
{
border-color: #7A9FCC;
}
</style>