Shades of Nepal #92A6B7
Tints of Nepal #92A6B7
RGB
CMYK
RGB Variations
Color information
#92A6B7 (or 0x92A6B7) is known color: Nepal. HEX triplet: 92, A6 and B7. RGB value is (146,166,183). Sum of RGB (Red+Green+Blue) = 146+166+183=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 183 - color contains mainly: blue. Hex color #92A6B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A6B7 is #6D5948. Grayscale: #A1A1A1. Windows color (decimal): -7166281 or 12035730. OLE color: 12035730.
HSL color Cylindrical-coordinate representation of color #92A6B7: hue angle of 207.57º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #92A6B7 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 166 | 183 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.28 |
| HSL | 207.57º | 0.2% | 0.65% | - |
| HSV(B) | 207.57º | 0.2% | 0.72% | - |
| XYZ | 34.04 | 36.8 | 50.11 | - |
| YUV | 161.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 166 | 183 | 0.20 | 0.09 | 0 | 0.28 | 207.57 | 0.2 | 0.65 |
| Hex | 92 | A6 | B7 | 14 | 9 | 0 | 1C | D0 | 14 | 41 |
| Octal | 222 | 246 | 267 | 24 | 11 | 0 | 34 | 320 | 24 | 101 |
| Binary | 10010010 | 10100110 | 10110111 | 10100 | 1001 | 0 | 11100 | 11010000 | 10100 | 1000001 |
Color Harmonies of #92A6B7
Complementary color
Monochromatic Colors of #92A6B7
Black with #92A6B7
Text Example
Text Example
White with #92A6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A6B7; }
p { color: rgb(146,166,183); }
H1.HeaderClassName
{
color: #92A6B7;
}
.AnyTagClassName
{
color: #92A6B7;
}
</style>
background-color css
<style>
a { background-color: #92A6B7; }
a { background-color: rgb(146,166,183); }
div.DivClassName
{
background-color: #92A6B7;
}
.BgClassName
{
background-color: #92A6B7;
}
</style>
border-color css
<style>
span { border-color: #92A6B7; }
span { border-color: rgb(146,166,183); }
td.TdClassName
{
border-color: #92A6B7;
}
.TagClassName
{
border-color: #92A6B7;
}
</style>