Shades of Nepal #8EA2B4
Tints of Nepal #8EA2B4
RGB
CMYK
RGB Variations
Color information
#8EA2B4 (or 0x8EA2B4) is known color: Nepal. HEX triplet: 8E, A2 and B4. RGB value is (142,162,180). Sum of RGB (Red+Green+Blue) = 142+162+180=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #8EA2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2B4 is #715D4B. Grayscale: #9D9D9D. Windows color (decimal): -7429452 or 11838094. OLE color: 11838094.
HSL color Cylindrical-coordinate representation of color #8EA2B4: hue angle of 208.42º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EA2B4 is Cyan = 0.21, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 162 | 180 | - |
| CMYK | 0.21 | 0.1 | 0 | 0.29 |
| HSL | 208.42º | 0.2% | 0.63% | - |
| HSV(B) | 208.42º | 0.21% | 0.71% | - |
| XYZ | 32.31 | 34.89 | 48.21 | - |
| YUV | 158.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 180 | 0.21 | 0.1 | 0 | 0.29 | 208.42 | 0.2 | 0.63 |
| Hex | 8E | A2 | B4 | 15 | A | 0 | 1D | D0 | 14 | 3F |
| Octal | 216 | 242 | 264 | 25 | 12 | 0 | 35 | 320 | 24 | 77 |
| Binary | 10001110 | 10100010 | 10110100 | 10101 | 1010 | 0 | 11101 | 11010000 | 10100 | 111111 |
Color Harmonies of #8EA2B4
Complementary color
Monochromatic Colors of #8EA2B4
Black with #8EA2B4
Text Example
Text Example
White with #8EA2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA2B4; }
p { color: rgb(142,162,180); }
H1.HeaderClassName
{
color: #8EA2B4;
}
.AnyTagClassName
{
color: #8EA2B4;
}
</style>
background-color css
<style>
a { background-color: #8EA2B4; }
a { background-color: rgb(142,162,180); }
div.DivClassName
{
background-color: #8EA2B4;
}
.BgClassName
{
background-color: #8EA2B4;
}
</style>
border-color css
<style>
span { border-color: #8EA2B4; }
span { border-color: rgb(142,162,180); }
td.TdClassName
{
border-color: #8EA2B4;
}
.TagClassName
{
border-color: #8EA2B4;
}
</style>