Shades of Nepal #92A9B5
Tints of Nepal #92A9B5
RGB
CMYK
RGB Variations
Color information
#92A9B5 (or 0x92A9B5) is known color: Nepal. HEX triplet: 92, A9 and B5. RGB value is (146,169,181). Sum of RGB (Red+Green+Blue) = 146+169+181=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 181 - color contains mainly: blue. Hex color #92A9B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A9B5 is #6D564A. Grayscale: #A3A3A3. Windows color (decimal): -7165515 or 11905426. OLE color: 11905426.
HSL color Cylindrical-coordinate representation of color #92A9B5: hue angle of 200.57º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92A9B5 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 169 | 181 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.29 |
| HSL | 200.57º | 0.19% | 0.64% | - |
| HSV(B) | 200.57º | 0.19% | 0.71% | - |
| XYZ | 34.38 | 37.82 | 49.2 | - |
| YUV | 163.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 169 | 181 | 0.19 | 0.07 | 0 | 0.29 | 200.57 | 0.19 | 0.64 |
| Hex | 92 | A9 | B5 | 13 | 7 | 0 | 1D | C9 | 13 | 40 |
| Octal | 222 | 251 | 265 | 23 | 7 | 0 | 35 | 311 | 23 | 100 |
| Binary | 10010010 | 10101001 | 10110101 | 10011 | 111 | 0 | 11101 | 11001001 | 10011 | 1000000 |
Color Harmonies of #92A9B5
Complementary color
Monochromatic Colors of #92A9B5
Black with #92A9B5
Text Example
Text Example
White with #92A9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A9B5; }
p { color: rgb(146,169,181); }
H1.HeaderClassName
{
color: #92A9B5;
}
.AnyTagClassName
{
color: #92A9B5;
}
</style>
background-color css
<style>
a { background-color: #92A9B5; }
a { background-color: rgb(146,169,181); }
div.DivClassName
{
background-color: #92A9B5;
}
.BgClassName
{
background-color: #92A9B5;
}
</style>
border-color css
<style>
span { border-color: #92A9B5; }
span { border-color: rgb(146,169,181); }
td.TdClassName
{
border-color: #92A9B5;
}
.TagClassName
{
border-color: #92A9B5;
}
</style>