Shades of Polo Blue #7A9DCB
Tints of Polo Blue #7A9DCB
RGB
CMYK
RGB Variations
Color information
#7A9DCB (or 0x7A9DCB) is known color: Polo Blue. HEX triplet: 7A, 9D and CB. RGB value is (122,157,203). Sum of RGB (Red+Green+Blue) = 122+157+203=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A9DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9DCB is #856234. Grayscale: #979797. Windows color (decimal): -8741429 or 13344122. OLE color: 13344122.
HSL color Cylindrical-coordinate representation of color #7A9DCB: hue angle of 214.07º degrees, saturation: 0.44, 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 #7A9DCB is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 157 | 203 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.20 |
| HSL | 214.07º | 0.44% | 0.64% | - |
| HSV(B) | 214.07º | 0.4% | 0.8% | - |
| XYZ | 30.86 | 32.56 | 61.16 | - |
| YUV | 151.78 | 156.9 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 157 | 203 | 0.40 | 0.23 | 0 | 0.20 | 214.07 | 0.44 | 0.64 |
| Hex | 7A | 9D | CB | 28 | 17 | 0 | 14 | D6 | 2C | 40 |
| Octal | 172 | 235 | 313 | 50 | 27 | 0 | 24 | 326 | 54 | 100 |
| Binary | 1111010 | 10011101 | 11001011 | 101000 | 10111 | 0 | 10100 | 11010110 | 101100 | 1000000 |
Color Harmonies of #7A9DCB
Complementary color
Monochromatic Colors of #7A9DCB
Black with #7A9DCB
Text Example
Text Example
White with #7A9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9DCB; }
p { color: rgb(122,157,203); }
H1.HeaderClassName
{
color: #7A9DCB;
}
.AnyTagClassName
{
color: #7A9DCB;
}
</style>
background-color css
<style>
a { background-color: #7A9DCB; }
a { background-color: rgb(122,157,203); }
div.DivClassName
{
background-color: #7A9DCB;
}
.BgClassName
{
background-color: #7A9DCB;
}
</style>
border-color css
<style>
span { border-color: #7A9DCB; }
span { border-color: rgb(122,157,203); }
td.TdClassName
{
border-color: #7A9DCB;
}
.TagClassName
{
border-color: #7A9DCB;
}
</style>