COLOR #7E498C

HEX: #7E498C RGB: (126,73,140)

Color info

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

RGB color model

#7E498C color RGB value is (126,73,140).

RGB: (126,73,140) (49%, 29%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 73 of 255 = 29%
B 140 of 255 = 55%

126
73
140

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

Portions of RGB colors in percentages

R + G + B = 126 + 73 + 140 = 339 (100%)
R 126 of 339 ~ 37.17%
G 73 of 339 ~ 21.53%
B 140 of 339 ~ 41.3'%

%37.17
%21.53
%41.3

CMYK color model

#7E498C color CMYK value is (10,48,0,45).

  • cyan value is 10.00%
  • magenta value is 47.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (10,48,0,45)
C10M48Y0K45 (10%, 48%, 0%, 45%)
(0.10 / 0.48 / 0.00 / 0.45)

CMYK percentages

%10
%47.86
%0
%45.1

Codes

Color #7E498C in popluar color models

7E 49 8C
RGB 126 73 140
HSL 287° 31.46% 41.76%
HSB/HSV 287° 47.86% 54.90%
CMYK 10.00% 47.86% 0.00%
45.10%

Color #7E498C in popluar number systems.

HEX 7E 49 8C
Decimal 126 73 140
Binary 1111110 1001001 10001100
Octal 176 111 214

Shades and tints

Shades of #7E498C

#7E498C
(126,73,140)
#734380
(115,67,128)
#683D74
(104,61,116)
#5D3768
(93,55,104)
#52315C
(82,49,92)
#472B50
(71,43,80)
#3C2544
(60,37,68)
#311F38
(49,31,56)
#26192C
(38,25,44)
#1B1320
(27,19,32)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #7E498C

#7E498C
(126,73,140)
#895996
(137,89,150)
#9469A0
(148,105,160)
#9F79AA
(159,121,170)
#AA89B4
(170,137,180)
#B599BE
(181,153,190)
#C0A9C8
(192,169,200)
#CBB9D2
(203,185,210)
#D6C9DC
(214,201,220)
#E1D9E6
(225,217,230)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E498C; }

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

This text font color is #7E498C.

Background Color

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

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

This div background color is #7E498C.

Border color

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

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

This div border color is #7E498C.

Opacity

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

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

Text with #7E498C 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 #7E498C;}

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

This text has shadow with #7E498C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E498C.

Preview

Color preview on black background

This text has color #7E498C on black background.


Color preview on white background

This text has color #7E498C on white background.


Black color preview on #7E498C background

This text has black color on #7E498C background.


White color preview on #7E498C background

This text has white color on #7E498C background.


Related colors

Complementary color

Complementary color for #hex is #81B673.


I love getcolorcode.com

Triadic colors

1 #8C7E49 and #498C7E with #7E498C are triadic colors.

2 #8C497E and #497E8C with #7E498C are triadic colors.