Shades of Polo Blue #7D9ECD
Tints of Polo Blue #7D9ECD
RGB
CMYK
RGB Variations
Color information
#7D9ECD (or 0x7D9ECD) is known color: Polo Blue. HEX triplet: 7D, 9E and CD. RGB value is (125,158,205). Sum of RGB (Red+Green+Blue) = 125+158+205=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D9ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9ECD is #826132. Grayscale: #999999. Windows color (decimal): -8544563 or 13475453. OLE color: 13475453.
HSL color Cylindrical-coordinate representation of color #7D9ECD: hue angle of 215.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D9ECD is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 158 | 205 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.20 |
| HSL | 215.25º | 0.44% | 0.65% | - |
| HSV(B) | 215.25º | 0.39% | 0.8% | - |
| XYZ | 31.7 | 33.22 | 62.5 | - |
| YUV | 153.49 | 157.07 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 158 | 205 | 0.39 | 0.23 | 0 | 0.20 | 215.25 | 0.44 | 0.65 |
| Hex | 7D | 9E | CD | 27 | 17 | 0 | 14 | D7 | 2C | 41 |
| Octal | 175 | 236 | 315 | 47 | 27 | 0 | 24 | 327 | 54 | 101 |
| Binary | 1111101 | 10011110 | 11001101 | 100111 | 10111 | 0 | 10100 | 11010111 | 101100 | 1000001 |
Color Harmonies of #7D9ECD
Complementary color
Monochromatic Colors of #7D9ECD
Black with #7D9ECD
Text Example
Text Example
White with #7D9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9ECD; }
p { color: rgb(125,158,205); }
H1.HeaderClassName
{
color: #7D9ECD;
}
.AnyTagClassName
{
color: #7D9ECD;
}
</style>
background-color css
<style>
a { background-color: #7D9ECD; }
a { background-color: rgb(125,158,205); }
div.DivClassName
{
background-color: #7D9ECD;
}
.BgClassName
{
background-color: #7D9ECD;
}
</style>
border-color css
<style>
span { border-color: #7D9ECD; }
span { border-color: rgb(125,158,205); }
td.TdClassName
{
border-color: #7D9ECD;
}
.TagClassName
{
border-color: #7D9ECD;
}
</style>