#886EAA

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

Shades of Deluge #886EAA

Tints of Deluge #886EAA

Color information

#886EAA (or 0x886EAA) is unknown color: approx Deluge. HEX triplet: 88, 6E and AA. RGB value is (136,110,170). Sum of RGB (Red+Green+Blue) = 136+110+170=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #886EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886EAA is #779155. Grayscale: #7C7C7C. Windows color (decimal): -7835990 or 11169416. OLE color: 11169416.

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

Color convert

RGB136110170-
CMYK0.200.3500.33
HSL266º26.09%54.9%-
HSV(B)266º35.29%66.67%-
XYZ22.9819.2940.54-
YUV124.61153.61136.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=32.69%
G=26.44%
B=40.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361101700.200.3500.3326626.0954.9
Hex886EAA142302110a1a37
Octal21015625224430414123267
Binary1000100011011101010101010100100011010000110000101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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