Shades of Polo Blue #7A9BD0
Tints of Polo Blue #7A9BD0
RGB
CMYK
RGB Variations
Color information
#7A9BD0 (or 0x7A9BD0) is known color: Polo Blue. HEX triplet: 7A, 9B and D0. RGB value is (122,155,208). Sum of RGB (Red+Green+Blue) = 122+155+208=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A9BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BD0 is #85642F. Grayscale: #969696. Windows color (decimal): -8741936 or 13671290. OLE color: 13671290.
HSL color Cylindrical-coordinate representation of color #7A9BD0: hue angle of 216.98º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A9BD0 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 155 | 208 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.18 |
| HSL | 216.98º | 0.48% | 0.65% | - |
| HSV(B) | 216.98º | 0.41% | 0.82% | - |
| XYZ | 31.13 | 32.13 | 64.24 | - |
| YUV | 151.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 208 | 0.41 | 0.25 | 0 | 0.18 | 216.98 | 0.48 | 0.65 |
| Hex | 7A | 9B | D0 | 29 | 19 | 0 | 12 | D9 | 30 | 41 |
| Octal | 172 | 233 | 320 | 51 | 31 | 0 | 22 | 331 | 60 | 101 |
| Binary | 1111010 | 10011011 | 11010000 | 101001 | 11001 | 0 | 10010 | 11011001 | 110000 | 1000001 |
Color Harmonies of #7A9BD0
Complementary color
Monochromatic Colors of #7A9BD0
Black with #7A9BD0
Text Example
Text Example
White with #7A9BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9BD0; }
p { color: rgb(122,155,208); }
H1.HeaderClassName
{
color: #7A9BD0;
}
.AnyTagClassName
{
color: #7A9BD0;
}
</style>
background-color css
<style>
a { background-color: #7A9BD0; }
a { background-color: rgb(122,155,208); }
div.DivClassName
{
background-color: #7A9BD0;
}
.BgClassName
{
background-color: #7A9BD0;
}
</style>
border-color css
<style>
span { border-color: #7A9BD0; }
span { border-color: rgb(122,155,208); }
td.TdClassName
{
border-color: #7A9BD0;
}
.TagClassName
{
border-color: #7A9BD0;
}
</style>