#887DAD

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

Shades of Deluge #887DAD

Tints of Deluge #887DAD

Color information

#887DAD (or 0x887DAD) is unknown color: approx Deluge. HEX triplet: 88, 7D and AD. RGB value is (136,125,173). Sum of RGB (Red+Green+Blue) = 136+125+173=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #887DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887DAD is #778252. Grayscale: #858585. Windows color (decimal): -7832147 or 11369864. OLE color: 11369864.

HSL color Cylindrical-coordinate representation of color #887DAD: hue angle of 253.75º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #887DAD is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136125173-
CMYK0.210.2800.32
HSL253.75º22.64%58.43%-
HSV(B)253.75º27.75%67.84%-
XYZ25.0322.9242.64-
YUV133.76150.14129.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=31.34%
G=28.80%
B=39.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361251730.210.2800.32253.7522.6458.43
Hex887DAD151C020fe173a
Octal21017525525340403762772
Binary10001000111110110101101101011110001000001111111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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