#7E6199

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

Shades of Deluge #7E6199

Tints of Deluge #7E6199

Color information

#7E6199 (or 0x7E6199) is unknown color: approx Deluge. HEX triplet: 7E, 61 and 99. RGB value is (126,97,153). Sum of RGB (Red+Green+Blue) = 126+97+153=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E6199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6199 is #819E66. Grayscale: #6F6F6F. Windows color (decimal): -8494695 or 10051966. OLE color: 10051966.

HSL color Cylindrical-coordinate representation of color #7E6199: hue angle of 271.07º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E6199 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12697153-
CMYK0.180.3700.4
HSL271.07º22.4%49.02%-
HSV(B)271.07º36.6%60%-
XYZ18.6315.2832.11-
YUV112.06151.11137.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.51%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=33.51%
G=25.80%
B=40.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126971530.180.3700.4271.0722.449.02
Hex7E6199122502810f1631
Octal17614123122450504172661
Binary111111011000011001100110010100101010100010000111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,97,153); }

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

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

 a { background-color: rgb(126,97,153); }

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

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

 span { border-color: rgb(126,97,153); }

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