COLOR #7E7490

HEX: #7E7490
RGB: (126,116,144)

Renk bilgisi

#7E7490 contains red, green and blue colors in about the same proportion. #7E7490 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7E7490 color RGB value is (126,116,144).

  • kırmız ton 126;
  • yeşil ton 116;
  • mavi ton 144.
RGB:
(126,116,144)
(49%,45%,56%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 116 of 255 = 45%
B 144 of 255 = 56%

126
116
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 116 + 144 = 386 (100%)
R 126 of 386 ~ 32.64%
G 116 of 386 ~ 30.05%
B 144 of 386 ~ 37.31%

%32.64
%30.05
%37.31

CMYK RENK MODELİ

#7E7490 rengi CMYK tonu (13,19,0,44).

  • camgöbeği tonu 12.50%
  • eflatun tonu 19.44%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(13,19,0,44)
C13M19Y0K44 
(13%,19%,0%,44%)
(0.13/0.19/0.00/0.44)	

CMYK yüzdeleri

%12.5
%19.44
%0
%43.53

Codes

Color #7E7490 in popluar color models

7E7490
RGB126116144
HSL261°11.20%50.98%
HSB/HSV261°19.44%56.47%
CMYK12.50%19.44%0.00%
43.53%

Color #7E7490 in popluar number systems.

HEX7E7490
Decimal126116144
Binary1111110111010010010000
Octal176164220

Shades and tints

Shades of #7E7490

#7E7490
(126,116,144)
#736A83
(115,106,131)
#686076
(104,96,118)
#5D5669
(93,86,105)
#524C5C
(82,76,92)
#47424F
(71,66,79)
#3C3842
(60,56,66)
#312E35
(49,46,53)
#262428
(38,36,40)
#1B1A1B
(27,26,27)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #7E7490

#7E7490
(126,116,144)
#89809A
(137,128,154)
#948CA4
(148,140,164)
#9F98AE
(159,152,174)
#AAA4B8
(170,164,184)
#B5B0C2
(181,176,194)
#C0BCCC
(192,188,204)
#CBC8D6
(203,200,214)
#D6D4E0
(214,212,224)
#E1E0EA
(225,224,234)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7490 color. Also use rgb(126,116,144) instead hex code.

Text Font Color

.myTextColor { color: #7E7490; }

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

This text font color is #7E7490.


Background Color

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

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

This div background color is #7E7490.


Border color

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

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

This div border color is #7E7490.


Opacity

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

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

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

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

This text has shadow with #7E7490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7490 on black background.


Color preview on white background

This text has color #7E7490 on white background.



Black color preview on #7E7490 background

This text has black color on #7E7490 background.


White color preview on #7E7490 background

This text has white color on #7E7490 background.