#886CAE

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

Shades of Deluge #886CAE

Tints of Deluge #886CAE

Color information

#886CAE (or 0x886CAE) is unknown color: approx Deluge. HEX triplet: 88, 6C and AE. RGB value is (136,108,174). Sum of RGB (Red+Green+Blue) = 136+108+174=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #886CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886CAE is #779351. Grayscale: #7B7B7B. Windows color (decimal): -7836498 or 11431048. OLE color: 11431048.

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

Color convert

RGB136108174-
CMYK0.220.3800.32
HSL265.45º28.95%55.29%-
HSV(B)265.45º37.93%68.24%-
XYZ23.1619.0242.49-
YUV123.9156.28136.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.54%
GREEN value IS 108 (42.58% from 255) = 25.84%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=32.54%
G=25.84%
B=41.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361081740.220.3800.32265.4528.9555.29
Hex886CAE16260201091d37
Octal21015425626460404113567
Binary1000100011011001010111010110100110010000010000100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,108,174); }

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

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

 a { background-color: rgb(136,108,174); }

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

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

 span { border-color: rgb(136,108,174); }

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