#866EAC

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

Shades of Deluge #866EAC

Tints of Deluge #866EAC

Color information

#866EAC (or 0x866EAC) is unknown color: approx Deluge. HEX triplet: 86, 6E and AC. RGB value is (134,110,172). Sum of RGB (Red+Green+Blue) = 134+110+172=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #866EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866EAC is #799153. Grayscale: #7C7C7C. Windows color (decimal): -7967060 or 11300486. OLE color: 11300486.

HSL color Cylindrical-coordinate representation of color #866EAC: hue angle of 263.23º 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 #866EAC is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134110172-
CMYK0.220.3600.33
HSL263.23º27.19%55.29%-
HSV(B)263.23º36.05%67.45%-
XYZ22.8519.241.53-
YUV124.24154.95134.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=32.21%
G=26.44%
B=41.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341101720.220.3600.33263.2327.1955.29
Hex866EAC16240211071b37
Octal20615625426440414073367
Binary1000011011011101010110010110100100010000110000011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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