Shades of Nepal #96A5B1
Tints of Nepal #96A5B1
RGB
CMYK
RGB Variations
Color information
#96A5B1 (or 0x96A5B1) is known color: Nepal. HEX triplet: 96, A5 and B1. RGB value is (150,165,177). Sum of RGB (Red+Green+Blue) = 150+165+177=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 177 - color contains mainly: blue. Hex color #96A5B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A5B1 is #695A4E. Grayscale: #A1A1A1. Windows color (decimal): -6904399 or 11642262. OLE color: 11642262.
HSL color Cylindrical-coordinate representation of color #96A5B1: hue angle of 206.67º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96A5B1 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 165 | 177 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.31 |
| HSL | 206.67º | 0.15% | 0.64% | - |
| HSV(B) | 206.67º | 0.15% | 0.69% | - |
| XYZ | 33.97 | 36.57 | 46.86 | - |
| YUV | 161.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 177 | 0.15 | 0.07 | 0 | 0.31 | 206.67 | 0.15 | 0.64 |
| Hex | 96 | A5 | B1 | F | 7 | 0 | 1F | CF | F | 40 |
| Octal | 226 | 245 | 261 | 17 | 7 | 0 | 37 | 317 | 17 | 100 |
| Binary | 10010110 | 10100101 | 10110001 | 1111 | 111 | 0 | 11111 | 11001111 | 1111 | 1000000 |
Color Harmonies of #96A5B1
Complementary color
Monochromatic Colors of #96A5B1
Black with #96A5B1
Text Example
Text Example
White with #96A5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A5B1; }
p { color: rgb(150,165,177); }
H1.HeaderClassName
{
color: #96A5B1;
}
.AnyTagClassName
{
color: #96A5B1;
}
</style>
background-color css
<style>
a { background-color: #96A5B1; }
a { background-color: rgb(150,165,177); }
div.DivClassName
{
background-color: #96A5B1;
}
.BgClassName
{
background-color: #96A5B1;
}
</style>
border-color css
<style>
span { border-color: #96A5B1; }
span { border-color: rgb(150,165,177); }
td.TdClassName
{
border-color: #96A5B1;
}
.TagClassName
{
border-color: #96A5B1;
}
</style>