Shades of Nepal #87A7BE
Tints of Nepal #87A7BE
RGB
CMYK
RGB Variations
Color information
#87A7BE (or 0x87A7BE) is known color: Nepal. HEX triplet: 87, A7 and BE. RGB value is (135,167,190). Sum of RGB (Red+Green+Blue) = 135+167+190=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #87A7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A7BE is #785841. Grayscale: #9F9F9F. Windows color (decimal): -7886914 or 12494727. OLE color: 12494727.
HSL color Cylindrical-coordinate representation of color #87A7BE: hue angle of 205.09º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87A7BE is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 167 | 190 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.25 |
| HSL | 205.09º | 0.3% | 0.64% | - |
| HSV(B) | 205.09º | 0.29% | 0.75% | - |
| XYZ | 33.1 | 36.51 | 54.02 | - |
| YUV | 160.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 167 | 190 | 0.29 | 0.12 | 0 | 0.25 | 205.09 | 0.3 | 0.64 |
| Hex | 87 | A7 | BE | 1D | C | 0 | 19 | CD | 1E | 40 |
| Octal | 207 | 247 | 276 | 35 | 14 | 0 | 31 | 315 | 36 | 100 |
| Binary | 10000111 | 10100111 | 10111110 | 11101 | 1100 | 0 | 11001 | 11001101 | 11110 | 1000000 |
Color Harmonies of #87A7BE
Complementary color
Monochromatic Colors of #87A7BE
Black with #87A7BE
Text Example
Text Example
White with #87A7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A7BE; }
p { color: rgb(135,167,190); }
H1.HeaderClassName
{
color: #87A7BE;
}
.AnyTagClassName
{
color: #87A7BE;
}
</style>
background-color css
<style>
a { background-color: #87A7BE; }
a { background-color: rgb(135,167,190); }
div.DivClassName
{
background-color: #87A7BE;
}
.BgClassName
{
background-color: #87A7BE;
}
</style>
border-color css
<style>
span { border-color: #87A7BE; }
span { border-color: rgb(135,167,190); }
td.TdClassName
{
border-color: #87A7BE;
}
.TagClassName
{
border-color: #87A7BE;
}
</style>