Shades of Polo Blue #7E9DBC
Tints of Polo Blue #7E9DBC
RGB
CMYK
RGB Variations
Color information
#7E9DBC (or 0x7E9DBC) is known color: Polo Blue. HEX triplet: 7E, 9D and BC. RGB value is (126,157,188). Sum of RGB (Red+Green+Blue) = 126+157+188=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E9DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9DBC is #816243. Grayscale: #979797. Windows color (decimal): -8479300 or 12361086. OLE color: 12361086.
HSL color Cylindrical-coordinate representation of color #7E9DBC: hue angle of 210º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E9DBC is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 157 | 188 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.26 |
| HSL | 210º | 0.32% | 0.62% | - |
| HSV(B) | 210º | 0.33% | 0.74% | - |
| XYZ | 29.74 | 32.18 | 52.22 | - |
| YUV | 151.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 157 | 188 | 0.33 | 0.16 | 0 | 0.26 | 210 | 0.32 | 0.62 |
| Hex | 7E | 9D | BC | 21 | 10 | 0 | 1A | D2 | 20 | 3E |
| Octal | 176 | 235 | 274 | 41 | 20 | 0 | 32 | 322 | 40 | 76 |
| Binary | 1111110 | 10011101 | 10111100 | 100001 | 10000 | 0 | 11010 | 11010010 | 100000 | 111110 |
Color Harmonies of #7E9DBC
Complementary color
Monochromatic Colors of #7E9DBC
Black with #7E9DBC
Text Example
Text Example
White with #7E9DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9DBC; }
p { color: rgb(126,157,188); }
H1.HeaderClassName
{
color: #7E9DBC;
}
.AnyTagClassName
{
color: #7E9DBC;
}
</style>
background-color css
<style>
a { background-color: #7E9DBC; }
a { background-color: rgb(126,157,188); }
div.DivClassName
{
background-color: #7E9DBC;
}
.BgClassName
{
background-color: #7E9DBC;
}
</style>
border-color css
<style>
span { border-color: #7E9DBC; }
span { border-color: rgb(126,157,188); }
td.TdClassName
{
border-color: #7E9DBC;
}
.TagClassName
{
border-color: #7E9DBC;
}
</style>