#886DAF

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

Shades of Deluge #886DAF

Tints of Deluge #886DAF

Color information

#886DAF (or 0x886DAF) is unknown color: approx Deluge. HEX triplet: 88, 6D and AF. RGB value is (136,109,175). Sum of RGB (Red+Green+Blue) = 136+109+175=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #886DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886DAF is #779250. Grayscale: #7C7C7C. Windows color (decimal): -7836241 or 11496840. OLE color: 11496840.

HSL color Cylindrical-coordinate representation of color #886DAF: hue angle of 264.55º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #886DAF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136109175-
CMYK0.220.3800.31
HSL264.55º29.2%55.69%-
HSV(B)264.55º37.71%68.63%-
XYZ23.3619.2743.05-
YUV124.6156.45136.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 109 (42.97% from 255) = 25.95%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=32.38%
G=25.95%
B=41.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361091750.220.3800.31264.5529.255.69
Hex886DAF162601F1091d38
Octal21015525726460374113570
Binary100010001101101101011111011010011001111110000100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,109,175); }

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

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

 a { background-color: rgb(136,109,175); }

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

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

 span { border-color: rgb(136,109,175); }

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