#87ACC0

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

Shades of Nepal #87ACC0

Tints of Nepal #87ACC0

Color information

#87ACC0 (or 0x87ACC0) is unknown color: approx Nepal. HEX triplet: 87, AC and C0. RGB value is (135,172,192). Sum of RGB (Red+Green+Blue) = 135+172+192=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #87ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACC0 is #78533F. Grayscale: #A3A3A3. Windows color (decimal): -7885632 or 12627079. OLE color: 12627079.

HSL color Cylindrical-coordinate representation of color #87ACC0: hue angle of 201.05º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87ACC0 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135172192-
CMYK0.300.1000.25
HSL201.05º31.15%64.12%-
HSV(B)201.05º29.69%75.29%-
XYZ34.2638.4655.49-
YUV163.22144.24107.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 192 (75.39% from 255) = 38.48%
R=27.05%
G=34.47%
B=38.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351721920.300.1000.25201.0531.1564.12
Hex87ACC01EA019c91f40
Octal207254300361203131137100
Binary10000111101011001100000011110101001100111001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,172,192); }

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

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

 a { background-color: rgb(135,172,192); }

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

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

 span { border-color: rgb(135,172,192); }

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