Shades of Polo Blue #7DA7D1
Tints of Polo Blue #7DA7D1
RGB
CMYK
RGB Variations
Color information
#7DA7D1 (or 0x7DA7D1) is known color: Polo Blue. HEX triplet: 7D, A7 and D1. RGB value is (125,167,209). Sum of RGB (Red+Green+Blue) = 125+167+209=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #7DA7D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA7D1 is #82582E. Grayscale: #9F9F9F. Windows color (decimal): -8542255 or 13739901. OLE color: 13739901.
HSL color Cylindrical-coordinate representation of color #7DA7D1: hue angle of 210º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DA7D1 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 167 | 209 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.18 |
| HSL | 210º | 0.48% | 0.65% | - |
| HSV(B) | 210º | 0.4% | 0.82% | - |
| XYZ | 33.78 | 36.6 | 65.61 | - |
| YUV | 159.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 167 | 209 | 0.40 | 0.20 | 0 | 0.18 | 210 | 0.48 | 0.65 |
| Hex | 7D | A7 | D1 | 28 | 14 | 0 | 12 | D2 | 30 | 41 |
| Octal | 175 | 247 | 321 | 50 | 24 | 0 | 22 | 322 | 60 | 101 |
| Binary | 1111101 | 10100111 | 11010001 | 101000 | 10100 | 0 | 10010 | 11010010 | 110000 | 1000001 |
Color Harmonies of #7DA7D1
Complementary color
Monochromatic Colors of #7DA7D1
Black with #7DA7D1
Text Example
Text Example
White with #7DA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA7D1; }
p { color: rgb(125,167,209); }
H1.HeaderClassName
{
color: #7DA7D1;
}
.AnyTagClassName
{
color: #7DA7D1;
}
</style>
background-color css
<style>
a { background-color: #7DA7D1; }
a { background-color: rgb(125,167,209); }
div.DivClassName
{
background-color: #7DA7D1;
}
.BgClassName
{
background-color: #7DA7D1;
}
</style>
border-color css
<style>
span { border-color: #7DA7D1; }
span { border-color: rgb(125,167,209); }
td.TdClassName
{
border-color: #7DA7D1;
}
.TagClassName
{
border-color: #7DA7D1;
}
</style>