Shades of Polo Blue #7E9DCD
Tints of Polo Blue #7E9DCD
RGB
CMYK
RGB Variations
Color information
#7E9DCD (or 0x7E9DCD) is known color: Polo Blue. HEX triplet: 7E, 9D and CD. RGB value is (126,157,205). Sum of RGB (Red+Green+Blue) = 126+157+205=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 157 (61.72% from 255 or 32.17% 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 #7E9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9DCD is #816232. Grayscale: #989898. Windows color (decimal): -8479283 or 13475198. OLE color: 13475198.
HSL color Cylindrical-coordinate representation of color #7E9DCD: hue angle of 216.46º 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 #7E9DCD is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 157 | 205 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.20 |
| HSL | 216.46º | 0.44% | 0.65% | - |
| HSV(B) | 216.46º | 0.39% | 0.8% | - |
| XYZ | 31.68 | 32.96 | 62.45 | - |
| YUV | 153.2 | 157.23 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 157 | 205 | 0.39 | 0.23 | 0 | 0.20 | 216.46 | 0.44 | 0.65 |
| Hex | 7E | 9D | CD | 27 | 17 | 0 | 14 | D8 | 2C | 41 |
| Octal | 176 | 235 | 315 | 47 | 27 | 0 | 24 | 330 | 54 | 101 |
| Binary | 1111110 | 10011101 | 11001101 | 100111 | 10111 | 0 | 10100 | 11011000 | 101100 | 1000001 |
Color Harmonies of #7E9DCD
Complementary color
Monochromatic Colors of #7E9DCD
Black with #7E9DCD
Text Example
Text Example
White with #7E9DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9DCD; }
p { color: rgb(126,157,205); }
H1.HeaderClassName
{
color: #7E9DCD;
}
.AnyTagClassName
{
color: #7E9DCD;
}
</style>
background-color css
<style>
a { background-color: #7E9DCD; }
a { background-color: rgb(126,157,205); }
div.DivClassName
{
background-color: #7E9DCD;
}
.BgClassName
{
background-color: #7E9DCD;
}
</style>
border-color css
<style>
span { border-color: #7E9DCD; }
span { border-color: rgb(126,157,205); }
td.TdClassName
{
border-color: #7E9DCD;
}
.TagClassName
{
border-color: #7E9DCD;
}
</style>