Shades of Nepal #91A9C1
Tints of Nepal #91A9C1
RGB
CMYK
RGB Variations
Color information
#91A9C1 (or 0x91A9C1) is known color: Nepal. HEX triplet: 91, A9 and C1. RGB value is (145,169,193). Sum of RGB (Red+Green+Blue) = 145+169+193=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #91A9C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A9C1 is #6E563E. Grayscale: #A4A4A4. Windows color (decimal): -7231039 or 12691857. OLE color: 12691857.
HSL color Cylindrical-coordinate representation of color #91A9C1: hue angle of 210º 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 #91A9C1 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 169 | 193 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.24 |
| HSL | 210º | 0.28% | 0.66% | - |
| HSV(B) | 210º | 0.25% | 0.76% | - |
| XYZ | 35.49 | 38.25 | 55.96 | - |
| YUV | 164.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 169 | 193 | 0.25 | 0.12 | 0 | 0.24 | 210 | 0.28 | 0.66 |
| Hex | 91 | A9 | C1 | 19 | C | 0 | 18 | D2 | 1C | 42 |
| Octal | 221 | 251 | 301 | 31 | 14 | 0 | 30 | 322 | 34 | 102 |
| Binary | 10010001 | 10101001 | 11000001 | 11001 | 1100 | 0 | 11000 | 11010010 | 11100 | 1000010 |
Color Harmonies of #91A9C1
Complementary color
Monochromatic Colors of #91A9C1
Black with #91A9C1
Text Example
Text Example
White with #91A9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A9C1; }
p { color: rgb(145,169,193); }
H1.HeaderClassName
{
color: #91A9C1;
}
.AnyTagClassName
{
color: #91A9C1;
}
</style>
background-color css
<style>
a { background-color: #91A9C1; }
a { background-color: rgb(145,169,193); }
div.DivClassName
{
background-color: #91A9C1;
}
.BgClassName
{
background-color: #91A9C1;
}
</style>
border-color css
<style>
span { border-color: #91A9C1; }
span { border-color: rgb(145,169,193); }
td.TdClassName
{
border-color: #91A9C1;
}
.TagClassName
{
border-color: #91A9C1;
}
</style>