Shades of Nepal #87A9C2
Tints of Nepal #87A9C2
RGB
CMYK
RGB Variations
Color information
#87A9C2 (or 0x87A9C2) is known color: Nepal. HEX triplet: 87, A9 and C2. RGB value is (135,169,194). Sum of RGB (Red+Green+Blue) = 135+169+194=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #87A9C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A9C2 is #78563D. Grayscale: #A1A1A1. Windows color (decimal): -7886398 or 12757383. OLE color: 12757383.
HSL color Cylindrical-coordinate representation of color #87A9C2: hue angle of 205.42º 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 #87A9C2 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 169 | 194 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.24 |
| HSL | 205.42º | 0.33% | 0.65% | - |
| HSV(B) | 205.42º | 0.3% | 0.76% | - |
| XYZ | 33.92 | 37.42 | 56.47 | - |
| YUV | 161.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 169 | 194 | 0.30 | 0.13 | 0 | 0.24 | 205.42 | 0.33 | 0.65 |
| Hex | 87 | A9 | C2 | 1E | D | 0 | 18 | CD | 21 | 41 |
| Octal | 207 | 251 | 302 | 36 | 15 | 0 | 30 | 315 | 41 | 101 |
| Binary | 10000111 | 10101001 | 11000010 | 11110 | 1101 | 0 | 11000 | 11001101 | 100001 | 1000001 |
Color Harmonies of #87A9C2
Complementary color
Monochromatic Colors of #87A9C2
Black with #87A9C2
Text Example
Text Example
White with #87A9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A9C2; }
p { color: rgb(135,169,194); }
H1.HeaderClassName
{
color: #87A9C2;
}
.AnyTagClassName
{
color: #87A9C2;
}
</style>
background-color css
<style>
a { background-color: #87A9C2; }
a { background-color: rgb(135,169,194); }
div.DivClassName
{
background-color: #87A9C2;
}
.BgClassName
{
background-color: #87A9C2;
}
</style>
border-color css
<style>
span { border-color: #87A9C2; }
span { border-color: rgb(135,169,194); }
td.TdClassName
{
border-color: #87A9C2;
}
.TagClassName
{
border-color: #87A9C2;
}
</style>