#87A3B5

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

Shades of Nepal #87A3B5

Tints of Nepal #87A3B5

Color information

#87A3B5 (or 0x87A3B5) is unknown color: approx Nepal. HEX triplet: 87, A3 and B5. RGB value is (135,163,181). Sum of RGB (Red+Green+Blue) = 135+163+181=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #87A3B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A3B5 is #785C4A. Grayscale: #9C9C9C. Windows color (decimal): -7887947 or 11903879. OLE color: 11903879.

HSL color Cylindrical-coordinate representation of color #87A3B5: hue angle of 203.48º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87A3B5 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135163181-
CMYK0.250.1000.29
HSL203.48º23.71%61.96%-
HSV(B)203.48º25.41%70.98%-
XYZ31.4334.6848.75-
YUV156.68141.72112.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.18%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 181 (71.09% from 255) = 37.79%
R=28.18%
G=34.03%
B=37.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351631810.250.1000.29203.4823.7161.96
Hex87A3B519A01Dcb183e
Octal20724326531120353133076
Binary1000011110100011101101011100110100111011100101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,163,181); }

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

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

 a { background-color: rgb(135,163,181); }

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

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

 span { border-color: rgb(135,163,181); }

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