#87A9C1

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

Shades of Nepal #87A9C1

Tints of Nepal #87A9C1

Color information

#87A9C1 (or 0x87A9C1) is unknown color: approx Nepal. HEX triplet: 87, A9 and C1. RGB value is (135,169,193). Sum of RGB (Red+Green+Blue) = 135+169+193=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #87A9C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A9C1 is #78563E. Grayscale: #A1A1A1. Windows color (decimal): -7886399 or 12691847. OLE color: 12691847.

HSL color Cylindrical-coordinate representation of color #87A9C1: hue angle of 204.83º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87A9C1 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135169193-
CMYK0.300.1200.24
HSL204.83º31.87%64.31%-
HSV(B)204.83º30.05%75.69%-
XYZ33.8137.3855.88-
YUV161.57145.74109.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.16%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 193 (75.78% from 255) = 38.83%
R=27.16%
G=34.00%
B=38.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351691930.300.1200.24204.8331.8764.31
Hex87A9C11EC018cd2040
Octal207251301361403031540100
Binary100001111010100111000001111101100011000110011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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