Shades of Polo Blue #7A9BC9
Tints of Polo Blue #7A9BC9
RGB
CMYK
RGB Variations
Color information
#7A9BC9 (or 0x7A9BC9) is known color: Polo Blue. HEX triplet: 7A, 9B and C9. RGB value is (122,155,201). Sum of RGB (Red+Green+Blue) = 122+155+201=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #7A9BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BC9 is #856436. Grayscale: #969696. Windows color (decimal): -8741943 or 13212538. OLE color: 13212538.
HSL color Cylindrical-coordinate representation of color #7A9BC9: hue angle of 214.94º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A9BC9 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 155 | 201 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.21 |
| HSL | 214.94º | 0.42% | 0.63% | - |
| HSV(B) | 214.94º | 0.39% | 0.79% | - |
| XYZ | 30.29 | 31.8 | 59.8 | - |
| YUV | 150.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 201 | 0.39 | 0.23 | 0 | 0.21 | 214.94 | 0.42 | 0.63 |
| Hex | 7A | 9B | C9 | 27 | 17 | 0 | 15 | D7 | 2A | 3F |
| Octal | 172 | 233 | 311 | 47 | 27 | 0 | 25 | 327 | 52 | 77 |
| Binary | 1111010 | 10011011 | 11001001 | 100111 | 10111 | 0 | 10101 | 11010111 | 101010 | 111111 |
Color Harmonies of #7A9BC9
Complementary color
Monochromatic Colors of #7A9BC9
Black with #7A9BC9
Text Example
Text Example
White with #7A9BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9BC9; }
p { color: rgb(122,155,201); }
H1.HeaderClassName
{
color: #7A9BC9;
}
.AnyTagClassName
{
color: #7A9BC9;
}
</style>
background-color css
<style>
a { background-color: #7A9BC9; }
a { background-color: rgb(122,155,201); }
div.DivClassName
{
background-color: #7A9BC9;
}
.BgClassName
{
background-color: #7A9BC9;
}
</style>
border-color css
<style>
span { border-color: #7A9BC9; }
span { border-color: rgb(122,155,201); }
td.TdClassName
{
border-color: #7A9BC9;
}
.TagClassName
{
border-color: #7A9BC9;
}
</style>