Shades of Nepal #94A5B5
Tints of Nepal #94A5B5
RGB
CMYK
RGB Variations
Color information
#94A5B5 (or 0x94A5B5) is known color: Nepal. HEX triplet: 94, A5 and B5. RGB value is (148,165,181). Sum of RGB (Red+Green+Blue) = 148+165+181=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 181 - color contains mainly: blue. Hex color #94A5B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A5B5 is #6B5A4A. Grayscale: #A1A1A1. Windows color (decimal): -7035467 or 11904404. OLE color: 11904404.
HSL color Cylindrical-coordinate representation of color #94A5B5: hue angle of 209.09º 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 #94A5B5 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 165 | 181 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.29 |
| HSL | 209.09º | 0.18% | 0.65% | - |
| HSV(B) | 209.09º | 0.18% | 0.71% | - |
| XYZ | 34.01 | 36.54 | 48.98 | - |
| YUV | 161.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 165 | 181 | 0.18 | 0.09 | 0 | 0.29 | 209.09 | 0.18 | 0.65 |
| Hex | 94 | A5 | B5 | 12 | 9 | 0 | 1D | D1 | 12 | 41 |
| Octal | 224 | 245 | 265 | 22 | 11 | 0 | 35 | 321 | 22 | 101 |
| Binary | 10010100 | 10100101 | 10110101 | 10010 | 1001 | 0 | 11101 | 11010001 | 10010 | 1000001 |
Color Harmonies of #94A5B5
Complementary color
Monochromatic Colors of #94A5B5
Black with #94A5B5
Text Example
Text Example
White with #94A5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A5B5; }
p { color: rgb(148,165,181); }
H1.HeaderClassName
{
color: #94A5B5;
}
.AnyTagClassName
{
color: #94A5B5;
}
</style>
background-color css
<style>
a { background-color: #94A5B5; }
a { background-color: rgb(148,165,181); }
div.DivClassName
{
background-color: #94A5B5;
}
.BgClassName
{
background-color: #94A5B5;
}
</style>
border-color css
<style>
span { border-color: #94A5B5; }
span { border-color: rgb(148,165,181); }
td.TdClassName
{
border-color: #94A5B5;
}
.TagClassName
{
border-color: #94A5B5;
}
</style>