Shades of Polo Blue #7DA0BD
Tints of Polo Blue #7DA0BD
RGB
CMYK
RGB Variations
Color information
#7DA0BD (or 0x7DA0BD) is known color: Polo Blue. HEX triplet: 7D, A0 and BD. RGB value is (125,160,189). Sum of RGB (Red+Green+Blue) = 125+160+189=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #7DA0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA0BD is #825F42. Grayscale: #989898. Windows color (decimal): -8544067 or 12427389. OLE color: 12427389.
HSL color Cylindrical-coordinate representation of color #7DA0BD: hue angle of 207.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DA0BD is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 160 | 189 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.26 |
| HSL | 207.19º | 0.33% | 0.62% | - |
| HSV(B) | 207.19º | 0.34% | 0.74% | - |
| XYZ | 30.21 | 33.18 | 52.96 | - |
| YUV | 152.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 189 | 0.34 | 0.15 | 0 | 0.26 | 207.19 | 0.33 | 0.62 |
| Hex | 7D | A0 | BD | 22 | F | 0 | 1A | CF | 21 | 3E |
| Octal | 175 | 240 | 275 | 42 | 17 | 0 | 32 | 317 | 41 | 76 |
| Binary | 1111101 | 10100000 | 10111101 | 100010 | 1111 | 0 | 11010 | 11001111 | 100001 | 111110 |
Color Harmonies of #7DA0BD
Complementary color
Monochromatic Colors of #7DA0BD
Black with #7DA0BD
Text Example
Text Example
White with #7DA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA0BD; }
p { color: rgb(125,160,189); }
H1.HeaderClassName
{
color: #7DA0BD;
}
.AnyTagClassName
{
color: #7DA0BD;
}
</style>
background-color css
<style>
a { background-color: #7DA0BD; }
a { background-color: rgb(125,160,189); }
div.DivClassName
{
background-color: #7DA0BD;
}
.BgClassName
{
background-color: #7DA0BD;
}
</style>
border-color css
<style>
span { border-color: #7DA0BD; }
span { border-color: rgb(125,160,189); }
td.TdClassName
{
border-color: #7DA0BD;
}
.TagClassName
{
border-color: #7DA0BD;
}
</style>