COLOR #7E7BBA

HEX: #7E7BBA
RGB: (126,123,186)

Color info

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

RGB color model

#7E7BBA color RGB value is (126,123,186).

  • red value is 126;
  • green value is 123;
  • blue value is 186.
RGB:
(126,123,186)
(49%,48%,73%)

RGB channels and saturation

R 126 of 255 = 49%
G 123 of 255 = 48%
B 186 of 255 = 73%

126
123
186

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

Portions of RGB colors in percentages

R + G + B =
126 + 123 + 186 = 435 (100%)
R 126 of 435 ~ 28.97%
G 123 of 435 ~ 28.28%
B 186 of 435 ~ 42.76%

%28.97
%28.28
%42.76

CMYK color model

#7E7BBA color CMYK value is (32,34,0,27).

  • cyan value is 32.26%
  • magenta value is 33.87%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(32,34,0,27)
C32M34Y0K27 
(32%,34%,0%,27%)
(0.32/0.34/0.00/0.27)	

CMYK percentages

%32.26
%33.87
%0
%27.06

Codes

Color #7E7BBA in popluar color models

7E7BBA
RGB126123186
HSL243°31.34%60.59%
HSB/HSV243°33.87%72.94%
CMYK32.26%33.87%0.00%
27.06%

Color #7E7BBA in popluar number systems.

HEX7E7BBA
Decimal126123186
Binary1111110111101110111010
Octal176173272

Shades and tints

Shades of #7E7BBA

#7E7BBA
(126,123,186)
#7370AA
(115,112,170)
#68659A
(104,101,154)
#5D5A8A
(93,90,138)
#524F7A
(82,79,122)
#47446A
(71,68,106)
#3C395A
(60,57,90)
#312E4A
(49,46,74)
#26233A
(38,35,58)
#1B182A
(27,24,42)
#100D1A
(16,13,26)
#000000
(0,0,0)

Tints of #7E7BBA

#7E7BBA
(126,123,186)
#8987C0
(137,135,192)
#9493C6
(148,147,198)
#9F9FCC
(159,159,204)
#AAABD2
(170,171,210)
#B5B7D8
(181,183,216)
#C0C3DE
(192,195,222)
#CBCFE4
(203,207,228)
#D6DBEA
(214,219,234)
#E1E7F0
(225,231,240)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7BBA color. Also use rgb(126,123,186) instead hex code.

Text Font Color

.myTextColor { color: #7E7BBA; }

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

This text font color is #7E7BBA.


Background Color

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

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

This div background color is #7E7BBA.


Border color

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

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

This div border color is #7E7BBA.


Opacity

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

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

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

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

This text has shadow with #7E7BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7BBA on black background.


Color preview on white background

This text has color #7E7BBA on white background.



Black color preview on #7E7BBA background

This text has black color on #7E7BBA background.


White color preview on #7E7BBA background

This text has white color on #7E7BBA background.