Shades of Nepal #87A5B5
Tints of Nepal #87A5B5
RGB
CMYK
RGB Variations
Color information
#87A5B5 (or 0x87A5B5) is known color: Nepal. HEX triplet: 87, A5 and B5. RGB value is (135,165,181). Sum of RGB (Red+Green+Blue) = 135+165+181=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #87A5B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A5B5 is #785A4A. Grayscale: #9D9D9D. Windows color (decimal): -7887435 or 11904391. OLE color: 11904391.
HSL color Cylindrical-coordinate representation of color #87A5B5: hue angle of 200.87º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87A5B5 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 165 | 181 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.29 |
| HSL | 200.87º | 0.24% | 0.62% | - |
| HSV(B) | 200.87º | 0.25% | 0.71% | - |
| XYZ | 31.79 | 35.4 | 48.87 | - |
| YUV | 157.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 165 | 181 | 0.25 | 0.09 | 0 | 0.29 | 200.87 | 0.24 | 0.62 |
| Hex | 87 | A5 | B5 | 19 | 9 | 0 | 1D | C9 | 18 | 3E |
| Octal | 207 | 245 | 265 | 31 | 11 | 0 | 35 | 311 | 30 | 76 |
| Binary | 10000111 | 10100101 | 10110101 | 11001 | 1001 | 0 | 11101 | 11001001 | 11000 | 111110 |
Color Harmonies of #87A5B5
Complementary color
Monochromatic Colors of #87A5B5
Black with #87A5B5
Text Example
Text Example
White with #87A5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A5B5; }
p { color: rgb(135,165,181); }
H1.HeaderClassName
{
color: #87A5B5;
}
.AnyTagClassName
{
color: #87A5B5;
}
</style>
background-color css
<style>
a { background-color: #87A5B5; }
a { background-color: rgb(135,165,181); }
div.DivClassName
{
background-color: #87A5B5;
}
.BgClassName
{
background-color: #87A5B5;
}
</style>
border-color css
<style>
span { border-color: #87A5B5; }
span { border-color: rgb(135,165,181); }
td.TdClassName
{
border-color: #87A5B5;
}
.TagClassName
{
border-color: #87A5B5;
}
</style>