#887EAE

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

Shades of Deluge #887EAE

Tints of Deluge #887EAE

Color information

#887EAE (or 0x887EAE) is unknown color: approx Deluge. HEX triplet: 88, 7E and AE. RGB value is (136,126,174). Sum of RGB (Red+Green+Blue) = 136+126+174=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #887EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887EAE is #778151. Grayscale: #868686. Windows color (decimal): -7831890 or 11435656. OLE color: 11435656.

HSL color Cylindrical-coordinate representation of color #887EAE: hue angle of 252.5º 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 #887EAE is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136126174-
CMYK0.220.2800.32
HSL252.5º22.86%58.82%-
HSV(B)252.5º27.59%68.24%-
XYZ25.2523.2143.19-
YUV134.46150.31129.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.19%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=31.19%
G=28.90%
B=39.91%

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
Decimal1361261740.220.2800.32252.522.8658.82
Hex887EAE161C020fd173b
Octal21017625626340403752773
Binary10001000111111010101110101101110001000001111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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