Shades of Polo Blue #7D9ED4
Tints of Polo Blue #7D9ED4
RGB
CMYK
RGB Variations
Color information
#7D9ED4 (or 0x7D9ED4) is known color: Polo Blue. HEX triplet: 7D, 9E and D4. RGB value is (125,158,212). Sum of RGB (Red+Green+Blue) = 125+158+212=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #7D9ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9ED4 is #82612B. Grayscale: #9A9A9A. Windows color (decimal): -8544556 or 13934205. OLE color: 13934205.
HSL color Cylindrical-coordinate representation of color #7D9ED4: hue angle of 217.24º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D9ED4 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 158 | 212 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.17 |
| HSL | 217.24º | 0.5% | 0.66% | - |
| HSV(B) | 217.24º | 0.41% | 0.83% | - |
| XYZ | 32.57 | 33.57 | 67.05 | - |
| YUV | 154.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 158 | 212 | 0.41 | 0.25 | 0 | 0.17 | 217.24 | 0.5 | 0.66 |
| Hex | 7D | 9E | D4 | 29 | 19 | 0 | 11 | D9 | 32 | 42 |
| Octal | 175 | 236 | 324 | 51 | 31 | 0 | 21 | 331 | 62 | 102 |
| Binary | 1111101 | 10011110 | 11010100 | 101001 | 11001 | 0 | 10001 | 11011001 | 110010 | 1000010 |
Color Harmonies of #7D9ED4
Complementary color
Monochromatic Colors of #7D9ED4
Black with #7D9ED4
Text Example
Text Example
White with #7D9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9ED4; }
p { color: rgb(125,158,212); }
H1.HeaderClassName
{
color: #7D9ED4;
}
.AnyTagClassName
{
color: #7D9ED4;
}
</style>
background-color css
<style>
a { background-color: #7D9ED4; }
a { background-color: rgb(125,158,212); }
div.DivClassName
{
background-color: #7D9ED4;
}
.BgClassName
{
background-color: #7D9ED4;
}
</style>
border-color css
<style>
span { border-color: #7D9ED4; }
span { border-color: rgb(125,158,212); }
td.TdClassName
{
border-color: #7D9ED4;
}
.TagClassName
{
border-color: #7D9ED4;
}
</style>