#7E7AAE

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

Shades of Deluge #7E7AAE

Tints of Deluge #7E7AAE

Color information

#7E7AAE (or 0x7E7AAE) is unknown color: approx Deluge. HEX triplet: 7E, 7A and AE. RGB value is (126,122,174). Sum of RGB (Red+Green+Blue) = 126+122+174=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E7AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7AAE is #818551. Grayscale: #808080. Windows color (decimal): -8488274 or 11434622. OLE color: 11434622.

HSL color Cylindrical-coordinate representation of color #7E7AAE: hue angle of 244.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E7AAE is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB126122174-
CMYK0.280.3000.32
HSL244.62º24.3%58.04%-
HSV(B)244.62º29.89%68.24%-
XYZ23.221.4142.95-
YUV129.12153.33125.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.86%
GREEN value IS 122 (48.05% from 255) = 28.91%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=29.86%
G=28.91%
B=41.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261221740.280.3000.32244.6224.358.04
Hex7E7AAE1C1E020f5183a
Octal17617225634360403653072
Binary1111110111101010101110111001111001000001111010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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