#877EAC

Color #877EAC Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #877EAC

Tints of Deluge #877EAC

Color information

#877EAC (or 0x877EAC) is unknown color: approx Deluge. HEX triplet: 87, 7E and AC. RGB value is (135,126,172). Sum of RGB (Red+Green+Blue) = 135+126+172=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #877EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877EAC is #788153. Grayscale: #858585. Windows color (decimal): -7897428 or 11304583. OLE color: 11304583.

HSL color Cylindrical-coordinate representation of color #877EAC: hue angle of 251.74º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #877EAC is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135126172-
CMYK0.220.2700.33
HSL251.74º21.7%58.43%-
HSV(B)251.74º26.74%67.45%-
XYZ24.923.0542.17-
YUV133.93149.48128.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.18%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=31.18%
G=29.10%
B=39.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351261720.220.2700.33251.7421.758.43
Hex877EAC161B021fc163a
Octal20717625426330413742672
Binary10000111111111010101100101101101101000011111110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877EAC; }

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

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

<style>
 a { background-color: #877EAC; }

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

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

<style>
 span { border-color: #877EAC; }

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

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