Shades of Nepal #91ABC1
Tints of Nepal #91ABC1
RGB
CMYK
RGB Variations
Color information
#91ABC1 (or 0x91ABC1) is known color: Nepal. HEX triplet: 91, AB and C1. RGB value is (145,171,193). Sum of RGB (Red+Green+Blue) = 145+171+193=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #91ABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABC1 is #6E543E. Grayscale: #A5A5A5. Windows color (decimal): -7230527 or 12692369. OLE color: 12692369.
HSL color Cylindrical-coordinate representation of color #91ABC1: hue angle of 207.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91ABC1 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 171 | 193 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.24 |
| HSL | 207.5º | 0.28% | 0.66% | - |
| HSV(B) | 207.5º | 0.25% | 0.76% | - |
| XYZ | 35.87 | 39 | 56.09 | - |
| YUV | 165.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 193 | 0.25 | 0.11 | 0 | 0.24 | 207.5 | 0.28 | 0.66 |
| Hex | 91 | AB | C1 | 19 | B | 0 | 18 | D0 | 1C | 42 |
| Octal | 221 | 253 | 301 | 31 | 13 | 0 | 30 | 320 | 34 | 102 |
| Binary | 10010001 | 10101011 | 11000001 | 11001 | 1011 | 0 | 11000 | 11010000 | 11100 | 1000010 |
Color Harmonies of #91ABC1
Complementary color
Monochromatic Colors of #91ABC1
Black with #91ABC1
Text Example
Text Example
White with #91ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ABC1; }
p { color: rgb(145,171,193); }
H1.HeaderClassName
{
color: #91ABC1;
}
.AnyTagClassName
{
color: #91ABC1;
}
</style>
background-color css
<style>
a { background-color: #91ABC1; }
a { background-color: rgb(145,171,193); }
div.DivClassName
{
background-color: #91ABC1;
}
.BgClassName
{
background-color: #91ABC1;
}
</style>
border-color css
<style>
span { border-color: #91ABC1; }
span { border-color: rgb(145,171,193); }
td.TdClassName
{
border-color: #91ABC1;
}
.TagClassName
{
border-color: #91ABC1;
}
</style>