#7E5EAC

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

Shades of Deluge #7E5EAC

Tints of Deluge #7E5EAC

Color information

#7E5EAC (or 0x7E5EAC) is unknown color: approx Deluge. HEX triplet: 7E, 5E and AC. RGB value is (126,94,172). Sum of RGB (Red+Green+Blue) = 126+94+172=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E5EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5EAC is #81A153. Grayscale: #707070. Windows color (decimal): -8495444 or 11296382. OLE color: 11296382.

HSL color Cylindrical-coordinate representation of color #7E5EAC: hue angle of 264.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E5EAC is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12694172-
CMYK0.270.4500.33
HSL264.62º31.97%52.16%-
HSV(B)264.62º45.35%67.45%-
XYZ20.0515.4240.95-
YUV112.46161.6137.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.14%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=32.14%
G=23.98%
B=43.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126941720.270.4500.33264.6231.9752.16
Hex7E5EAC1B2D0211092034
Octal17613625433550414114064
Binary1111110101111010101100110111011010100001100001001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,94,172); }

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

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

 a { background-color: rgb(126,94,172); }

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

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

 span { border-color: rgb(126,94,172); }

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