Shades of Nepal #87A4B5
Tints of Nepal #87A4B5
RGB
CMYK
RGB Variations
Color information
#87A4B5 (or 0x87A4B5) is known color: Nepal. HEX triplet: 87, A4 and B5. RGB value is (135,164,181). Sum of RGB (Red+Green+Blue) = 135+164+181=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 181 - color contains mainly: blue. Hex color #87A4B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4B5 is #785B4A. Grayscale: #9D9D9D. Windows color (decimal): -7887691 or 11904135. OLE color: 11904135.
HSL color Cylindrical-coordinate representation of color #87A4B5: hue angle of 202.17º 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 #87A4B5 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 164 | 181 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.29 |
| HSL | 202.17º | 0.24% | 0.62% | - |
| HSV(B) | 202.17º | 0.25% | 0.71% | - |
| XYZ | 31.61 | 35.04 | 48.81 | - |
| YUV | 157.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 164 | 181 | 0.25 | 0.09 | 0 | 0.29 | 202.17 | 0.24 | 0.62 |
| Hex | 87 | A4 | B5 | 19 | 9 | 0 | 1D | CA | 18 | 3E |
| Octal | 207 | 244 | 265 | 31 | 11 | 0 | 35 | 312 | 30 | 76 |
| Binary | 10000111 | 10100100 | 10110101 | 11001 | 1001 | 0 | 11101 | 11001010 | 11000 | 111110 |
Color Harmonies of #87A4B5
Complementary color
Monochromatic Colors of #87A4B5
Black with #87A4B5
Text Example
Text Example
White with #87A4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A4B5; }
p { color: rgb(135,164,181); }
H1.HeaderClassName
{
color: #87A4B5;
}
.AnyTagClassName
{
color: #87A4B5;
}
</style>
background-color css
<style>
a { background-color: #87A4B5; }
a { background-color: rgb(135,164,181); }
div.DivClassName
{
background-color: #87A4B5;
}
.BgClassName
{
background-color: #87A4B5;
}
</style>
border-color css
<style>
span { border-color: #87A4B5; }
span { border-color: rgb(135,164,181); }
td.TdClassName
{
border-color: #87A4B5;
}
.TagClassName
{
border-color: #87A4B5;
}
</style>