COLOR #7B7E9D

HEX: #7B7E9D
RGB: (123,126,157)

Color info

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

RGB color model

#7B7E9D color RGB value is (123,126,157).

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

RGB channels and saturation

R 123 of 255 = 48%
G 126 of 255 = 49%
B 157 of 255 = 62%

123
126
157

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

Portions of RGB colors in percentages

R + G + B =
123 + 126 + 157 = 406 (100%)
R 123 of 406 ~ 30.3%
G 126 of 406 ~ 31.03%
B 157 of 406 ~ 38.67%

%30.3
%31.03
%38.67

CMYK color model

#7B7E9D color CMYK value is (22,20,0,38).

  • cyan value is 21.66%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(22,20,0,38)
C22M20Y0K38 
(22%,20%,0%,38%)
(0.22/0.20/0.00/0.38)	

CMYK percentages

%21.66
%19.75
%0
%38.43

Codes

Color #7B7E9D in popluar color models

7B7E9D
RGB123126157
HSL235°14.78%54.90%
HSB/HSV235°21.66%61.57%
CMYK21.66%19.75%0.00%
38.43%

Color #7B7E9D in popluar number systems.

HEX7B7E9D
Decimal123126157
Binary1111011111111010011101
Octal173176235

Shades and tints

Shades of #7B7E9D

#7B7E9D
(123,126,157)
#70738F
(112,115,143)
#656881
(101,104,129)
#5A5D73
(90,93,115)
#4F5265
(79,82,101)
#444757
(68,71,87)
#393C49
(57,60,73)
#2E313B
(46,49,59)
#23262D
(35,38,45)
#181B1F
(24,27,31)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #7B7E9D

#7B7E9D
(123,126,157)
#8789A5
(135,137,165)
#9394AD
(147,148,173)
#9F9FB5
(159,159,181)
#ABAABD
(171,170,189)
#B7B5C5
(183,181,197)
#C3C0CD
(195,192,205)
#CFCBD5
(207,203,213)
#DBD6DD
(219,214,221)
#E7E1E5
(231,225,229)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7E9D; }

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

This text font color is #7B7E9D.


Background Color

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

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

This div background color is #7B7E9D.


Border color

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

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

This div border color is #7B7E9D.


Opacity

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

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

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

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

This text has shadow with #7B7E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7E9D on black background.


Color preview on white background

This text has color #7B7E9D on white background.



Black color preview on #7B7E9D background

This text has black color on #7B7E9D background.


White color preview on #7B7E9D background

This text has white color on #7B7E9D background.