Shades of Polo Blue #7E9CBE
Tints of Polo Blue #7E9CBE
RGB
CMYK
RGB Variations
Color information
#7E9CBE (or 0x7E9CBE) is known color: Polo Blue. HEX triplet: 7E, 9C and BE. RGB value is (126,156,190). Sum of RGB (Red+Green+Blue) = 126+156+190=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E9CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9CBE is #816341. Grayscale: #969696. Windows color (decimal): -8479554 or 12491902. OLE color: 12491902.
HSL color Cylindrical-coordinate representation of color #7E9CBE: hue angle of 211.88º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E9CBE is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 156 | 190 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.25 |
| HSL | 211.88º | 0.33% | 0.62% | - |
| HSV(B) | 211.88º | 0.34% | 0.75% | - |
| XYZ | 29.79 | 31.93 | 53.31 | - |
| YUV | 150.91 | 150.06 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 156 | 190 | 0.34 | 0.18 | 0 | 0.25 | 211.88 | 0.33 | 0.62 |
| Hex | 7E | 9C | BE | 22 | 12 | 0 | 19 | D4 | 21 | 3E |
| Octal | 176 | 234 | 276 | 42 | 22 | 0 | 31 | 324 | 41 | 76 |
| Binary | 1111110 | 10011100 | 10111110 | 100010 | 10010 | 0 | 11001 | 11010100 | 100001 | 111110 |
Color Harmonies of #7E9CBE
Complementary color
Monochromatic Colors of #7E9CBE
Black with #7E9CBE
Text Example
Text Example
White with #7E9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9CBE; }
p { color: rgb(126,156,190); }
H1.HeaderClassName
{
color: #7E9CBE;
}
.AnyTagClassName
{
color: #7E9CBE;
}
</style>
background-color css
<style>
a { background-color: #7E9CBE; }
a { background-color: rgb(126,156,190); }
div.DivClassName
{
background-color: #7E9CBE;
}
.BgClassName
{
background-color: #7E9CBE;
}
</style>
border-color css
<style>
span { border-color: #7E9CBE; }
span { border-color: rgb(126,156,190); }
td.TdClassName
{
border-color: #7E9CBE;
}
.TagClassName
{
border-color: #7E9CBE;
}
</style>