Shades of Nepal #94A9B5
Tints of Nepal #94A9B5
RGB
CMYK
RGB Variations
Color information
#94A9B5 (or 0x94A9B5) is known color: Nepal. HEX triplet: 94, A9 and B5. RGB value is (148,169,181). Sum of RGB (Red+Green+Blue) = 148+169+181=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 181 - color contains mainly: blue. Hex color #94A9B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A9B5 is #6B564A. Grayscale: #A4A4A4. Windows color (decimal): -7034443 or 11905428. OLE color: 11905428.
HSL color Cylindrical-coordinate representation of color #94A9B5: hue angle of 201.82º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94A9B5 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 169 | 181 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.29 |
| HSL | 201.82º | 0.18% | 0.65% | - |
| HSV(B) | 201.82º | 0.18% | 0.71% | - |
| XYZ | 34.74 | 38.01 | 49.22 | - |
| YUV | 164.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 181 | 0.18 | 0.07 | 0 | 0.29 | 201.82 | 0.18 | 0.65 |
| Hex | 94 | A9 | B5 | 12 | 7 | 0 | 1D | CA | 12 | 41 |
| Octal | 224 | 251 | 265 | 22 | 7 | 0 | 35 | 312 | 22 | 101 |
| Binary | 10010100 | 10101001 | 10110101 | 10010 | 111 | 0 | 11101 | 11001010 | 10010 | 1000001 |
Color Harmonies of #94A9B5
Complementary color
Monochromatic Colors of #94A9B5
Black with #94A9B5
Text Example
Text Example
White with #94A9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A9B5; }
p { color: rgb(148,169,181); }
H1.HeaderClassName
{
color: #94A9B5;
}
.AnyTagClassName
{
color: #94A9B5;
}
</style>
background-color css
<style>
a { background-color: #94A9B5; }
a { background-color: rgb(148,169,181); }
div.DivClassName
{
background-color: #94A9B5;
}
.BgClassName
{
background-color: #94A9B5;
}
</style>
border-color css
<style>
span { border-color: #94A9B5; }
span { border-color: rgb(148,169,181); }
td.TdClassName
{
border-color: #94A9B5;
}
.TagClassName
{
border-color: #94A9B5;
}
</style>