#887EAB

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

Shades of Deluge #887EAB

Tints of Deluge #887EAB

Color information

#887EAB (or 0x887EAB) is unknown color: approx Deluge. HEX triplet: 88, 7E and AB. RGB value is (136,126,171). Sum of RGB (Red+Green+Blue) = 136+126+171=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #887EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887EAB is #778154. Grayscale: #858585. Windows color (decimal): -7831893 or 11239048. OLE color: 11239048.

HSL color Cylindrical-coordinate representation of color #887EAB: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #887EAB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136126171-
CMYK0.200.2600.33
HSL253.33º21.13%58.24%-
HSV(B)253.33º26.32%67.06%-
XYZ24.9623.141.67-
YUV134.12148.81129.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.41%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=31.41%
G=29.10%
B=39.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361261710.200.2600.33253.3321.1358.24
Hex887EAB141A021fd153a
Octal21017625324320413752572
Binary10001000111111010101011101001101001000011111110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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