Shades of Nepal #8EA2B3
Tints of Nepal #8EA2B3
RGB
CMYK
RGB Variations
Color information
#8EA2B3 (or 0x8EA2B3) is known color: Nepal. HEX triplet: 8E, A2 and B3. RGB value is (142,162,179). Sum of RGB (Red+Green+Blue) = 142+162+179=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #8EA2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2B3 is #715D4C. Grayscale: #9D9D9D. Windows color (decimal): -7429453 or 11772558. OLE color: 11772558.
HSL color Cylindrical-coordinate representation of color #8EA2B3: hue angle of 207.57º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EA2B3 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 162 | 179 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.30 |
| HSL | 207.57º | 0.2% | 0.63% | - |
| HSV(B) | 207.57º | 0.21% | 0.7% | - |
| XYZ | 32.21 | 34.85 | 47.68 | - |
| YUV | 157.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 179 | 0.21 | 0.09 | 0 | 0.30 | 207.57 | 0.2 | 0.63 |
| Hex | 8E | A2 | B3 | 15 | 9 | 0 | 1E | D0 | 14 | 3F |
| Octal | 216 | 242 | 263 | 25 | 11 | 0 | 36 | 320 | 24 | 77 |
| Binary | 10001110 | 10100010 | 10110011 | 10101 | 1001 | 0 | 11110 | 11010000 | 10100 | 111111 |
Color Harmonies of #8EA2B3
Complementary color
Monochromatic Colors of #8EA2B3
Black with #8EA2B3
Text Example
Text Example
White with #8EA2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA2B3; }
p { color: rgb(142,162,179); }
H1.HeaderClassName
{
color: #8EA2B3;
}
.AnyTagClassName
{
color: #8EA2B3;
}
</style>
background-color css
<style>
a { background-color: #8EA2B3; }
a { background-color: rgb(142,162,179); }
div.DivClassName
{
background-color: #8EA2B3;
}
.BgClassName
{
background-color: #8EA2B3;
}
</style>
border-color css
<style>
span { border-color: #8EA2B3; }
span { border-color: rgb(142,162,179); }
td.TdClassName
{
border-color: #8EA2B3;
}
.TagClassName
{
border-color: #8EA2B3;
}
</style>