Shades of Nepal #8AA7BF
Tints of Nepal #8AA7BF
RGB
CMYK
RGB Variations
Color information
#8AA7BF (or 0x8AA7BF) is known color: Nepal. HEX triplet: 8A, A7 and BF. RGB value is (138,167,191). Sum of RGB (Red+Green+Blue) = 138+167+191=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #8AA7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA7BF is #755840. Grayscale: #A0A0A0. Windows color (decimal): -7690305 or 12560266. OLE color: 12560266.
HSL color Cylindrical-coordinate representation of color #8AA7BF: hue angle of 207.17º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AA7BF is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 167 | 191 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.25 |
| HSL | 207.17º | 0.29% | 0.65% | - |
| HSV(B) | 207.17º | 0.28% | 0.75% | - |
| XYZ | 33.7 | 36.8 | 54.62 | - |
| YUV | 161.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 191 | 0.28 | 0.13 | 0 | 0.25 | 207.17 | 0.29 | 0.65 |
| Hex | 8A | A7 | BF | 1C | D | 0 | 19 | CF | 1D | 41 |
| Octal | 212 | 247 | 277 | 34 | 15 | 0 | 31 | 317 | 35 | 101 |
| Binary | 10001010 | 10100111 | 10111111 | 11100 | 1101 | 0 | 11001 | 11001111 | 11101 | 1000001 |
Color Harmonies of #8AA7BF
Complementary color
Monochromatic Colors of #8AA7BF
Black with #8AA7BF
Text Example
Text Example
White with #8AA7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA7BF; }
p { color: rgb(138,167,191); }
H1.HeaderClassName
{
color: #8AA7BF;
}
.AnyTagClassName
{
color: #8AA7BF;
}
</style>
background-color css
<style>
a { background-color: #8AA7BF; }
a { background-color: rgb(138,167,191); }
div.DivClassName
{
background-color: #8AA7BF;
}
.BgClassName
{
background-color: #8AA7BF;
}
</style>
border-color css
<style>
span { border-color: #8AA7BF; }
span { border-color: rgb(138,167,191); }
td.TdClassName
{
border-color: #8AA7BF;
}
.TagClassName
{
border-color: #8AA7BF;
}
</style>