COLOR #7E499C

HEX: #7E499C
RGB: (126,73,156)

Color info

#7E499C contains mainly red and blue colors. Web safe color of #7E499C is #663399 (or #639).

RGB color model

#7E499C color RGB value is (126,73,156).

  • red value is 126;
  • green value is 73;
  • blue value is 156.
RGB:
(126,73,156)
(49%,29%,61%)

RGB channels and saturation

R 126 of 255 = 49%
G 73 of 255 = 29%
B 156 of 255 = 61%

126
73
156

R + G + B ~ 46%. #7E499C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 73 + 156 = 355 (100%)
R 126 of 355 ~ 35.49%
G 73 of 355 ~ 20.56%
B 156 of 355 ~ 43.94%

%35.49
%20.56
%43.94

CMYK color model

#7E499C color CMYK value is (19,53,0,39).

  • cyan value is 19.23%
  • magenta value is 53.21%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(19,53,0,39)
C19M53Y0K39 
(19%,53%,0%,39%)
(0.19/0.53/0.00/0.39)	

CMYK percentages

%19.23
%53.21
%0
%38.82

Codes

Color #7E499C in popluar color models

7E499C
RGB12673156
HSL278°36.24%44.90%
HSB/HSV278°53.21%61.18%
CMYK19.23%53.21%0.00%
38.82%

Color #7E499C in popluar number systems.

HEX7E499C
Decimal12673156
Binary1111110100100110011100
Octal176111234

Shades and tints

Shades of #7E499C

#7E499C
(126,73,156)
#73438E
(115,67,142)
#683D80
(104,61,128)
#5D3772
(93,55,114)
#523164
(82,49,100)
#472B56
(71,43,86)
#3C2548
(60,37,72)
#311F3A
(49,31,58)
#26192C
(38,25,44)
#1B131E
(27,19,30)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #7E499C

#7E499C
(126,73,156)
#8959A5
(137,89,165)
#9469AE
(148,105,174)
#9F79B7
(159,121,183)
#AA89C0
(170,137,192)
#B599C9
(181,153,201)
#C0A9D2
(192,169,210)
#CBB9DB
(203,185,219)
#D6C9E4
(214,201,228)
#E1D9ED
(225,217,237)
#ECE9F6
(236,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E499C color. Also use rgb(126,73,156) instead hex code.

Text Font Color

.myTextColor { color: #7E499C; }

<p style="color:#7E499C">This sample text font color is #7E499C.</p>

This text font color is #7E499C.


Background Color

.myBgColor { background-color: #7E499C; }

<div style="background-color:#7E499C">Inner text</div>

This div background color is #7E499C.


Border color

.myBorderColor { border: 1px solid #7E499C; }

<div style="border:3px solid #7E499C">Div</div>

This div border color is #7E499C.


Opacity

.myOpacity80 { color: #7E499C; opacity: 0.8; }

<p style="color:#7E499C;opacity:0.8;">80%</p>

Text with #7E499C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7E499C;}

<p style="text-shadow: 3px 3px 1px #7E499C">Text here.</p>

This text has shadow with #7E499C color.

.textShadow {text-shadow: 3px 3px 1px #7E499C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7E499C, 5px 5px 20px red">Text here.</p>

This text has shadow with #7E499C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E499C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7E499C, Direction=45, Strength=4)">Text</p>

This text has shadow with #7E499C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7E499C;
  -webkit-box-shadow:	1px 1px 3px 2px #7E499C;
  box-shadow:		1px 1px 3px 2px #7E499C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E499C;
-webkit-box-shadow: 1px 1px 3px 2px #7E499C;
box-shadow:1px 1px 3px 2px #7E499C;">
Div content here</div>
This div box has shadow with color #7E499C.

Preview

Color preview on black background

This text has color #7E499C on black background.


Color preview on white background

This text has color #7E499C on white background.



Black color preview on #7E499C background

This text has black color on #7E499C background.


White color preview on #7E499C background

This text has white color on #7E499C background.