Shades of Polo Blue #7A9CCF
Tints of Polo Blue #7A9CCF
RGB
CMYK
RGB Variations
Color information
#7A9CCF (or 0x7A9CCF) is known color: Polo Blue. HEX triplet: 7A, 9C and CF. RGB value is (122,156,207). Sum of RGB (Red+Green+Blue) = 122+156+207=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A9CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CCF is #856330. Grayscale: #979797. Windows color (decimal): -8741681 or 13606010. OLE color: 13606010.
HSL color Cylindrical-coordinate representation of color #7A9CCF: hue angle of 216º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A9CCF is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 156 | 207 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.19 |
| HSL | 216º | 0.47% | 0.65% | - |
| HSV(B) | 216º | 0.41% | 0.81% | - |
| XYZ | 31.18 | 32.42 | 63.65 | - |
| YUV | 151.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 156 | 207 | 0.41 | 0.25 | 0 | 0.19 | 216 | 0.47 | 0.65 |
| Hex | 7A | 9C | CF | 29 | 19 | 0 | 13 | D8 | 2F | 41 |
| Octal | 172 | 234 | 317 | 51 | 31 | 0 | 23 | 330 | 57 | 101 |
| Binary | 1111010 | 10011100 | 11001111 | 101001 | 11001 | 0 | 10011 | 11011000 | 101111 | 1000001 |
Color Harmonies of #7A9CCF
Complementary color
Monochromatic Colors of #7A9CCF
Black with #7A9CCF
Text Example
Text Example
White with #7A9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9CCF; }
p { color: rgb(122,156,207); }
H1.HeaderClassName
{
color: #7A9CCF;
}
.AnyTagClassName
{
color: #7A9CCF;
}
</style>
background-color css
<style>
a { background-color: #7A9CCF; }
a { background-color: rgb(122,156,207); }
div.DivClassName
{
background-color: #7A9CCF;
}
.BgClassName
{
background-color: #7A9CCF;
}
</style>
border-color css
<style>
span { border-color: #7A9CCF; }
span { border-color: rgb(122,156,207); }
td.TdClassName
{
border-color: #7A9CCF;
}
.TagClassName
{
border-color: #7A9CCF;
}
</style>