COLOR #7E62B6

HEX: #7E62B6
RGB: (126,98,182)

Color info

#7E62B6 contains mainly red and blue colors. Web safe color of #7E62B6 is #6666CC (or #66C).

RGB color model

#7E62B6 color RGB value is (126,98,182).

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

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 182 of 255 = 71%

126
98
182

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

Portions of RGB colors in percentages

R + G + B =
126 + 98 + 182 = 406 (100%)
R 126 of 406 ~ 31.03%
G 98 of 406 ~ 24.14%
B 182 of 406 ~ 44.83%

%31.03
%24.14
%44.83

CMYK color model

#7E62B6 color CMYK value is (31,46,0,29).

  • cyan value is 30.77%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(31,46,0,29)
C31M46Y0K29 
(31%,46%,0%,29%)
(0.31/0.46/0.00/0.29)	

CMYK percentages

%30.77
%46.15
%0
%28.63

Codes

Color #7E62B6 in popluar color models

7E62B6
RGB12698182
HSL260°36.52%54.90%
HSB/HSV260°46.15%71.37%
CMYK30.77%46.15%0.00%
28.63%

Color #7E62B6 in popluar number systems.

HEX7E62B6
Decimal12698182
Binary1111110110001010110110
Octal176142266

Shades and tints

Shades of #7E62B6

#7E62B6
(126,98,182)
#735AA6
(115,90,166)
#685296
(104,82,150)
#5D4A86
(93,74,134)
#524276
(82,66,118)
#473A66
(71,58,102)
#3C3256
(60,50,86)
#312A46
(49,42,70)
#262236
(38,34,54)
#1B1A26
(27,26,38)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #7E62B6

#7E62B6
(126,98,182)
#8970BC
(137,112,188)
#947EC2
(148,126,194)
#9F8CC8
(159,140,200)
#AA9ACE
(170,154,206)
#B5A8D4
(181,168,212)
#C0B6DA
(192,182,218)
#CBC4E0
(203,196,224)
#D6D2E6
(214,210,230)
#E1E0EC
(225,224,236)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E62B6; }

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

This text font color is #7E62B6.


Background Color

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

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

This div background color is #7E62B6.


Border color

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

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

This div border color is #7E62B6.


Opacity

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

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

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

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

This text has shadow with #7E62B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E62B6 on black background.


Color preview on white background

This text has color #7E62B6 on white background.



Black color preview on #7E62B6 background

This text has black color on #7E62B6 background.


White color preview on #7E62B6 background

This text has white color on #7E62B6 background.