#886cab

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

Shades of Deluge #886CAB

Tints of Deluge #886CAB

Color information

#886CAB (or 0x886CAB) is unknown color: approx Deluge. HEX triplet: 88, 6C and AB. RGB value is (136,108,171). Sum of RGB (Red+Green+Blue) = 136+108+171=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #886CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886CAB is #779354. Grayscale: #7B7B7B. Windows color (decimal): -7836501 or 11234440. OLE color: 11234440.

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

Color convert

RGB136108171-
CMYK0.200.3700.33
HSL266.67º27.27%54.71%-
HSV(B)266.67º36.84%67.06%-
XYZ22.8718.940.97-
YUV123.55154.78136.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.77%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=32.77%
G=26.02%
B=41.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361081710.200.3700.33266.6727.2754.71
Hex886CAB142502110b1b37
Octal21015425324450414133367
Binary1000100011011001010101110100100101010000110000101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886cab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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