#887FAE

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

Shades of Deluge #887FAE

Tints of Deluge #887FAE

Color information

#887FAE (or 0x887FAE) is unknown color: approx Deluge. HEX triplet: 88, 7F and AE. RGB value is (136,127,174). Sum of RGB (Red+Green+Blue) = 136+127+174=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #887FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887FAE is #778051. Grayscale: #868686. Windows color (decimal): -7831634 or 11435912. OLE color: 11435912.

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

Color convert

RGB136127174-
CMYK0.220.2700.32
HSL251.49º22.49%59.02%-
HSV(B)251.49º27.01%68.24%-
XYZ25.3823.4743.24-
YUV135.05149.98128.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=31.12%
G=29.06%
B=39.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361271740.220.2700.32251.4922.4959.02
Hex887FAE161B020fb163b
Octal21017725626330403732673
Binary10001000111111110101110101101101101000001111101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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