#886EAD

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

Shades of Deluge #886EAD

Tints of Deluge #886EAD

Color information

#886EAD (or 0x886EAD) is unknown color: approx Deluge. HEX triplet: 88, 6E and AD. RGB value is (136,110,173). Sum of RGB (Red+Green+Blue) = 136+110+173=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #886EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886EAD is #779152. Grayscale: #7C7C7C. Windows color (decimal): -7835987 or 11366024. OLE color: 11366024.

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

Color convert

RGB136110173-
CMYK0.210.3600.32
HSL264.76º27.75%55.49%-
HSV(B)264.76º36.42%67.84%-
XYZ23.2719.442.05-
YUV124.96155.11135.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=32.46%
G=26.25%
B=41.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361101730.210.3600.32264.7627.7555.49
Hex886EAD15240201091c37
Octal21015625525440404113467
Binary1000100011011101010110110101100100010000010000100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886EAD; }

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

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

<style>
 a { background-color: #886EAD; }

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

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

<style>
 span { border-color: #886EAD; }

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

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