#87A4BE

Color #87A4BE Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #87A4BE

Tints of Nepal #87A4BE

Color information

#87A4BE (or 0x87A4BE) is unknown color: approx Nepal. HEX triplet: 87, A4 and BE. RGB value is (135,164,190). Sum of RGB (Red+Green+Blue) = 135+164+190=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #87A4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4BE is #785B41. Grayscale: #9E9E9E. Windows color (decimal): -7887682 or 12493959. OLE color: 12493959.

HSL color Cylindrical-coordinate representation of color #87A4BE: hue angle of 208.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87A4BE is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135164190-
CMYK0.290.1400.25
HSL208.36º29.73%63.73%-
HSV(B)208.36º28.95%74.51%-
XYZ32.5635.4253.84-
YUV158.29145.89111.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 27.61%
GREEN value IS 164 (64.45% from 255) = 33.54%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=27.61%
G=33.54%
B=38.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351641900.290.1400.25208.3629.7363.73
Hex87A4BE1DE019d01e40
Octal207244276351603132036100
Binary10000111101001001011111011101111001100111010000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A4BE; }

 p { color: rgb(135,164,190); }

 H1.HeaderClassName
 {
   color: #87A4BE;
 }
 .AnyTagClassName
 {
   color: #87A4BE;
 }
</style>
background-color css

<style>
 a { background-color: #87A4BE; }

 a { background-color: rgb(135,164,190); }

 div.DivClassName
 {
   background-color: #87A4BE;
 }
 .BgClassName
 {
   background-color: #87A4BE;
 }
</style>
border-color css

<style>
 span { border-color: #87A4BE; }

 span { border-color: rgb(135,164,190); }

 td.TdClassName
 {
   border-color: #87A4BE;
 }
 .TagClassName
 {
   border-color: #87A4BE;
 }
</style>