#866EAA

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

Shades of Deluge #866EAA

Tints of Deluge #866EAA

Color information

#866EAA (or 0x866EAA) is unknown color: approx Deluge. HEX triplet: 86, 6E and AA. RGB value is (134,110,170). Sum of RGB (Red+Green+Blue) = 134+110+170=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 110 (43.36% from 255 or 26.57% 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 #866EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866EAA is #799155. Grayscale: #7B7B7B. Windows color (decimal): -7967062 or 11169414. OLE color: 11169414.

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

Color convert

RGB134110170-
CMYK0.210.3500.33
HSL264º26.09%54.9%-
HSV(B)264º35.29%66.67%-
XYZ22.6619.1240.53-
YUV124.02153.95135.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.37%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=32.37%
G=26.57%
B=41.06%

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
Decimal1341101700.210.3500.3326426.0954.9
Hex866EAA15230211081a37
Octal20615625225430414103267
Binary1000011011011101010101010101100011010000110000100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866EAA; }

 p { color: rgb(134,110,170); }

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

<style>
 a { background-color: #866EAA; }

 a { background-color: rgb(134,110,170); }

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

<style>
 span { border-color: #866EAA; }

 span { border-color: rgb(134,110,170); }

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