Shades of Nepal #87A5BC
Tints of Nepal #87A5BC
RGB
CMYK
RGB Variations
Color information
#87A5BC (or 0x87A5BC) is known color: Nepal. HEX triplet: 87, A5 and BC. RGB value is (135,165,188). Sum of RGB (Red+Green+Blue) = 135+165+188=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #87A5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A5BC is #785A43. Grayscale: #9E9E9E. Windows color (decimal): -7887428 or 12363143. OLE color: 12363143.
HSL color Cylindrical-coordinate representation of color #87A5BC: hue angle of 206.04º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87A5BC is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 165 | 188 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.26 |
| HSL | 206.04º | 0.28% | 0.63% | - |
| HSV(B) | 206.04º | 0.28% | 0.74% | - |
| XYZ | 32.52 | 35.69 | 52.75 | - |
| YUV | 158.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 165 | 188 | 0.28 | 0.12 | 0 | 0.26 | 206.04 | 0.28 | 0.63 |
| Hex | 87 | A5 | BC | 1C | C | 0 | 1A | CE | 1C | 3F |
| Octal | 207 | 245 | 274 | 34 | 14 | 0 | 32 | 316 | 34 | 77 |
| Binary | 10000111 | 10100101 | 10111100 | 11100 | 1100 | 0 | 11010 | 11001110 | 11100 | 111111 |
Color Harmonies of #87A5BC
Complementary color
Monochromatic Colors of #87A5BC
Black with #87A5BC
Text Example
Text Example
White with #87A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A5BC; }
p { color: rgb(135,165,188); }
H1.HeaderClassName
{
color: #87A5BC;
}
.AnyTagClassName
{
color: #87A5BC;
}
</style>
background-color css
<style>
a { background-color: #87A5BC; }
a { background-color: rgb(135,165,188); }
div.DivClassName
{
background-color: #87A5BC;
}
.BgClassName
{
background-color: #87A5BC;
}
</style>
border-color css
<style>
span { border-color: #87A5BC; }
span { border-color: rgb(135,165,188); }
td.TdClassName
{
border-color: #87A5BC;
}
.TagClassName
{
border-color: #87A5BC;
}
</style>