#87A9BE

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

Shades of Nepal #87A9BE

Tints of Nepal #87A9BE

Color information

#87A9BE (or 0x87A9BE) is unknown color: approx Nepal. HEX triplet: 87, A9 and BE. RGB value is (135,169,190). Sum of RGB (Red+Green+Blue) = 135+169+190=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #87A9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A9BE is #785641. Grayscale: #A1A1A1. Windows color (decimal): -7886402 or 12495239. OLE color: 12495239.

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

Color convert

RGB135169190-
CMYK0.290.1100.25
HSL202.91º29.73%63.73%-
HSV(B)202.91º28.95%74.51%-
XYZ33.4737.2454.14-
YUV161.23144.24109.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=27.33%
G=34.21%
B=38.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351691900.290.1100.25202.9129.7363.73
Hex87A9BE1DB019cb1e40
Octal207251276351303131336100
Binary10000111101010011011111011101101101100111001011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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