Shades of Nepal #92A9BA
Tints of Nepal #92A9BA
RGB
CMYK
RGB Variations
Color information
#92A9BA (or 0x92A9BA) is known color: Nepal. HEX triplet: 92, A9 and BA. RGB value is (146,169,186). Sum of RGB (Red+Green+Blue) = 146+169+186=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #92A9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A9BA is #6D5645. Grayscale: #A3A3A3. Windows color (decimal): -7165510 or 12233106. OLE color: 12233106.
HSL color Cylindrical-coordinate representation of color #92A9BA: hue angle of 205.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92A9BA is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 169 | 186 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.27 |
| HSL | 205.5º | 0.22% | 0.65% | - |
| HSV(B) | 205.5º | 0.22% | 0.73% | - |
| XYZ | 34.9 | 38.03 | 51.96 | - |
| YUV | 164.06 | 140.38 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 169 | 186 | 0.22 | 0.09 | 0 | 0.27 | 205.5 | 0.22 | 0.65 |
| Hex | 92 | A9 | BA | 16 | 9 | 0 | 1B | CE | 16 | 41 |
| Octal | 222 | 251 | 272 | 26 | 11 | 0 | 33 | 316 | 26 | 101 |
| Binary | 10010010 | 10101001 | 10111010 | 10110 | 1001 | 0 | 11011 | 11001110 | 10110 | 1000001 |
Color Harmonies of #92A9BA
Complementary color
Monochromatic Colors of #92A9BA
Black with #92A9BA
Text Example
Text Example
White with #92A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A9BA; }
p { color: rgb(146,169,186); }
H1.HeaderClassName
{
color: #92A9BA;
}
.AnyTagClassName
{
color: #92A9BA;
}
</style>
background-color css
<style>
a { background-color: #92A9BA; }
a { background-color: rgb(146,169,186); }
div.DivClassName
{
background-color: #92A9BA;
}
.BgClassName
{
background-color: #92A9BA;
}
</style>
border-color css
<style>
span { border-color: #92A9BA; }
span { border-color: rgb(146,169,186); }
td.TdClassName
{
border-color: #92A9BA;
}
.TagClassName
{
border-color: #92A9BA;
}
</style>