Shades of Nepal #87ADC1
Tints of Nepal #87ADC1
RGB
CMYK
RGB Variations
Color information
#87ADC1 (or 0x87ADC1) is known color: Nepal. HEX triplet: 87, AD and C1. RGB value is (135,173,193). Sum of RGB (Red+Green+Blue) = 135+173+193=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #87ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADC1 is #78523E. Grayscale: #A3A3A3. Windows color (decimal): -7885375 or 12692871. OLE color: 12692871.
HSL color Cylindrical-coordinate representation of color #87ADC1: hue angle of 200.69º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87ADC1 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 173 | 193 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.24 |
| HSL | 200.69º | 0.32% | 0.64% | - |
| HSV(B) | 200.69º | 0.3% | 0.76% | - |
| XYZ | 34.56 | 38.89 | 56.14 | - |
| YUV | 163.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 193 | 0.30 | 0.10 | 0 | 0.24 | 200.69 | 0.32 | 0.64 |
| Hex | 87 | AD | C1 | 1E | A | 0 | 18 | C9 | 20 | 40 |
| Octal | 207 | 255 | 301 | 36 | 12 | 0 | 30 | 311 | 40 | 100 |
| Binary | 10000111 | 10101101 | 11000001 | 11110 | 1010 | 0 | 11000 | 11001001 | 100000 | 1000000 |
Color Harmonies of #87ADC1
Complementary color
Monochromatic Colors of #87ADC1
Black with #87ADC1
Text Example
Text Example
White with #87ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ADC1; }
p { color: rgb(135,173,193); }
H1.HeaderClassName
{
color: #87ADC1;
}
.AnyTagClassName
{
color: #87ADC1;
}
</style>
background-color css
<style>
a { background-color: #87ADC1; }
a { background-color: rgb(135,173,193); }
div.DivClassName
{
background-color: #87ADC1;
}
.BgClassName
{
background-color: #87ADC1;
}
</style>
border-color css
<style>
span { border-color: #87ADC1; }
span { border-color: rgb(135,173,193); }
td.TdClassName
{
border-color: #87ADC1;
}
.TagClassName
{
border-color: #87ADC1;
}
</style>