#886FAC

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

Shades of Deluge #886FAC

Tints of Deluge #886FAC

Color information

#886FAC (or 0x886FAC) is unknown color: approx Deluge. HEX triplet: 88, 6F and AC. RGB value is (136,111,172). Sum of RGB (Red+Green+Blue) = 136+111+172=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #886FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FAC is #779053. Grayscale: #7D7D7D. Windows color (decimal): -7835732 or 11300744. OLE color: 11300744.

HSL color Cylindrical-coordinate representation of color #886FAC: hue angle of 264.59º degrees, saturation: 0.27, 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 #886FAC is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136111172-
CMYK0.210.3500.33
HSL264.59º26.87%55.49%-
HSV(B)264.59º35.47%67.45%-
XYZ23.2819.5841.58-
YUV125.43154.28135.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=32.46%
G=26.49%
B=41.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361111720.210.3500.33264.5926.8755.49
Hex886FAC15230211091b37
Octal21015725425430414113367
Binary1000100011011111010110010101100011010000110000100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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