Shades of Nepal #91A5B7
Tints of Nepal #91A5B7
RGB
CMYK
RGB Variations
Color information
#91A5B7 (or 0x91A5B7) is known color: Nepal. HEX triplet: 91, A5 and B7. RGB value is (145,165,183). Sum of RGB (Red+Green+Blue) = 145+165+183=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 183 - color contains mainly: blue. Hex color #91A5B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A5B7 is #6E5A48. Grayscale: #A0A0A0. Windows color (decimal): -7232073 or 12035473. OLE color: 12035473.
HSL color Cylindrical-coordinate representation of color #91A5B7: hue angle of 208.42º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91A5B7 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 165 | 183 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.28 |
| HSL | 208.42º | 0.21% | 0.64% | - |
| HSV(B) | 208.42º | 0.21% | 0.72% | - |
| XYZ | 33.68 | 36.35 | 50.04 | - |
| YUV | 161.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 165 | 183 | 0.21 | 0.10 | 0 | 0.28 | 208.42 | 0.21 | 0.64 |
| Hex | 91 | A5 | B7 | 15 | A | 0 | 1C | D0 | 15 | 40 |
| Octal | 221 | 245 | 267 | 25 | 12 | 0 | 34 | 320 | 25 | 100 |
| Binary | 10010001 | 10100101 | 10110111 | 10101 | 1010 | 0 | 11100 | 11010000 | 10101 | 1000000 |
Color Harmonies of #91A5B7
Complementary color
Monochromatic Colors of #91A5B7
Black with #91A5B7
Text Example
Text Example
White with #91A5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A5B7; }
p { color: rgb(145,165,183); }
H1.HeaderClassName
{
color: #91A5B7;
}
.AnyTagClassName
{
color: #91A5B7;
}
</style>
background-color css
<style>
a { background-color: #91A5B7; }
a { background-color: rgb(145,165,183); }
div.DivClassName
{
background-color: #91A5B7;
}
.BgClassName
{
background-color: #91A5B7;
}
</style>
border-color css
<style>
span { border-color: #91A5B7; }
span { border-color: rgb(145,165,183); }
td.TdClassName
{
border-color: #91A5B7;
}
.TagClassName
{
border-color: #91A5B7;
}
</style>