#7E68AA

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

Shades of Deluge #7E68AA

Tints of Deluge #7E68AA

Color information

#7E68AA (or 0x7E68AA) is unknown color: approx Deluge. HEX triplet: 7E, 68 and AA. RGB value is (126,104,170). Sum of RGB (Red+Green+Blue) = 126+104+170=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E68AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E68AA is #819755. Grayscale: #757575. Windows color (decimal): -8492886 or 11167870. OLE color: 11167870.

HSL color Cylindrical-coordinate representation of color #7E68AA: hue angle of 260º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E68AA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB126104170-
CMYK0.260.3900.33
HSL260º27.97%53.73%-
HSV(B)260º38.82%66.67%-
XYZ20.8117.2440.26-
YUV118.1157.29133.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.5%
GREEN value IS 104 (41.02% from 255) = 26%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=31.5%
G=26%
B=42.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261041700.260.3900.3326027.9753.73
Hex7E68AA1A270211041c36
Octal17615025232470414043466
Binary111111011010001010101011010100111010000110000010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,104,170); }

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

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

 a { background-color: rgb(126,104,170); }

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

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

 span { border-color: rgb(126,104,170); }

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