Shades of Nepal #7EA3BD
Tints of Nepal #7EA3BD
RGB
CMYK
RGB Variations
Color information
#7EA3BD (or 0x7EA3BD) is known color: Nepal. HEX triplet: 7E, A3 and BD. RGB value is (126,163,189). Sum of RGB (Red+Green+Blue) = 126+163+189=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #7EA3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA3BD is #815C42. Grayscale: #9A9A9A. Windows color (decimal): -8477763 or 12428158. OLE color: 12428158.
HSL color Cylindrical-coordinate representation of color #7EA3BD: hue angle of 204.76º 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 #7EA3BD is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 163 | 189 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.26 |
| HSL | 204.76º | 0.32% | 0.62% | - |
| HSV(B) | 204.76º | 0.33% | 0.74% | - |
| XYZ | 30.89 | 34.3 | 53.14 | - |
| YUV | 154.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 189 | 0.33 | 0.14 | 0 | 0.26 | 204.76 | 0.32 | 0.62 |
| Hex | 7E | A3 | BD | 21 | E | 0 | 1A | CD | 20 | 3E |
| Octal | 176 | 243 | 275 | 41 | 16 | 0 | 32 | 315 | 40 | 76 |
| Binary | 1111110 | 10100011 | 10111101 | 100001 | 1110 | 0 | 11010 | 11001101 | 100000 | 111110 |
Color Harmonies of #7EA3BD
Complementary color
Monochromatic Colors of #7EA3BD
Black with #7EA3BD
Text Example
Text Example
White with #7EA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA3BD; }
p { color: rgb(126,163,189); }
H1.HeaderClassName
{
color: #7EA3BD;
}
.AnyTagClassName
{
color: #7EA3BD;
}
</style>
background-color css
<style>
a { background-color: #7EA3BD; }
a { background-color: rgb(126,163,189); }
div.DivClassName
{
background-color: #7EA3BD;
}
.BgClassName
{
background-color: #7EA3BD;
}
</style>
border-color css
<style>
span { border-color: #7EA3BD; }
span { border-color: rgb(126,163,189); }
td.TdClassName
{
border-color: #7EA3BD;
}
.TagClassName
{
border-color: #7EA3BD;
}
</style>