#887DAE

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

Shades of Deluge #887DAE

Tints of Deluge #887DAE

Color information

#887DAE (or 0x887DAE) is unknown color: approx Deluge. HEX triplet: 88, 7D and AE. RGB value is (136,125,174). Sum of RGB (Red+Green+Blue) = 136+125+174=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 125 (49.22% from 255 or 28.74% 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 #887DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887DAE is #778251. Grayscale: #858585. Windows color (decimal): -7832146 or 11435400. OLE color: 11435400.

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

Color convert

RGB136125174-
CMYK0.220.2800.32
HSL253.47º23.22%58.63%-
HSV(B)253.47º28.16%68.24%-
XYZ25.1322.9643.15-
YUV133.88150.64129.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 125 (49.22% from 255) = 28.74%
BLUE value IS 174 (68.36% from 255) = 40%
R=31.26%
G=28.74%
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
Decimal1361251740.220.2800.32253.4723.2258.63
Hex887DAE161C020fd173b
Octal21017525626340403752773
Binary10001000111110110101110101101110001000001111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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