Shades of Polo Blue #7E9BBF
Tints of Polo Blue #7E9BBF
RGB
CMYK
RGB Variations
Color information
#7E9BBF (or 0x7E9BBF) is known color: Polo Blue. HEX triplet: 7E, 9B and BF. RGB value is (126,155,191). Sum of RGB (Red+Green+Blue) = 126+155+191=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E9BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9BBF is #816440. Grayscale: #969696. Windows color (decimal): -8479809 or 12557182. OLE color: 12557182.
HSL color Cylindrical-coordinate representation of color #7E9BBF: hue angle of 213.23º degrees, saturation: 0.34, 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 #7E9BBF is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 155 | 191 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.25 |
| HSL | 213.23º | 0.34% | 0.62% | - |
| HSV(B) | 213.23º | 0.34% | 0.75% | - |
| XYZ | 29.73 | 31.64 | 53.83 | - |
| YUV | 150.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 191 | 0.34 | 0.19 | 0 | 0.25 | 213.23 | 0.34 | 0.62 |
| Hex | 7E | 9B | BF | 22 | 13 | 0 | 19 | D5 | 22 | 3E |
| Octal | 176 | 233 | 277 | 42 | 23 | 0 | 31 | 325 | 42 | 76 |
| Binary | 1111110 | 10011011 | 10111111 | 100010 | 10011 | 0 | 11001 | 11010101 | 100010 | 111110 |
Color Harmonies of #7E9BBF
Complementary color
Monochromatic Colors of #7E9BBF
Black with #7E9BBF
Text Example
Text Example
White with #7E9BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9BBF; }
p { color: rgb(126,155,191); }
H1.HeaderClassName
{
color: #7E9BBF;
}
.AnyTagClassName
{
color: #7E9BBF;
}
</style>
background-color css
<style>
a { background-color: #7E9BBF; }
a { background-color: rgb(126,155,191); }
div.DivClassName
{
background-color: #7E9BBF;
}
.BgClassName
{
background-color: #7E9BBF;
}
</style>
border-color css
<style>
span { border-color: #7E9BBF; }
span { border-color: rgb(126,155,191); }
td.TdClassName
{
border-color: #7E9BBF;
}
.TagClassName
{
border-color: #7E9BBF;
}
</style>