Shades of Nepal #87A8BD
Tints of Nepal #87A8BD
RGB
CMYK
RGB Variations
Color information
#87A8BD (or 0x87A8BD) is known color: Nepal. HEX triplet: 87, A8 and BD. RGB value is (135,168,189). Sum of RGB (Red+Green+Blue) = 135+168+189=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #87A8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8BD is #785742. Grayscale: #A0A0A0. Windows color (decimal): -7886659 or 12429447. OLE color: 12429447.
HSL color Cylindrical-coordinate representation of color #87A8BD: hue angle of 203.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87A8BD is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 168 | 189 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.26 |
| HSL | 203.33º | 0.29% | 0.64% | - |
| HSV(B) | 203.33º | 0.29% | 0.74% | - |
| XYZ | 33.18 | 36.83 | 53.5 | - |
| YUV | 160.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 168 | 189 | 0.29 | 0.11 | 0 | 0.26 | 203.33 | 0.29 | 0.64 |
| Hex | 87 | A8 | BD | 1D | B | 0 | 1A | CB | 1D | 40 |
| Octal | 207 | 250 | 275 | 35 | 13 | 0 | 32 | 313 | 35 | 100 |
| Binary | 10000111 | 10101000 | 10111101 | 11101 | 1011 | 0 | 11010 | 11001011 | 11101 | 1000000 |
Color Harmonies of #87A8BD
Complementary color
Monochromatic Colors of #87A8BD
Black with #87A8BD
Text Example
Text Example
White with #87A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A8BD; }
p { color: rgb(135,168,189); }
H1.HeaderClassName
{
color: #87A8BD;
}
.AnyTagClassName
{
color: #87A8BD;
}
</style>
background-color css
<style>
a { background-color: #87A8BD; }
a { background-color: rgb(135,168,189); }
div.DivClassName
{
background-color: #87A8BD;
}
.BgClassName
{
background-color: #87A8BD;
}
</style>
border-color css
<style>
span { border-color: #87A8BD; }
span { border-color: rgb(135,168,189); }
td.TdClassName
{
border-color: #87A8BD;
}
.TagClassName
{
border-color: #87A8BD;
}
</style>