Shades of Polo Blue #7D9DD1
Tints of Polo Blue #7D9DD1
RGB
CMYK
RGB Variations
Color information
#7D9DD1 (or 0x7D9DD1) is known color: Polo Blue. HEX triplet: 7D, 9D and D1. RGB value is (125,157,209). Sum of RGB (Red+Green+Blue) = 125+157+209=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #7D9DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9DD1 is #82622E. Grayscale: #999999. Windows color (decimal): -8544815 or 13737341. OLE color: 13737341.
HSL color Cylindrical-coordinate representation of color #7D9DD1: hue angle of 217.14º 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 #7D9DD1 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 157 | 209 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.18 |
| HSL | 217.14º | 0.48% | 0.65% | - |
| HSV(B) | 217.14º | 0.4% | 0.82% | - |
| XYZ | 32.02 | 33.08 | 65.02 | - |
| YUV | 153.36 | 159.4 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 157 | 209 | 0.40 | 0.25 | 0 | 0.18 | 217.14 | 0.48 | 0.65 |
| Hex | 7D | 9D | D1 | 28 | 19 | 0 | 12 | D9 | 30 | 41 |
| Octal | 175 | 235 | 321 | 50 | 31 | 0 | 22 | 331 | 60 | 101 |
| Binary | 1111101 | 10011101 | 11010001 | 101000 | 11001 | 0 | 10010 | 11011001 | 110000 | 1000001 |
Color Harmonies of #7D9DD1
Complementary color
Monochromatic Colors of #7D9DD1
Black with #7D9DD1
Text Example
Text Example
White with #7D9DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9DD1; }
p { color: rgb(125,157,209); }
H1.HeaderClassName
{
color: #7D9DD1;
}
.AnyTagClassName
{
color: #7D9DD1;
}
</style>
background-color css
<style>
a { background-color: #7D9DD1; }
a { background-color: rgb(125,157,209); }
div.DivClassName
{
background-color: #7D9DD1;
}
.BgClassName
{
background-color: #7D9DD1;
}
</style>
border-color css
<style>
span { border-color: #7D9DD1; }
span { border-color: rgb(125,157,209); }
td.TdClassName
{
border-color: #7D9DD1;
}
.TagClassName
{
border-color: #7D9DD1;
}
</style>