Shades of Nepal #8AA7BA
Tints of Nepal #8AA7BA
RGB
CMYK
RGB Variations
Color information
#8AA7BA (or 0x8AA7BA) is known color: Nepal. HEX triplet: 8A, A7 and BA. RGB value is (138,167,186). Sum of RGB (Red+Green+Blue) = 138+167+186=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AA7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA7BA is #755845. Grayscale: #A0A0A0. Windows color (decimal): -7690310 or 12232586. OLE color: 12232586.
HSL color Cylindrical-coordinate representation of color #8AA7BA: hue angle of 203.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AA7BA is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 167 | 186 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.27 |
| HSL | 203.75º | 0.26% | 0.64% | - |
| HSV(B) | 203.75º | 0.26% | 0.73% | - |
| XYZ | 33.16 | 36.59 | 51.77 | - |
| YUV | 160.5 | 142.39 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 186 | 0.26 | 0.10 | 0 | 0.27 | 203.75 | 0.26 | 0.64 |
| Hex | 8A | A7 | BA | 1A | A | 0 | 1B | CC | 1A | 40 |
| Octal | 212 | 247 | 272 | 32 | 12 | 0 | 33 | 314 | 32 | 100 |
| Binary | 10001010 | 10100111 | 10111010 | 11010 | 1010 | 0 | 11011 | 11001100 | 11010 | 1000000 |
Color Harmonies of #8AA7BA
Complementary color
Monochromatic Colors of #8AA7BA
Black with #8AA7BA
Text Example
Text Example
White with #8AA7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA7BA; }
p { color: rgb(138,167,186); }
H1.HeaderClassName
{
color: #8AA7BA;
}
.AnyTagClassName
{
color: #8AA7BA;
}
</style>
background-color css
<style>
a { background-color: #8AA7BA; }
a { background-color: rgb(138,167,186); }
div.DivClassName
{
background-color: #8AA7BA;
}
.BgClassName
{
background-color: #8AA7BA;
}
</style>
border-color css
<style>
span { border-color: #8AA7BA; }
span { border-color: rgb(138,167,186); }
td.TdClassName
{
border-color: #8AA7BA;
}
.TagClassName
{
border-color: #8AA7BA;
}
</style>