Shades of Nepal #94A9BF
Tints of Nepal #94A9BF
RGB
CMYK
RGB Variations
Color information
#94A9BF (or 0x94A9BF) is known color: Nepal. HEX triplet: 94, A9 and BF. RGB value is (148,169,191). Sum of RGB (Red+Green+Blue) = 148+169+191=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #94A9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A9BF is #6B5640. Grayscale: #A5A5A5. Windows color (decimal): -7034433 or 12560788. OLE color: 12560788.
HSL color Cylindrical-coordinate representation of color #94A9BF: hue angle of 210.7º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94A9BF is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 169 | 191 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.25 |
| HSL | 210.7º | 0.25% | 0.66% | - |
| HSV(B) | 210.7º | 0.23% | 0.75% | - |
| XYZ | 35.8 | 38.43 | 54.82 | - |
| YUV | 165.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 191 | 0.23 | 0.12 | 0 | 0.25 | 210.7 | 0.25 | 0.66 |
| Hex | 94 | A9 | BF | 17 | C | 0 | 19 | D3 | 19 | 42 |
| Octal | 224 | 251 | 277 | 27 | 14 | 0 | 31 | 323 | 31 | 102 |
| Binary | 10010100 | 10101001 | 10111111 | 10111 | 1100 | 0 | 11001 | 11010011 | 11001 | 1000010 |
Color Harmonies of #94A9BF
Complementary color
Monochromatic Colors of #94A9BF
Black with #94A9BF
Text Example
Text Example
White with #94A9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A9BF; }
p { color: rgb(148,169,191); }
H1.HeaderClassName
{
color: #94A9BF;
}
.AnyTagClassName
{
color: #94A9BF;
}
</style>
background-color css
<style>
a { background-color: #94A9BF; }
a { background-color: rgb(148,169,191); }
div.DivClassName
{
background-color: #94A9BF;
}
.BgClassName
{
background-color: #94A9BF;
}
</style>
border-color css
<style>
span { border-color: #94A9BF; }
span { border-color: rgb(148,169,191); }
td.TdClassName
{
border-color: #94A9BF;
}
.TagClassName
{
border-color: #94A9BF;
}
</style>