Shades of Polo Blue #7DA4CE
Tints of Polo Blue #7DA4CE
RGB
CMYK
RGB Variations
Color information
#7DA4CE (or 0x7DA4CE) is known color: Polo Blue. HEX triplet: 7D, A4 and CE. RGB value is (125,164,206). Sum of RGB (Red+Green+Blue) = 125+164+206=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DA4CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA4CE is #825B31. Grayscale: #9C9C9C. Windows color (decimal): -8543026 or 13542525. OLE color: 13542525.
HSL color Cylindrical-coordinate representation of color #7DA4CE: hue angle of 211.11º 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 #7DA4CE is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 164 | 206 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.19 |
| HSL | 211.11º | 0.45% | 0.65% | - |
| HSV(B) | 211.11º | 0.39% | 0.81% | - |
| XYZ | 32.87 | 35.37 | 63.49 | - |
| YUV | 157.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 164 | 206 | 0.39 | 0.20 | 0 | 0.19 | 211.11 | 0.45 | 0.65 |
| Hex | 7D | A4 | CE | 27 | 14 | 0 | 13 | D3 | 2D | 41 |
| Octal | 175 | 244 | 316 | 47 | 24 | 0 | 23 | 323 | 55 | 101 |
| Binary | 1111101 | 10100100 | 11001110 | 100111 | 10100 | 0 | 10011 | 11010011 | 101101 | 1000001 |
Color Harmonies of #7DA4CE
Complementary color
Monochromatic Colors of #7DA4CE
Black with #7DA4CE
Text Example
Text Example
White with #7DA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA4CE; }
p { color: rgb(125,164,206); }
H1.HeaderClassName
{
color: #7DA4CE;
}
.AnyTagClassName
{
color: #7DA4CE;
}
</style>
background-color css
<style>
a { background-color: #7DA4CE; }
a { background-color: rgb(125,164,206); }
div.DivClassName
{
background-color: #7DA4CE;
}
.BgClassName
{
background-color: #7DA4CE;
}
</style>
border-color css
<style>
span { border-color: #7DA4CE; }
span { border-color: rgb(125,164,206); }
td.TdClassName
{
border-color: #7DA4CE;
}
.TagClassName
{
border-color: #7DA4CE;
}
</style>