Shades of Nepal #8EA4B2
Tints of Nepal #8EA4B2
RGB
CMYK
RGB Variations
Color information
#8EA4B2 (or 0x8EA4B2) is known color: Nepal. HEX triplet: 8E, A4 and B2. RGB value is (142,164,178). Sum of RGB (Red+Green+Blue) = 142+164+178=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 178 - color contains mainly: blue. Hex color #8EA4B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA4B2 is #715B4D. Grayscale: #9E9E9E. Windows color (decimal): -7428942 or 11707534. OLE color: 11707534.
HSL color Cylindrical-coordinate representation of color #8EA4B2: hue angle of 203.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8EA4B2 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 164 | 178 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.30 |
| HSL | 203.33º | 0.19% | 0.63% | - |
| HSV(B) | 203.33º | 0.2% | 0.7% | - |
| XYZ | 32.47 | 35.52 | 47.26 | - |
| YUV | 159.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 164 | 178 | 0.20 | 0.08 | 0 | 0.30 | 203.33 | 0.19 | 0.63 |
| Hex | 8E | A4 | B2 | 14 | 8 | 0 | 1E | CB | 13 | 3F |
| Octal | 216 | 244 | 262 | 24 | 10 | 0 | 36 | 313 | 23 | 77 |
| Binary | 10001110 | 10100100 | 10110010 | 10100 | 1000 | 0 | 11110 | 11001011 | 10011 | 111111 |
Color Harmonies of #8EA4B2
Complementary color
Monochromatic Colors of #8EA4B2
Black with #8EA4B2
Text Example
Text Example
White with #8EA4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA4B2; }
p { color: rgb(142,164,178); }
H1.HeaderClassName
{
color: #8EA4B2;
}
.AnyTagClassName
{
color: #8EA4B2;
}
</style>
background-color css
<style>
a { background-color: #8EA4B2; }
a { background-color: rgb(142,164,178); }
div.DivClassName
{
background-color: #8EA4B2;
}
.BgClassName
{
background-color: #8EA4B2;
}
</style>
border-color css
<style>
span { border-color: #8EA4B2; }
span { border-color: rgb(142,164,178); }
td.TdClassName
{
border-color: #8EA4B2;
}
.TagClassName
{
border-color: #8EA4B2;
}
</style>