Shades of Nepal #91A6B3
Tints of Nepal #91A6B3
RGB
CMYK
RGB Variations
Color information
#91A6B3 (or 0x91A6B3) is known color: Nepal. HEX triplet: 91, A6 and B3. RGB value is (145,166,179). Sum of RGB (Red+Green+Blue) = 145+166+179=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 179 - color contains mainly: blue. Hex color #91A6B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6B3 is #6E594C. Grayscale: #A1A1A1. Windows color (decimal): -7231821 or 11773585. OLE color: 11773585.
HSL color Cylindrical-coordinate representation of color #91A6B3: hue angle of 202.94º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91A6B3 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 166 | 179 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.30 |
| HSL | 202.94º | 0.18% | 0.64% | - |
| HSV(B) | 202.94º | 0.19% | 0.7% | - |
| XYZ | 33.45 | 36.55 | 47.94 | - |
| YUV | 161.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 179 | 0.19 | 0.07 | 0 | 0.30 | 202.94 | 0.18 | 0.64 |
| Hex | 91 | A6 | B3 | 13 | 7 | 0 | 1E | CB | 12 | 40 |
| Octal | 221 | 246 | 263 | 23 | 7 | 0 | 36 | 313 | 22 | 100 |
| Binary | 10010001 | 10100110 | 10110011 | 10011 | 111 | 0 | 11110 | 11001011 | 10010 | 1000000 |
Color Harmonies of #91A6B3
Complementary color
Monochromatic Colors of #91A6B3
Black with #91A6B3
Text Example
Text Example
White with #91A6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6B3; }
p { color: rgb(145,166,179); }
H1.HeaderClassName
{
color: #91A6B3;
}
.AnyTagClassName
{
color: #91A6B3;
}
</style>
background-color css
<style>
a { background-color: #91A6B3; }
a { background-color: rgb(145,166,179); }
div.DivClassName
{
background-color: #91A6B3;
}
.BgClassName
{
background-color: #91A6B3;
}
</style>
border-color css
<style>
span { border-color: #91A6B3; }
span { border-color: rgb(145,166,179); }
td.TdClassName
{
border-color: #91A6B3;
}
.TagClassName
{
border-color: #91A6B3;
}
</style>