#886FAB

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

Shades of Deluge #886FAB

Tints of Deluge #886FAB

Color information

#886FAB (or 0x886FAB) is unknown color: approx Deluge. HEX triplet: 88, 6F and AB. RGB value is (136,111,171). Sum of RGB (Red+Green+Blue) = 136+111+171=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #886FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FAB is #779054. Grayscale: #7D7D7D. Windows color (decimal): -7835733 or 11235208. OLE color: 11235208.

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

Color convert

RGB136111171-
CMYK0.200.3500.33
HSL265º26.32%55.29%-
HSV(B)265º35.09%67.06%-
XYZ23.1919.5441.08-
YUV125.32153.78135.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.54%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=32.54%
G=26.56%
B=40.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361111710.200.3500.3326526.3255.29
Hex886FAB14230211091a37
Octal21015725324430414113267
Binary1000100011011111010101110100100011010000110000100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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