#7E709B

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

Shades of Deluge #7E709B

Tints of Deluge #7E709B

Color information

#7E709B (or 0x7E709B) is unknown color: approx Deluge. HEX triplet: 7E, 70 and 9B. RGB value is (126,112,155). Sum of RGB (Red+Green+Blue) = 126+112+155=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E709B is #818F64. Grayscale: #787878. Windows color (decimal): -8490853 or 10186878. OLE color: 10186878.

HSL color Cylindrical-coordinate representation of color #7E709B: hue angle of 259.53º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E709B is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB126112155-
CMYK0.190.2800.39
HSL259.53º17.7%52.35%-
HSV(B)259.53º27.74%60.78%-
XYZ20.3118.3933.49-
YUV121.09147.14131.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.06%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=32.06%
G=28.50%
B=39.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1261121550.190.2800.39259.5317.752.35
Hex7E709B131C0271041234
Octal17616023323340474042264
Binary11111101110000100110111001111100010011110000010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,112,155); }

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

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

 a { background-color: rgb(126,112,155); }

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

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

 span { border-color: rgb(126,112,155); }

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