#7E6DAA

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

Shades of Deluge #7E6DAA

Tints of Deluge #7E6DAA

Color information

#7E6DAA (or 0x7E6DAA) is unknown color: approx Deluge. HEX triplet: 7E, 6D and AA. RGB value is (126,109,170). Sum of RGB (Red+Green+Blue) = 126+109+170=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E6DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6DAA is #819255. Grayscale: #787878. Windows color (decimal): -8491606 or 11169150. OLE color: 11169150.

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

Color convert

RGB126109170-
CMYK0.260.3600.33
HSL256.72º26.41%54.71%-
HSV(B)256.72º35.88%66.67%-
XYZ21.3318.2840.43-
YUV121.04155.63131.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.11%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=31.11%
G=26.91%
B=41.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261091700.260.3600.33256.7226.4154.71
Hex7E6DAA1A240211011a37
Octal17615525232440414013267
Binary111111011011011010101011010100100010000110000000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E6DAA; }

 p { color: rgb(126,109,170); }

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

<style>
 a { background-color: #7E6DAA; }

 a { background-color: rgb(126,109,170); }

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

<style>
 span { border-color: #7E6DAA; }

 span { border-color: rgb(126,109,170); }

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