Shades of Nepal #9AA9B1
Tints of Nepal #9AA9B1
RGB
CMYK
RGB Variations
Color information
#9AA9B1 (or 0x9AA9B1) is known color: Nepal. HEX triplet: 9A, A9 and B1. RGB value is (154,169,177). Sum of RGB (Red+Green+Blue) = 154+169+177=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 177 - color contains mainly: blue. Hex color #9AA9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA9B1 is #65564E. Grayscale: #A5A5A5. Windows color (decimal): -6641231 or 11643290. OLE color: 11643290.
HSL color Cylindrical-coordinate representation of color #9AA9B1: hue angle of 200.87º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AA9B1 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 169 | 177 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.31 |
| HSL | 200.87º | 0.13% | 0.65% | - |
| HSV(B) | 200.87º | 0.13% | 0.69% | - |
| XYZ | 35.45 | 38.42 | 47.14 | - |
| YUV | 165.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 169 | 177 | 0.13 | 0.05 | 0 | 0.31 | 200.87 | 0.13 | 0.65 |
| Hex | 9A | A9 | B1 | D | 5 | 0 | 1F | C9 | D | 41 |
| Octal | 232 | 251 | 261 | 15 | 5 | 0 | 37 | 311 | 15 | 101 |
| Binary | 10011010 | 10101001 | 10110001 | 1101 | 101 | 0 | 11111 | 11001001 | 1101 | 1000001 |
Color Harmonies of #9AA9B1
Complementary color
Monochromatic Colors of #9AA9B1
Black with #9AA9B1
Text Example
Text Example
White with #9AA9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA9B1; }
p { color: rgb(154,169,177); }
H1.HeaderClassName
{
color: #9AA9B1;
}
.AnyTagClassName
{
color: #9AA9B1;
}
</style>
background-color css
<style>
a { background-color: #9AA9B1; }
a { background-color: rgb(154,169,177); }
div.DivClassName
{
background-color: #9AA9B1;
}
.BgClassName
{
background-color: #9AA9B1;
}
</style>
border-color css
<style>
span { border-color: #9AA9B1; }
span { border-color: rgb(154,169,177); }
td.TdClassName
{
border-color: #9AA9B1;
}
.TagClassName
{
border-color: #9AA9B1;
}
</style>