#7E6D9C

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

Shades of Deluge #7E6D9C

Tints of Deluge #7E6D9C

Color information

#7E6D9C (or 0x7E6D9C) is unknown color: approx Deluge. HEX triplet: 7E, 6D and 9C. RGB value is (126,109,156). Sum of RGB (Red+Green+Blue) = 126+109+156=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E6D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6D9C is #819263. Grayscale: #777777. Windows color (decimal): -8491620 or 10251646. OLE color: 10251646.

HSL color Cylindrical-coordinate representation of color #7E6D9C: hue angle of 261.7º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E6D9C is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB126109156-
CMYK0.190.3000.39
HSL261.7º19.18%51.96%-
HSV(B)261.7º30.13%61.18%-
XYZ20.0717.7733.83-
YUV119.44148.63132.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.23%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=32.23%
G=27.88%
B=39.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1261091560.190.3000.39261.719.1851.96
Hex7E6D9C131E0271061334
Octal17615523423360474062364
Binary11111101101101100111001001111110010011110000011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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