#886CA9

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

Shades of Deluge #886CA9

Tints of Deluge #886CA9

Color information

#886CA9 (or 0x886CA9) is unknown color: approx Deluge. HEX triplet: 88, 6C and A9. RGB value is (136,108,169). Sum of RGB (Red+Green+Blue) = 136+108+169=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 169 - color contains mainly: blue. Hex color #886CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886CA9 is #779356. Grayscale: #7B7B7B. Windows color (decimal): -7836503 or 11103368. OLE color: 11103368.

HSL color Cylindrical-coordinate representation of color #886CA9: hue angle of 267.54º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #886CA9 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB136108169-
CMYK0.200.3600.34
HSL267.54º26.18%54.31%-
HSV(B)267.54º36.09%66.27%-
XYZ22.6818.8239.97-
YUV123.33153.78137.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.93%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 169 (66.41% from 255) = 40.92%
R=32.93%
G=26.15%
B=40.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1361081690.200.3600.34267.5426.1854.31
Hex886CA9142402210c1a36
Octal21015425124440424143266
Binary1000100011011001010100110100100100010001010000110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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