COLOR #7E638D

HEX: #7E638D
RGB: (126,99,141)

Color info

#7E638D contains red, green and blue colors in about the same proportion. Web safe color of #7E638D is #666699 (or #669).

RGB color model

#7E638D color RGB value is (126,99,141).

  • red value is 126;
  • green value is 99;
  • blue value is 141.
RGB:
(126,99,141)
(49%,39%,55%)

RGB channels and saturation

R 126 of 255 = 49%
G 99 of 255 = 39%
B 141 of 255 = 55%

126
99
141

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

Portions of RGB colors in percentages

R + G + B =
126 + 99 + 141 = 366 (100%)
R 126 of 366 ~ 34.43%
G 99 of 366 ~ 27.05%
B 141 of 366 ~ 38.52%

%34.43
%27.05
%38.52

CMYK color model

#7E638D color CMYK value is (11,30,0,45).

  • cyan value is 10.64%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(11,30,0,45)
C11M30Y0K45 
(11%,30%,0%,45%)
(0.11/0.30/0.00/0.45)	

CMYK percentages

%10.64
%29.79
%0
%44.71

Codes

Color #7E638D in popluar color models

7E638D
RGB12699141
HSL279°17.50%47.06%
HSB/HSV279°29.79%55.29%
CMYK10.64%29.79%0.00%
44.71%

Color #7E638D in popluar number systems.

HEX7E638D
Decimal12699141
Binary1111110110001110001101
Octal176143215

Shades and tints

Shades of #7E638D

#7E638D
(126,99,141)
#735A81
(115,90,129)
#685175
(104,81,117)
#5D4869
(93,72,105)
#523F5D
(82,63,93)
#473651
(71,54,81)
#3C2D45
(60,45,69)
#312439
(49,36,57)
#261B2D
(38,27,45)
#1B1221
(27,18,33)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #7E638D

#7E638D
(126,99,141)
#897197
(137,113,151)
#947FA1
(148,127,161)
#9F8DAB
(159,141,171)
#AA9BB5
(170,155,181)
#B5A9BF
(181,169,191)
#C0B7C9
(192,183,201)
#CBC5D3
(203,197,211)
#D6D3DD
(214,211,221)
#E1E1E7
(225,225,231)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E638D color. Also use rgb(126,99,141) instead hex code.

Text Font Color

.myTextColor { color: #7E638D; }

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

This text font color is #7E638D.


Background Color

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

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

This div background color is #7E638D.


Border color

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

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

This div border color is #7E638D.


Opacity

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

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

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

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

This text has shadow with #7E638D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E638D on black background.


Color preview on white background

This text has color #7E638D on white background.



Black color preview on #7E638D background

This text has black color on #7E638D background.


White color preview on #7E638D background

This text has white color on #7E638D background.