#887EAC

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

Shades of Deluge #887EAC

Tints of Deluge #887EAC

Color information

#887EAC (or 0x887EAC) is unknown color: approx Deluge. HEX triplet: 88, 7E and AC. RGB value is (136,126,172). Sum of RGB (Red+Green+Blue) = 136+126+172=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #887EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887EAC is #778153. Grayscale: #868686. Windows color (decimal): -7831892 or 11304584. OLE color: 11304584.

HSL color Cylindrical-coordinate representation of color #887EAC: hue angle of 253.04º 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 #887EAC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136126172-
CMYK0.210.2700.33
HSL253.04º21.7%58.43%-
HSV(B)253.04º26.74%67.45%-
XYZ25.0623.1342.17-
YUV134.23149.31129.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=31.34%
G=29.03%
B=39.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361261720.210.2700.33253.0421.758.43
Hex887EAC151B021fd163a
Octal21017625425330413752672
Binary10001000111111010101100101011101101000011111110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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