COLOR #7E6299

HEX: #7E6299
RGB: (126,98,153)

Color info

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

RGB color model

#7E6299 color RGB value is (126,98,153).

  • red value is 126;
  • green value is 98;
  • blue value is 153.
RGB:
(126,98,153)
(49%,38%,60%)

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 153 of 255 = 60%

126
98
153

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

Portions of RGB colors in percentages

R + G + B =
126 + 98 + 153 = 377 (100%)
R 126 of 377 ~ 33.42%
G 98 of 377 ~ 25.99%
B 153 of 377 ~ 40.58%

%33.42
%25.99
%40.58

CMYK color model

#7E6299 color CMYK value is (18,36,0,40).

  • cyan value is 17.65%
  • magenta value is 35.95%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(18,36,0,40)
C18M36Y0K40 
(18%,36%,0%,40%)
(0.18/0.36/0.00/0.40)	

CMYK percentages

%17.65
%35.95
%0
%40

Codes

Color #7E6299 in popluar color models

7E6299
RGB12698153
HSL271°21.91%49.22%
HSB/HSV271°35.95%60.00%
CMYK17.65%35.95%0.00%
40.00%

Color #7E6299 in popluar number systems.

HEX7E6299
Decimal12698153
Binary1111110110001010011001
Octal176142231

Shades and tints

Shades of #7E6299

#7E6299
(126,98,153)
#735A8C
(115,90,140)
#68527F
(104,82,127)
#5D4A72
(93,74,114)
#524265
(82,66,101)
#473A58
(71,58,88)
#3C324B
(60,50,75)
#312A3E
(49,42,62)
#262231
(38,34,49)
#1B1A24
(27,26,36)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #7E6299

#7E6299
(126,98,153)
#8970A2
(137,112,162)
#947EAB
(148,126,171)
#9F8CB4
(159,140,180)
#AA9ABD
(170,154,189)
#B5A8C6
(181,168,198)
#C0B6CF
(192,182,207)
#CBC4D8
(203,196,216)
#D6D2E1
(214,210,225)
#E1E0EA
(225,224,234)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6299 color. Also use rgb(126,98,153) instead hex code.

Text Font Color

.myTextColor { color: #7E6299; }

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

This text font color is #7E6299.


Background Color

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

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

This div background color is #7E6299.


Border color

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

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

This div border color is #7E6299.


Opacity

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

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

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

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

This text has shadow with #7E6299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6299 on black background.


Color preview on white background

This text has color #7E6299 on white background.



Black color preview on #7E6299 background

This text has black color on #7E6299 background.


White color preview on #7E6299 background

This text has white color on #7E6299 background.