Shades of Nepal #87ABC2
Tints of Nepal #87ABC2
RGB
CMYK
RGB Variations
Color information
#87ABC2 (or 0x87ABC2) is known color: Nepal. HEX triplet: 87, AB and C2. RGB value is (135,171,194). Sum of RGB (Red+Green+Blue) = 135+171+194=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #87ABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABC2 is #78543D. Grayscale: #A2A2A2. Windows color (decimal): -7885886 or 12757895. OLE color: 12757895.
HSL color Cylindrical-coordinate representation of color #87ABC2: hue angle of 203.39º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87ABC2 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 171 | 194 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.24 |
| HSL | 203.39º | 0.33% | 0.65% | - |
| HSV(B) | 203.39º | 0.3% | 0.76% | - |
| XYZ | 34.29 | 38.17 | 56.6 | - |
| YUV | 162.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 194 | 0.30 | 0.12 | 0 | 0.24 | 203.39 | 0.33 | 0.65 |
| Hex | 87 | AB | C2 | 1E | C | 0 | 18 | CB | 21 | 41 |
| Octal | 207 | 253 | 302 | 36 | 14 | 0 | 30 | 313 | 41 | 101 |
| Binary | 10000111 | 10101011 | 11000010 | 11110 | 1100 | 0 | 11000 | 11001011 | 100001 | 1000001 |
Color Harmonies of #87ABC2
Complementary color
Monochromatic Colors of #87ABC2
Black with #87ABC2
Text Example
Text Example
White with #87ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ABC2; }
p { color: rgb(135,171,194); }
H1.HeaderClassName
{
color: #87ABC2;
}
.AnyTagClassName
{
color: #87ABC2;
}
</style>
background-color css
<style>
a { background-color: #87ABC2; }
a { background-color: rgb(135,171,194); }
div.DivClassName
{
background-color: #87ABC2;
}
.BgClassName
{
background-color: #87ABC2;
}
</style>
border-color css
<style>
span { border-color: #87ABC2; }
span { border-color: rgb(135,171,194); }
td.TdClassName
{
border-color: #87ABC2;
}
.TagClassName
{
border-color: #87ABC2;
}
</style>