#87A5BB

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

Shades of Nepal #87A5BB

Tints of Nepal #87A5BB

Color information

#87A5BB (or 0x87A5BB) is unknown color: approx Nepal. HEX triplet: 87, A5 and BB. RGB value is (135,165,187). Sum of RGB (Red+Green+Blue) = 135+165+187=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #87A5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A5BB is #785A44. Grayscale: #9E9E9E. Windows color (decimal): -7887429 or 12297607. OLE color: 12297607.

HSL color Cylindrical-coordinate representation of color #87A5BB: hue angle of 205.38º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87A5BB is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135165187-
CMYK0.280.1200.27
HSL205.38º27.66%63.14%-
HSV(B)205.38º27.81%73.33%-
XYZ32.4235.6552.19-
YUV158.54144.06111.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.72%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=27.72%
G=33.88%
B=38.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351651870.280.1200.27205.3827.6663.14
Hex87A5BB1CC01Bcd1c3f
Octal20724527334140333153477
Binary1000011110100101101110111110011000110111100110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,165,187); }

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

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

 a { background-color: rgb(135,165,187); }

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

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

 span { border-color: rgb(135,165,187); }

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