#7E6CAE

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

Shades of Deluge #7E6CAE

Tints of Deluge #7E6CAE

Color information

#7E6CAE (or 0x7E6CAE) is unknown color: approx Deluge. HEX triplet: 7E, 6C and AE. RGB value is (126,108,174). Sum of RGB (Red+Green+Blue) = 126+108+174=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E6CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6CAE is #819351. Grayscale: #787878. Windows color (decimal): -8491858 or 11431038. OLE color: 11431038.

HSL color Cylindrical-coordinate representation of color #7E6CAE: hue angle of 256.36º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E6CAE is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB126108174-
CMYK0.280.3800.32
HSL256.36º28.95%55.29%-
HSV(B)256.36º37.93%68.24%-
XYZ21.6118.2242.42-
YUV120.91157.96131.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.88%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=30.88%
G=26.47%
B=42.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261081740.280.3800.32256.3628.9555.29
Hex7E6CAE1C260201001d37
Octal17615425634460404003567
Binary111111011011001010111011100100110010000010000000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,108,174); }

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

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

 a { background-color: rgb(126,108,174); }

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

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

 span { border-color: rgb(126,108,174); }

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