#886AB4

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

Shades of Deluge #886AB4

Tints of Deluge #886AB4

Color information

#886AB4 (or 0x886AB4) is unknown color: approx Deluge. HEX triplet: 88, 6A and B4. RGB value is (136,106,180). Sum of RGB (Red+Green+Blue) = 136+106+180=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #886AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886AB4 is #77954B. Grayscale: #7B7B7B. Windows color (decimal): -7837004 or 11823752. OLE color: 11823752.

HSL color Cylindrical-coordinate representation of color #886AB4: hue angle of 264.32º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886AB4 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB136106180-
CMYK0.240.4100.29
HSL264.32º33.04%56.08%-
HSV(B)264.32º41.11%70.59%-
XYZ23.5518.8445.58-
YUV123.41159.94136.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.23%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 180 (70.70% from 255) = 42.65%
R=32.23%
G=25.12%
B=42.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361061800.240.4100.29264.3233.0456.08
Hex886AB4182901D1082138
Octal21015226430510354104170
Binary1000100011010101011010011000101001011101100001000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,106,180); }

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

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

 a { background-color: rgb(136,106,180); }

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

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

 span { border-color: rgb(136,106,180); }

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