Shades of Nepal #9AA8B1
Tints of Nepal #9AA8B1
RGB
CMYK
RGB Variations
Color information
#9AA8B1 (or 0x9AA8B1) is known color: Nepal. HEX triplet: 9A, A8 and B1. RGB value is (154,168,177). Sum of RGB (Red+Green+Blue) = 154+168+177=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 177 - color contains mainly: blue. Hex color #9AA8B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA8B1 is #65574E. Grayscale: #A4A4A4. Windows color (decimal): -6641487 or 11643034. OLE color: 11643034.
HSL color Cylindrical-coordinate representation of color #9AA8B1: hue angle of 203.48º 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 #9AA8B1 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 168 | 177 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.31 |
| HSL | 203.48º | 0.13% | 0.65% | - |
| HSV(B) | 203.48º | 0.13% | 0.69% | - |
| XYZ | 35.26 | 38.05 | 47.08 | - |
| YUV | 164.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 177 | 0.13 | 0.05 | 0 | 0.31 | 203.48 | 0.13 | 0.65 |
| Hex | 9A | A8 | B1 | D | 5 | 0 | 1F | CB | D | 41 |
| Octal | 232 | 250 | 261 | 15 | 5 | 0 | 37 | 313 | 15 | 101 |
| Binary | 10011010 | 10101000 | 10110001 | 1101 | 101 | 0 | 11111 | 11001011 | 1101 | 1000001 |
Color Harmonies of #9AA8B1
Complementary color
Monochromatic Colors of #9AA8B1
Black with #9AA8B1
Text Example
Text Example
White with #9AA8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA8B1; }
p { color: rgb(154,168,177); }
H1.HeaderClassName
{
color: #9AA8B1;
}
.AnyTagClassName
{
color: #9AA8B1;
}
</style>
background-color css
<style>
a { background-color: #9AA8B1; }
a { background-color: rgb(154,168,177); }
div.DivClassName
{
background-color: #9AA8B1;
}
.BgClassName
{
background-color: #9AA8B1;
}
</style>
border-color css
<style>
span { border-color: #9AA8B1; }
span { border-color: rgb(154,168,177); }
td.TdClassName
{
border-color: #9AA8B1;
}
.TagClassName
{
border-color: #9AA8B1;
}
</style>