#886EA5

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

Shades of Deluge #886EA5

Tints of Deluge #886EA5

Color information

#886EA5 (or 0x886EA5) is unknown color: approx Deluge. HEX triplet: 88, 6E and A5. RGB value is (136,110,165). Sum of RGB (Red+Green+Blue) = 136+110+165=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 165 - color contains mainly: blue. Hex color #886EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886EA5 is #77915A. Grayscale: #7B7B7B. Windows color (decimal): -7835995 or 10841736. OLE color: 10841736.

HSL color Cylindrical-coordinate representation of color #886EA5: hue angle of 268.36º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #886EA5 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB136110165-
CMYK0.180.3300.35
HSL268.36º23.4%53.92%-
HSV(B)268.36º33.33%64.71%-
XYZ22.5219.138.1-
YUV124.04151.11136.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 165 (64.84% from 255) = 40.15%
R=33.09%
G=26.76%
B=40.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1361101650.180.3300.35268.3623.453.92
Hex886EA5122102310c1736
Octal21015624522410434142766
Binary1000100011011101010010110010100001010001110000110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,110,165); }

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

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

 a { background-color: rgb(136,110,165); }

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

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

 span { border-color: rgb(136,110,165); }

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