Shades of Nepal #87A3B9
Tints of Nepal #87A3B9
RGB
CMYK
RGB Variations
Color information
#87A3B9 (or 0x87A3B9) is known color: Nepal. HEX triplet: 87, A3 and B9. RGB value is (135,163,185). Sum of RGB (Red+Green+Blue) = 135+163+185=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #87A3B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A3B9 is #785C46. Grayscale: #9D9D9D. Windows color (decimal): -7887943 or 12166023. OLE color: 12166023.
HSL color Cylindrical-coordinate representation of color #87A3B9: hue angle of 206.4º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87A3B9 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 163 | 185 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.27 |
| HSL | 206.4º | 0.26% | 0.63% | - |
| HSV(B) | 206.4º | 0.27% | 0.73% | - |
| XYZ | 31.85 | 34.85 | 50.95 | - |
| YUV | 157.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 163 | 185 | 0.27 | 0.12 | 0 | 0.27 | 206.4 | 0.26 | 0.63 |
| Hex | 87 | A3 | B9 | 1B | C | 0 | 1B | CE | 1A | 3F |
| Octal | 207 | 243 | 271 | 33 | 14 | 0 | 33 | 316 | 32 | 77 |
| Binary | 10000111 | 10100011 | 10111001 | 11011 | 1100 | 0 | 11011 | 11001110 | 11010 | 111111 |
Color Harmonies of #87A3B9
Complementary color
Monochromatic Colors of #87A3B9
Black with #87A3B9
Text Example
Text Example
White with #87A3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A3B9; }
p { color: rgb(135,163,185); }
H1.HeaderClassName
{
color: #87A3B9;
}
.AnyTagClassName
{
color: #87A3B9;
}
</style>
background-color css
<style>
a { background-color: #87A3B9; }
a { background-color: rgb(135,163,185); }
div.DivClassName
{
background-color: #87A3B9;
}
.BgClassName
{
background-color: #87A3B9;
}
</style>
border-color css
<style>
span { border-color: #87A3B9; }
span { border-color: rgb(135,163,185); }
td.TdClassName
{
border-color: #87A3B9;
}
.TagClassName
{
border-color: #87A3B9;
}
</style>