#886EAB

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

Shades of Deluge #886EAB

Tints of Deluge #886EAB

Color information

#886EAB (or 0x886EAB) is unknown color: approx Deluge. HEX triplet: 88, 6E and AB. RGB value is (136,110,171). Sum of RGB (Red+Green+Blue) = 136+110+171=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #886EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886EAB is #779154. Grayscale: #7C7C7C. Windows color (decimal): -7835989 or 11234952. OLE color: 11234952.

HSL color Cylindrical-coordinate representation of color #886EAB: hue angle of 265.57º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #886EAB is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136110171-
CMYK0.200.3600.33
HSL265.57º26.64%55.1%-
HSV(B)265.57º35.67%67.06%-
XYZ23.0819.3341.04-
YUV124.73154.11136.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=32.61%
G=26.38%
B=41.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361101710.200.3600.33265.5726.6455.1
Hex886EAB142402110a1b37
Octal21015625324440414123367
Binary1000100011011101010101110100100100010000110000101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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