COLOR #7B7EAD

HEX: #7B7EAD
RGB: (123,126,173)

Color info

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

RGB color model

#7B7EAD color RGB value is (123,126,173).

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

RGB channels and saturation

R 123 of 255 = 48%
G 126 of 255 = 49%
B 173 of 255 = 68%

123
126
173

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

Portions of RGB colors in percentages

R + G + B =
123 + 126 + 173 = 422 (100%)
R 123 of 422 ~ 29.15%
G 126 of 422 ~ 29.86%
B 173 of 422 ~ 41%

%29.15
%29.86
%41

CMYK color model

#7B7EAD color CMYK value is (29,27,0,32).

  • cyan value is 28.90%
  • magenta value is 27.17%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(29,27,0,32)
C29M27Y0K32 
(29%,27%,0%,32%)
(0.29/0.27/0.00/0.32)	

CMYK percentages

%28.9
%27.17
%0
%32.16

Codes

Color #7B7EAD in popluar color models

7B7EAD
RGB123126173
HSL236°23.36%58.04%
HSB/HSV236°28.90%67.84%
CMYK28.90%27.17%0.00%
32.16%

Color #7B7EAD in popluar number systems.

HEX7B7EAD
Decimal123126173
Binary1111011111111010101101
Octal173176255

Shades and tints

Shades of #7B7EAD

#7B7EAD
(123,126,173)
#70739E
(112,115,158)
#65688F
(101,104,143)
#5A5D80
(90,93,128)
#4F5271
(79,82,113)
#444762
(68,71,98)
#393C53
(57,60,83)
#2E3144
(46,49,68)
#232635
(35,38,53)
#181B26
(24,27,38)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #7B7EAD

#7B7EAD
(123,126,173)
#8789B4
(135,137,180)
#9394BB
(147,148,187)
#9F9FC2
(159,159,194)
#ABAAC9
(171,170,201)
#B7B5D0
(183,181,208)
#C3C0D7
(195,192,215)
#CFCBDE
(207,203,222)
#DBD6E5
(219,214,229)
#E7E1EC
(231,225,236)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7EAD; }

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

This text font color is #7B7EAD.


Background Color

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

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

This div background color is #7B7EAD.


Border color

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

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

This div border color is #7B7EAD.


Opacity

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

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

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

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

This text has shadow with #7B7EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7EAD on black background.


Color preview on white background

This text has color #7B7EAD on white background.



Black color preview on #7B7EAD background

This text has black color on #7B7EAD background.


White color preview on #7B7EAD background

This text has white color on #7B7EAD background.