Shades of Nepal #8AA3B7
Tints of Nepal #8AA3B7
RGB
CMYK
RGB Variations
Color information
#8AA3B7 (or 0x8AA3B7) is known color: Nepal. HEX triplet: 8A, A3 and B7. RGB value is (138,163,183). Sum of RGB (Red+Green+Blue) = 138+163+183=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 183 - color contains mainly: blue. Hex color #8AA3B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA3B7 is #755C48. Grayscale: #9D9D9D. Windows color (decimal): -7691337 or 12034954. OLE color: 12034954.
HSL color Cylindrical-coordinate representation of color #8AA3B7: hue angle of 206.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AA3B7 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 163 | 183 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.28 |
| HSL | 206.67º | 0.24% | 0.63% | - |
| HSV(B) | 206.67º | 0.25% | 0.72% | - |
| XYZ | 32.13 | 35.02 | 49.87 | - |
| YUV | 157.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 183 | 0.25 | 0.11 | 0 | 0.28 | 206.67 | 0.24 | 0.63 |
| Hex | 8A | A3 | B7 | 19 | B | 0 | 1C | CF | 18 | 3F |
| Octal | 212 | 243 | 267 | 31 | 13 | 0 | 34 | 317 | 30 | 77 |
| Binary | 10001010 | 10100011 | 10110111 | 11001 | 1011 | 0 | 11100 | 11001111 | 11000 | 111111 |
Color Harmonies of #8AA3B7
Complementary color
Monochromatic Colors of #8AA3B7
Black with #8AA3B7
Text Example
Text Example
White with #8AA3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA3B7; }
p { color: rgb(138,163,183); }
H1.HeaderClassName
{
color: #8AA3B7;
}
.AnyTagClassName
{
color: #8AA3B7;
}
</style>
background-color css
<style>
a { background-color: #8AA3B7; }
a { background-color: rgb(138,163,183); }
div.DivClassName
{
background-color: #8AA3B7;
}
.BgClassName
{
background-color: #8AA3B7;
}
</style>
border-color css
<style>
span { border-color: #8AA3B7; }
span { border-color: rgb(138,163,183); }
td.TdClassName
{
border-color: #8AA3B7;
}
.TagClassName
{
border-color: #8AA3B7;
}
</style>