#87A7BE

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

Shades of Nepal #87A7BE

Tints of Nepal #87A7BE

Color information

#87A7BE (or 0x87A7BE) is unknown color: approx Nepal. HEX triplet: 87, A7 and BE. RGB value is (135,167,190). Sum of RGB (Red+Green+Blue) = 135+167+190=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #87A7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A7BE is #785841. Grayscale: #9F9F9F. Windows color (decimal): -7886914 or 12494727. OLE color: 12494727.

HSL color Cylindrical-coordinate representation of color #87A7BE: hue angle of 205.09º 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 #87A7BE is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135167190-
CMYK0.290.1200.25
HSL205.09º29.73%63.73%-
HSV(B)205.09º28.95%74.51%-
XYZ33.136.5154.02-
YUV160.05144.9110.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.44%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=27.44%
G=33.94%
B=38.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351671900.290.1200.25205.0929.7363.73
Hex87A7BE1DC019cd1e40
Octal207247276351403131536100
Binary10000111101001111011111011101110001100111001101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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