Shades of Polo Blue #7DA2CE
Tints of Polo Blue #7DA2CE
RGB
CMYK
RGB Variations
Color information
#7DA2CE (or 0x7DA2CE) is known color: Polo Blue. HEX triplet: 7D, A2 and CE. RGB value is (125,162,206). Sum of RGB (Red+Green+Blue) = 125+162+206=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DA2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA2CE is #825D31. Grayscale: #9B9B9B. Windows color (decimal): -8543538 or 13542013. OLE color: 13542013.
HSL color Cylindrical-coordinate representation of color #7DA2CE: hue angle of 212.59º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DA2CE is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 162 | 206 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.19 |
| HSL | 212.59º | 0.45% | 0.65% | - |
| HSV(B) | 212.59º | 0.39% | 0.81% | - |
| XYZ | 32.52 | 34.66 | 63.37 | - |
| YUV | 155.95 | 156.24 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 206 | 0.39 | 0.21 | 0 | 0.19 | 212.59 | 0.45 | 0.65 |
| Hex | 7D | A2 | CE | 27 | 15 | 0 | 13 | D5 | 2D | 41 |
| Octal | 175 | 242 | 316 | 47 | 25 | 0 | 23 | 325 | 55 | 101 |
| Binary | 1111101 | 10100010 | 11001110 | 100111 | 10101 | 0 | 10011 | 11010101 | 101101 | 1000001 |
Color Harmonies of #7DA2CE
Complementary color
Monochromatic Colors of #7DA2CE
Black with #7DA2CE
Text Example
Text Example
White with #7DA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA2CE; }
p { color: rgb(125,162,206); }
H1.HeaderClassName
{
color: #7DA2CE;
}
.AnyTagClassName
{
color: #7DA2CE;
}
</style>
background-color css
<style>
a { background-color: #7DA2CE; }
a { background-color: rgb(125,162,206); }
div.DivClassName
{
background-color: #7DA2CE;
}
.BgClassName
{
background-color: #7DA2CE;
}
</style>
border-color css
<style>
span { border-color: #7DA2CE; }
span { border-color: rgb(125,162,206); }
td.TdClassName
{
border-color: #7DA2CE;
}
.TagClassName
{
border-color: #7DA2CE;
}
</style>