#7E719C

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

Shades of Deluge #7E719C

Tints of Deluge #7E719C

Color information

#7E719C (or 0x7E719C) is unknown color: approx Deluge. HEX triplet: 7E, 71 and 9C. RGB value is (126,113,156). Sum of RGB (Red+Green+Blue) = 126+113+156=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E719C is #818E63. Grayscale: #797979. Windows color (decimal): -8490596 or 10252670. OLE color: 10252670.

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

Color convert

RGB126113156-
CMYK0.190.2800.39
HSL258.14º17.84%52.75%-
HSV(B)258.14º27.56%61.18%-
XYZ20.5118.6533.97-
YUV121.79147.31131-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.90%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=31.90%
G=28.61%
B=39.49%

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
Decimal1261131560.190.2800.39258.1417.8452.75
Hex7E719C131C0271021235
Octal17616123423340474022265
Binary11111101110001100111001001111100010011110000001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,113,156); }

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

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

 a { background-color: rgb(126,113,156); }

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

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

 span { border-color: rgb(126,113,156); }

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