#7E5CAF

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

Shades of Deluge #7E5CAF

Tints of Deluge #7E5CAF

Color information

#7E5CAF (or 0x7E5CAF) is unknown color: approx Deluge. HEX triplet: 7E, 5C and AF. RGB value is (126,92,175). Sum of RGB (Red+Green+Blue) = 126+92+175=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E5CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5CAF is #81A350. Grayscale: #6F6F6F. Windows color (decimal): -8495953 or 11492478. OLE color: 11492478.

HSL color Cylindrical-coordinate representation of color #7E5CAF: hue angle of 264.58º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E5CAF is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12692175-
CMYK0.280.4700.31
HSL264.58º34.16%52.35%-
HSV(B)264.58º47.43%68.63%-
XYZ20.1715.1942.43-
YUV111.63163.76138.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.06%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=32.06%
G=23.41%
B=44.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126921750.280.4700.31264.5834.1652.35
Hex7E5CAF1C2F01F1092234
Octal17613425734570374114264
Binary111111010111001010111111100101111011111100001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,92,175); }

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

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

 a { background-color: rgb(126,92,175); }

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

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

 span { border-color: rgb(126,92,175); }

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