Shades of Nepal #94A8BA
Tints of Nepal #94A8BA
RGB
CMYK
RGB Variations
Color information
#94A8BA (or 0x94A8BA) is known color: Nepal. HEX triplet: 94, A8 and BA. RGB value is (148,168,186). Sum of RGB (Red+Green+Blue) = 148+168+186=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #94A8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8BA is #6B5745. Grayscale: #A3A3A3. Windows color (decimal): -7034694 or 12232852. OLE color: 12232852.
HSL color Cylindrical-coordinate representation of color #94A8BA: hue angle of 208.42º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94A8BA is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 168 | 186 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.27 |
| HSL | 208.42º | 0.22% | 0.65% | - |
| HSV(B) | 208.42º | 0.2% | 0.73% | - |
| XYZ | 35.08 | 37.85 | 51.91 | - |
| YUV | 164.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 186 | 0.20 | 0.10 | 0 | 0.27 | 208.42 | 0.22 | 0.65 |
| Hex | 94 | A8 | BA | 14 | A | 0 | 1B | D0 | 16 | 41 |
| Octal | 224 | 250 | 272 | 24 | 12 | 0 | 33 | 320 | 26 | 101 |
| Binary | 10010100 | 10101000 | 10111010 | 10100 | 1010 | 0 | 11011 | 11010000 | 10110 | 1000001 |
Color Harmonies of #94A8BA
Complementary color
Monochromatic Colors of #94A8BA
Black with #94A8BA
Text Example
Text Example
White with #94A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A8BA; }
p { color: rgb(148,168,186); }
H1.HeaderClassName
{
color: #94A8BA;
}
.AnyTagClassName
{
color: #94A8BA;
}
</style>
background-color css
<style>
a { background-color: #94A8BA; }
a { background-color: rgb(148,168,186); }
div.DivClassName
{
background-color: #94A8BA;
}
.BgClassName
{
background-color: #94A8BA;
}
</style>
border-color css
<style>
span { border-color: #94A8BA; }
span { border-color: rgb(148,168,186); }
td.TdClassName
{
border-color: #94A8BA;
}
.TagClassName
{
border-color: #94A8BA;
}
</style>