COLOR #7E56BD

HEX: #7E56BD
RGB: (126,86,189)

Color info

#7E56BD contains mainly blue color. Web safe color of #7E56BD is #6666CC (or #66C).

RGB color model

#7E56BD color RGB value is (126,86,189).

  • red value is 126;
  • green value is 86;
  • blue value is 189.
RGB:
(126,86,189)
(49%,34%,74%)

RGB channels and saturation

R 126 of 255 = 49%
G 86 of 255 = 34%
B 189 of 255 = 74%

126
86
189

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

Portions of RGB colors in percentages

R + G + B =
126 + 86 + 189 = 401 (100%)
R 126 of 401 ~ 31.42%
G 86 of 401 ~ 21.45%
B 189 of 401 ~ 47.13%

%31.42
%21.45
%47.13

CMYK color model

#7E56BD color CMYK value is (33,54,0,26).

  • cyan value is 33.33%
  • magenta value is 54.50%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(33,54,0,26)
C33M54Y0K26 
(33%,54%,0%,26%)
(0.33/0.54/0.00/0.26)	

CMYK percentages

%33.33
%54.5
%0
%25.88

Codes

Color #7E56BD in popluar color models

7E56BD
RGB12686189
HSL263°43.83%53.92%
HSB/HSV263°54.50%74.12%
CMYK33.33%54.50%0.00%
25.88%

Color #7E56BD in popluar number systems.

HEX7E56BD
Decimal12686189
Binary1111110101011010111101
Octal176126275

Shades and tints

Shades of #7E56BD

#7E56BD
(126,86,189)
#734FAC
(115,79,172)
#68489B
(104,72,155)
#5D418A
(93,65,138)
#523A79
(82,58,121)
#473368
(71,51,104)
#3C2C57
(60,44,87)
#312546
(49,37,70)
#261E35
(38,30,53)
#1B1724
(27,23,36)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #7E56BD

#7E56BD
(126,86,189)
#8965C3
(137,101,195)
#9474C9
(148,116,201)
#9F83CF
(159,131,207)
#AA92D5
(170,146,213)
#B5A1DB
(181,161,219)
#C0B0E1
(192,176,225)
#CBBFE7
(203,191,231)
#D6CEED
(214,206,237)
#E1DDF3
(225,221,243)
#ECECF9
(236,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E56BD color. Also use rgb(126,86,189) instead hex code.

Text Font Color

.myTextColor { color: #7E56BD; }

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

This text font color is #7E56BD.


Background Color

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

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

This div background color is #7E56BD.


Border color

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

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

This div border color is #7E56BD.


Opacity

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

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

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

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

This text has shadow with #7E56BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E56BD on black background.


Color preview on white background

This text has color #7E56BD on white background.



Black color preview on #7E56BD background

This text has black color on #7E56BD background.


White color preview on #7E56BD background

This text has white color on #7E56BD background.