#886FAE

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

Shades of Deluge #886FAE

Tints of Deluge #886FAE

Color information

#886FAE (or 0x886FAE) is unknown color: approx Deluge. HEX triplet: 88, 6F and AE. RGB value is (136,111,174). Sum of RGB (Red+Green+Blue) = 136+111+174=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #886FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FAE is #779051. Grayscale: #7D7D7D. Windows color (decimal): -7835730 or 11431816. OLE color: 11431816.

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

Color convert

RGB136111174-
CMYK0.220.3600.32
HSL263.81º28%55.88%-
HSV(B)263.81º36.21%68.24%-
XYZ23.4819.6642.6-
YUV125.66155.28135.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.30%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=32.30%
G=26.37%
B=41.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361111740.220.3600.32263.812855.88
Hex886FAE16240201081c38
Octal21015725626440404103470
Binary1000100011011111010111010110100100010000010000100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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