#87A5BF

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

Shades of Nepal #87A5BF

Tints of Nepal #87A5BF

Color information

#87A5BF (or 0x87A5BF) is unknown color: approx Nepal. HEX triplet: 87, A5 and BF. RGB value is (135,165,191). Sum of RGB (Red+Green+Blue) = 135+165+191=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #87A5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A5BF is #785A40. Grayscale: #9E9E9E. Windows color (decimal): -7887425 or 12559751. OLE color: 12559751.

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

Color convert

RGB135165191-
CMYK0.290.1400.25
HSL207.86º30.43%63.92%-
HSV(B)207.86º29.32%74.9%-
XYZ32.8535.8254.47-
YUV158.99146.06110.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 191 (75% from 255) = 38.90%
R=27.49%
G=33.60%
B=38.90%

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
Decimal1351651910.290.1400.25207.8630.4363.92
Hex87A5BF1DE019d01e40
Octal207245277351603132036100
Binary10000111101001011011111111101111001100111010000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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