#887DAC

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

Shades of Deluge #887DAC

Tints of Deluge #887DAC

Color information

#887DAC (or 0x887DAC) is unknown color: approx Deluge. HEX triplet: 88, 7D and AC. RGB value is (136,125,172). Sum of RGB (Red+Green+Blue) = 136+125+172=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #887DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887DAC is #778253. Grayscale: #858585. Windows color (decimal): -7832148 or 11304328. OLE color: 11304328.

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

Color convert

RGB136125172-
CMYK0.210.2700.33
HSL254.04º22.07%58.24%-
HSV(B)254.04º27.33%67.45%-
XYZ24.9322.8842.13-
YUV133.65149.64129.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.41%
GREEN value IS 125 (49.22% from 255) = 28.87%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=31.41%
G=28.87%
B=39.72%

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
Decimal1361251720.210.2700.33254.0422.0758.24
Hex887DAC151B021fe163a
Octal21017525425330413762672
Binary10001000111110110101100101011101101000011111111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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