Shades of Nepal #87A5BA
Tints of Nepal #87A5BA
RGB
CMYK
RGB Variations
Color information
#87A5BA (or 0x87A5BA) is known color: Nepal. HEX triplet: 87, A5 and BA. RGB value is (135,165,186). Sum of RGB (Red+Green+Blue) = 135+165+186=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #87A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A5BA is #785A45. Grayscale: #9E9E9E. Windows color (decimal): -7887430 or 12232071. OLE color: 12232071.
HSL color Cylindrical-coordinate representation of color #87A5BA: hue angle of 204.71º degrees, saturation: 0.27, 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 #87A5BA is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 165 | 186 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.27 |
| HSL | 204.71º | 0.27% | 0.63% | - |
| HSV(B) | 204.71º | 0.27% | 0.73% | - |
| XYZ | 32.31 | 35.61 | 51.62 | - |
| YUV | 158.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 165 | 186 | 0.27 | 0.11 | 0 | 0.27 | 204.71 | 0.27 | 0.63 |
| Hex | 87 | A5 | BA | 1B | B | 0 | 1B | CD | 1B | 3F |
| Octal | 207 | 245 | 272 | 33 | 13 | 0 | 33 | 315 | 33 | 77 |
| Binary | 10000111 | 10100101 | 10111010 | 11011 | 1011 | 0 | 11011 | 11001101 | 11011 | 111111 |
Color Harmonies of #87A5BA
Complementary color
Monochromatic Colors of #87A5BA
Black with #87A5BA
Text Example
Text Example
White with #87A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A5BA; }
p { color: rgb(135,165,186); }
H1.HeaderClassName
{
color: #87A5BA;
}
.AnyTagClassName
{
color: #87A5BA;
}
</style>
background-color css
<style>
a { background-color: #87A5BA; }
a { background-color: rgb(135,165,186); }
div.DivClassName
{
background-color: #87A5BA;
}
.BgClassName
{
background-color: #87A5BA;
}
</style>
border-color css
<style>
span { border-color: #87A5BA; }
span { border-color: rgb(135,165,186); }
td.TdClassName
{
border-color: #87A5BA;
}
.TagClassName
{
border-color: #87A5BA;
}
</style>