COLOR #7B5B99

HEX: #7B5B99
RGB: (123,91,153)

Color info

#7B5B99 contains mainly red and blue colors. Web safe color of #7B5B99 is #666699 (or #669).

RGB color model

#7B5B99 color RGB value is (123,91,153).

  • red value is 123;
  • green value is 91;
  • blue value is 153.
RGB:
(123,91,153)
(48%,36%,60%)

RGB channels and saturation

R 123 of 255 = 48%
G 91 of 255 = 36%
B 153 of 255 = 60%

123
91
153

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

Portions of RGB colors in percentages

R + G + B =
123 + 91 + 153 = 367 (100%)
R 123 of 367 ~ 33.51%
G 91 of 367 ~ 24.8%
B 153 of 367 ~ 41.69%

%33.51
%24.8
%41.69

CMYK color model

#7B5B99 color CMYK value is (20,41,0,40).

  • cyan value is 19.61%
  • magenta value is 40.52%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(20,41,0,40)
C20M41Y0K40 
(20%,41%,0%,40%)
(0.20/0.41/0.00/0.40)	

CMYK percentages

%19.61
%40.52
%0
%40

Codes

Color #7B5B99 in popluar color models

7B5B99
RGB12391153
HSL271°25.41%47.84%
HSB/HSV271°40.52%60.00%
CMYK19.61%40.52%0.00%
40.00%

Color #7B5B99 in popluar number systems.

HEX7B5B99
Decimal12391153
Binary1111011101101110011001
Octal173133231

Shades and tints

Shades of #7B5B99

#7B5B99
(123,91,153)
#70538C
(112,83,140)
#654B7F
(101,75,127)
#5A4372
(90,67,114)
#4F3B65
(79,59,101)
#443358
(68,51,88)
#392B4B
(57,43,75)
#2E233E
(46,35,62)
#231B31
(35,27,49)
#181324
(24,19,36)
#0D0B17
(13,11,23)
#000000
(0,0,0)

Tints of #7B5B99

#7B5B99
(123,91,153)
#8769A2
(135,105,162)
#9377AB
(147,119,171)
#9F85B4
(159,133,180)
#AB93BD
(171,147,189)
#B7A1C6
(183,161,198)
#C3AFCF
(195,175,207)
#CFBDD8
(207,189,216)
#DBCBE1
(219,203,225)
#E7D9EA
(231,217,234)
#F3E7F3
(243,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5B99 color. Also use rgb(123,91,153) instead hex code.

Text Font Color

.myTextColor { color: #7B5B99; }

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

This text font color is #7B5B99.


Background Color

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

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

This div background color is #7B5B99.


Border color

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

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

This div border color is #7B5B99.


Opacity

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

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

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

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

This text has shadow with #7B5B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5B99 on black background.


Color preview on white background

This text has color #7B5B99 on white background.



Black color preview on #7B5B99 background

This text has black color on #7B5B99 background.


White color preview on #7B5B99 background

This text has white color on #7B5B99 background.