Shades of Polo Blue #7A9BCA
Tints of Polo Blue #7A9BCA
RGB
CMYK
RGB Variations
Color information
#7A9BCA (or 0x7A9BCA) is known color: Polo Blue. HEX triplet: 7A, 9B and CA. RGB value is (122,155,202). Sum of RGB (Red+Green+Blue) = 122+155+202=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BCA is #856435. Grayscale: #969696. Windows color (decimal): -8741942 or 13278074. OLE color: 13278074.
HSL color Cylindrical-coordinate representation of color #7A9BCA: hue angle of 215.25º 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 #7A9BCA is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 155 | 202 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.21 |
| HSL | 215.25º | 0.43% | 0.64% | - |
| HSV(B) | 215.25º | 0.4% | 0.79% | - |
| XYZ | 30.41 | 31.84 | 60.42 | - |
| YUV | 150.49 | 157.07 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 202 | 0.40 | 0.23 | 0 | 0.21 | 215.25 | 0.43 | 0.64 |
| Hex | 7A | 9B | CA | 28 | 17 | 0 | 15 | D7 | 2B | 40 |
| Octal | 172 | 233 | 312 | 50 | 27 | 0 | 25 | 327 | 53 | 100 |
| Binary | 1111010 | 10011011 | 11001010 | 101000 | 10111 | 0 | 10101 | 11010111 | 101011 | 1000000 |
Color Harmonies of #7A9BCA
Complementary color
Monochromatic Colors of #7A9BCA
Black with #7A9BCA
Text Example
Text Example
White with #7A9BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9BCA; }
p { color: rgb(122,155,202); }
H1.HeaderClassName
{
color: #7A9BCA;
}
.AnyTagClassName
{
color: #7A9BCA;
}
</style>
background-color css
<style>
a { background-color: #7A9BCA; }
a { background-color: rgb(122,155,202); }
div.DivClassName
{
background-color: #7A9BCA;
}
.BgClassName
{
background-color: #7A9BCA;
}
</style>
border-color css
<style>
span { border-color: #7A9BCA; }
span { border-color: rgb(122,155,202); }
td.TdClassName
{
border-color: #7A9BCA;
}
.TagClassName
{
border-color: #7A9BCA;
}
</style>