#7E709F

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

Shades of Deluge #7E709F

Tints of Deluge #7E709F

Color information

#7E709F (or 0x7E709F) is unknown color: approx Deluge. HEX triplet: 7E, 70 and 9F. RGB value is (126,112,159). Sum of RGB (Red+Green+Blue) = 126+112+159=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E709F is #818F60. Grayscale: #797979. Windows color (decimal): -8490849 or 10449022. OLE color: 10449022.

HSL color Cylindrical-coordinate representation of color #7E709F: hue angle of 257.87º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E709F is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB126112159-
CMYK0.210.3000.38
HSL257.87º19.67%53.14%-
HSV(B)257.87º29.56%62.35%-
XYZ20.6618.5335.29-
YUV121.54149.14131.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.74%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=31.74%
G=28.21%
B=40.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261121590.210.3000.38257.8719.6753.14
Hex7E709F151E0261021435
Octal17616023725360464022465
Binary11111101110000100111111010111110010011010000001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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