#886CAA

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

Shades of Deluge #886CAA

Tints of Deluge #886CAA

Color information

#886CAA (or 0x886CAA) is unknown color: approx Deluge. HEX triplet: 88, 6C and AA. RGB value is (136,108,170). Sum of RGB (Red+Green+Blue) = 136+108+170=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #886CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886CAA is #779355. Grayscale: #7B7B7B. Windows color (decimal): -7836502 or 11168904. OLE color: 11168904.

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

Color convert

RGB136108170-
CMYK0.200.3600.33
HSL267.1º26.72%54.51%-
HSV(B)267.1º36.47%66.67%-
XYZ22.7718.8640.47-
YUV123.44154.28136.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 108 (42.58% from 255) = 26.09%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=32.85%
G=26.09%
B=41.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361081700.200.3600.33267.126.7254.51
Hex886CAA142402110b1b37
Octal21015425224440414133367
Binary1000100011011001010101010100100100010000110000101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,108,170); }

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

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

 a { background-color: rgb(136,108,170); }

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

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

 span { border-color: rgb(136,108,170); }

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