COLOR #7B7493

HEX: #7B7493
RGB: (123,116,147)

Color info

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

RGB color model

#7B7493 color RGB value is (123,116,147).

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

RGB channels and saturation

R 123 of 255 = 48%
G 116 of 255 = 45%
B 147 of 255 = 58%

123
116
147

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

Portions of RGB colors in percentages

R + G + B =
123 + 116 + 147 = 386 (100%)
R 123 of 386 ~ 31.87%
G 116 of 386 ~ 30.05%
B 147 of 386 ~ 38.08%

%31.87
%30.05
%38.08

CMYK color model

#7B7493 color CMYK value is (16,21,0,42).

  • cyan value is 16.33%
  • magenta value is 21.09%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(16,21,0,42)
C16M21Y0K42 
(16%,21%,0%,42%)
(0.16/0.21/0.00/0.42)	

CMYK percentages

%16.33
%21.09
%0
%42.35

Codes

Color #7B7493 in popluar color models

7B7493
RGB123116147
HSL254°12.55%51.57%
HSB/HSV254°21.09%57.65%
CMYK16.33%21.09%0.00%
42.35%

Color #7B7493 in popluar number systems.

HEX7B7493
Decimal123116147
Binary1111011111010010010011
Octal173164223

Shades and tints

Shades of #7B7493

#7B7493
(123,116,147)
#706A86
(112,106,134)
#656079
(101,96,121)
#5A566C
(90,86,108)
#4F4C5F
(79,76,95)
#444252
(68,66,82)
#393845
(57,56,69)
#2E2E38
(46,46,56)
#23242B
(35,36,43)
#181A1E
(24,26,30)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #7B7493

#7B7493
(123,116,147)
#87809C
(135,128,156)
#938CA5
(147,140,165)
#9F98AE
(159,152,174)
#ABA4B7
(171,164,183)
#B7B0C0
(183,176,192)
#C3BCC9
(195,188,201)
#CFC8D2
(207,200,210)
#DBD4DB
(219,212,219)
#E7E0E4
(231,224,228)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7493; }

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

This text font color is #7B7493.


Background Color

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

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

This div background color is #7B7493.


Border color

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

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

This div border color is #7B7493.


Opacity

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

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

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

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

This text has shadow with #7B7493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7493 on black background.


Color preview on white background

This text has color #7B7493 on white background.



Black color preview on #7B7493 background

This text has black color on #7B7493 background.


White color preview on #7B7493 background

This text has white color on #7B7493 background.