Shades of Nepal #91ACC1
Tints of Nepal #91ACC1
RGB
CMYK
RGB Variations
Color information
#91ACC1 (or 0x91ACC1) is known color: Nepal. HEX triplet: 91, AC and C1. RGB value is (145,172,193). Sum of RGB (Red+Green+Blue) = 145+172+193=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #91ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACC1 is #6E533E. Grayscale: #A6A6A6. Windows color (decimal): -7230271 or 12692625. OLE color: 12692625.
HSL color Cylindrical-coordinate representation of color #91ACC1: hue angle of 206.25º 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 #91ACC1 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 172 | 193 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.24 |
| HSL | 206.25º | 0.28% | 0.66% | - |
| HSV(B) | 206.25º | 0.25% | 0.76% | - |
| XYZ | 36.06 | 39.38 | 56.15 | - |
| YUV | 166.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 193 | 0.25 | 0.11 | 0 | 0.24 | 206.25 | 0.28 | 0.66 |
| Hex | 91 | AC | C1 | 19 | B | 0 | 18 | CE | 1C | 42 |
| Octal | 221 | 254 | 301 | 31 | 13 | 0 | 30 | 316 | 34 | 102 |
| Binary | 10010001 | 10101100 | 11000001 | 11001 | 1011 | 0 | 11000 | 11001110 | 11100 | 1000010 |
Color Harmonies of #91ACC1
Complementary color
Monochromatic Colors of #91ACC1
Black with #91ACC1
Text Example
Text Example
White with #91ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ACC1; }
p { color: rgb(145,172,193); }
H1.HeaderClassName
{
color: #91ACC1;
}
.AnyTagClassName
{
color: #91ACC1;
}
</style>
background-color css
<style>
a { background-color: #91ACC1; }
a { background-color: rgb(145,172,193); }
div.DivClassName
{
background-color: #91ACC1;
}
.BgClassName
{
background-color: #91ACC1;
}
</style>
border-color css
<style>
span { border-color: #91ACC1; }
span { border-color: rgb(145,172,193); }
td.TdClassName
{
border-color: #91ACC1;
}
.TagClassName
{
border-color: #91ACC1;
}
</style>