COLOR #7B7EB0

HEX: #7B7EB0
RGB: (123,126,176)

Color info

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

RGB color model

#7B7EB0 color RGB value is (123,126,176).

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

RGB channels and saturation

R 123 of 255 = 48%
G 126 of 255 = 49%
B 176 of 255 = 69%

123
126
176

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

Portions of RGB colors in percentages

R + G + B =
123 + 126 + 176 = 425 (100%)
R 123 of 425 ~ 28.94%
G 126 of 425 ~ 29.65%
B 176 of 425 ~ 41.41%

%28.94
%29.65
%41.41

CMYK color model

#7B7EB0 color CMYK value is (30,28,0,31).

  • cyan value is 30.11%
  • magenta value is 28.41%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(30,28,0,31)
C30M28Y0K31 
(30%,28%,0%,31%)
(0.30/0.28/0.00/0.31)	

CMYK percentages

%30.11
%28.41
%0
%30.98

Codes

Color #7B7EB0 in popluar color models

7B7EB0
RGB123126176
HSL237°25.12%58.63%
HSB/HSV237°30.11%69.02%
CMYK30.11%28.41%0.00%
30.98%

Color #7B7EB0 in popluar number systems.

HEX7B7EB0
Decimal123126176
Binary1111011111111010110000
Octal173176260

Shades and tints

Shades of #7B7EB0

#7B7EB0
(123,126,176)
#7073A0
(112,115,160)
#656890
(101,104,144)
#5A5D80
(90,93,128)
#4F5270
(79,82,112)
#444760
(68,71,96)
#393C50
(57,60,80)
#2E3140
(46,49,64)
#232630
(35,38,48)
#181B20
(24,27,32)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #7B7EB0

#7B7EB0
(123,126,176)
#8789B7
(135,137,183)
#9394BE
(147,148,190)
#9F9FC5
(159,159,197)
#ABAACC
(171,170,204)
#B7B5D3
(183,181,211)
#C3C0DA
(195,192,218)
#CFCBE1
(207,203,225)
#DBD6E8
(219,214,232)
#E7E1EF
(231,225,239)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7EB0; }

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

This text font color is #7B7EB0.


Background Color

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

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

This div background color is #7B7EB0.


Border color

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

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

This div border color is #7B7EB0.


Opacity

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

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

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

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

This text has shadow with #7B7EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7EB0 on black background.


Color preview on white background

This text has color #7B7EB0 on white background.



Black color preview on #7B7EB0 background

This text has black color on #7B7EB0 background.


White color preview on #7B7EB0 background

This text has white color on #7B7EB0 background.