COLOR #7B7490

HEX: #7B7490
RGB: (123,116,144)

Color info

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

RGB color model

#7B7490 color RGB value is (123,116,144).

  • red value is 123;
  • green value is 116;
  • blue value is 144.
RGB:
(123,116,144)
(48%,45%,56%)

RGB channels and saturation

R 123 of 255 = 48%
G 116 of 255 = 45%
B 144 of 255 = 56%

123
116
144

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

Portions of RGB colors in percentages

R + G + B =
123 + 116 + 144 = 383 (100%)
R 123 of 383 ~ 32.11%
G 116 of 383 ~ 30.29%
B 144 of 383 ~ 37.6%

%32.11
%30.29
%37.6

CMYK color model

#7B7490 color CMYK value is (15,19,0,44).

  • cyan value is 14.58%
  • magenta value is 19.44%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(15,19,0,44)
C15M19Y0K44 
(15%,19%,0%,44%)
(0.15/0.19/0.00/0.44)	

CMYK percentages

%14.58
%19.44
%0
%43.53

Codes

Color #7B7490 in popluar color models

7B7490
RGB123116144
HSL255°11.20%50.98%
HSB/HSV255°19.44%56.47%
CMYK14.58%19.44%0.00%
43.53%

Color #7B7490 in popluar number systems.

HEX7B7490
Decimal123116144
Binary1111011111010010010000
Octal173164220

Shades and tints

Shades of #7B7490

#7B7490
(123,116,144)
#706A83
(112,106,131)
#656076
(101,96,118)
#5A5669
(90,86,105)
#4F4C5C
(79,76,92)
#44424F
(68,66,79)
#393842
(57,56,66)
#2E2E35
(46,46,53)
#232428
(35,36,40)
#181A1B
(24,26,27)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #7B7490

#7B7490
(123,116,144)
#87809A
(135,128,154)
#938CA4
(147,140,164)
#9F98AE
(159,152,174)
#ABA4B8
(171,164,184)
#B7B0C2
(183,176,194)
#C3BCCC
(195,188,204)
#CFC8D6
(207,200,214)
#DBD4E0
(219,212,224)
#E7E0EA
(231,224,234)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7490 color. Also use rgb(123,116,144) instead hex code.

Text Font Color

.myTextColor { color: #7B7490; }

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

This text font color is #7B7490.


Background Color

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

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

This div background color is #7B7490.


Border color

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

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

This div border color is #7B7490.


Opacity

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

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

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

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

This text has shadow with #7B7490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7490 on black background.


Color preview on white background

This text has color #7B7490 on white background.



Black color preview on #7B7490 background

This text has black color on #7B7490 background.


White color preview on #7B7490 background

This text has white color on #7B7490 background.