#886DB4

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

Shades of Deluge #886DB4

Tints of Deluge #886DB4

Color information

#886DB4 (or 0x886DB4) is unknown color: approx Deluge. HEX triplet: 88, 6D and B4. RGB value is (136,109,180). Sum of RGB (Red+Green+Blue) = 136+109+180=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #886DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DB4 is #77924B. Grayscale: #7C7C7C. Windows color (decimal): -7836236 or 11824520. OLE color: 11824520.

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

Color convert

RGB136109180-
CMYK0.240.3900.29
HSL262.82º32.13%56.67%-
HSV(B)262.82º39.44%70.59%-
XYZ23.8619.4745.68-
YUV125.17158.95135.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=32%
G=25.65%
B=42.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361091800.240.3900.29262.8232.1356.67
Hex886DB4182701D1072039
Octal21015526430470354074071
Binary1000100011011011011010011000100111011101100000111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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