Shades of Nepal #93A4AD
Tints of Nepal #93A4AD
RGB
CMYK
RGB Variations
Color information
#93A4AD (or 0x93A4AD) is known color: Nepal. HEX triplet: 93, A4 and AD. RGB value is (147,164,173). Sum of RGB (Red+Green+Blue) = 147+164+173=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #93A4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A4AD is #6C5B52. Grayscale: #9F9F9F. Windows color (decimal): -7101267 or 11379859. OLE color: 11379859.
HSL color Cylindrical-coordinate representation of color #93A4AD: hue angle of 200.77º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93A4AD is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 164 | 173 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.32 |
| HSL | 200.77º | 0.14% | 0.63% | - |
| HSV(B) | 200.77º | 0.15% | 0.68% | - |
| XYZ | 32.85 | 35.77 | 44.71 | - |
| YUV | 159.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 164 | 173 | 0.15 | 0.05 | 0 | 0.32 | 200.77 | 0.14 | 0.63 |
| Hex | 93 | A4 | AD | F | 5 | 0 | 20 | C9 | E | 3F |
| Octal | 223 | 244 | 255 | 17 | 5 | 0 | 40 | 311 | 16 | 77 |
| Binary | 10010011 | 10100100 | 10101101 | 1111 | 101 | 0 | 100000 | 11001001 | 1110 | 111111 |
Color Harmonies of #93A4AD
Complementary color
Monochromatic Colors of #93A4AD
Black with #93A4AD
Text Example
Text Example
White with #93A4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A4AD; }
p { color: rgb(147,164,173); }
H1.HeaderClassName
{
color: #93A4AD;
}
.AnyTagClassName
{
color: #93A4AD;
}
</style>
background-color css
<style>
a { background-color: #93A4AD; }
a { background-color: rgb(147,164,173); }
div.DivClassName
{
background-color: #93A4AD;
}
.BgClassName
{
background-color: #93A4AD;
}
</style>
border-color css
<style>
span { border-color: #93A4AD; }
span { border-color: rgb(147,164,173); }
td.TdClassName
{
border-color: #93A4AD;
}
.TagClassName
{
border-color: #93A4AD;
}
</style>