#877EAE

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

Shades of Deluge #877EAE

Tints of Deluge #877EAE

Color information

#877EAE (or 0x877EAE) is unknown color: approx Deluge. HEX triplet: 87, 7E and AE. RGB value is (135,126,174). Sum of RGB (Red+Green+Blue) = 135+126+174=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #877EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877EAE is #788151. Grayscale: #858585. Windows color (decimal): -7897426 or 11435655. OLE color: 11435655.

HSL color Cylindrical-coordinate representation of color #877EAE: hue angle of 251.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #877EAE is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135126174-
CMYK0.220.2800.32
HSL251.25º22.86%58.82%-
HSV(B)251.25º27.59%68.24%-
XYZ25.0923.1343.19-
YUV134.16150.48128.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.03%
GREEN value IS 126 (49.61% from 255) = 28.97%
BLUE value IS 174 (68.36% from 255) = 40%
R=31.03%
G=28.97%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351261740.220.2800.32251.2522.8658.82
Hex877EAE161C020fb173b
Octal20717625626340403732773
Binary10000111111111010101110101101110001000001111101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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