COLOR #7B5B9B

HEX: #7B5B9B
RGB: (123,91,155)

Color info

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

RGB color model

#7B5B9B color RGB value is (123,91,155).

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

RGB channels and saturation

R 123 of 255 = 48%
G 91 of 255 = 36%
B 155 of 255 = 61%

123
91
155

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

Portions of RGB colors in percentages

R + G + B =
123 + 91 + 155 = 369 (100%)
R 123 of 369 ~ 33.33%
G 91 of 369 ~ 24.66%
B 155 of 369 ~ 42.01%

%33.33
%24.66
%42.01

CMYK color model

#7B5B9B color CMYK value is (21,41,0,39).

  • cyan value is 20.65%
  • magenta value is 41.29%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(21,41,0,39)
C21M41Y0K39 
(21%,41%,0%,39%)
(0.21/0.41/0.00/0.39)	

CMYK percentages

%20.65
%41.29
%0
%39.22

Codes

Color #7B5B9B in popluar color models

7B5B9B
RGB12391155
HSL270°26.02%48.24%
HSB/HSV270°41.29%60.78%
CMYK20.65%41.29%0.00%
39.22%

Color #7B5B9B in popluar number systems.

HEX7B5B9B
Decimal12391155
Binary1111011101101110011011
Octal173133233

Shades and tints

Shades of #7B5B9B

#7B5B9B
(123,91,155)
#70538D
(112,83,141)
#654B7F
(101,75,127)
#5A4371
(90,67,113)
#4F3B63
(79,59,99)
#443355
(68,51,85)
#392B47
(57,43,71)
#2E2339
(46,35,57)
#231B2B
(35,27,43)
#18131D
(24,19,29)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #7B5B9B

#7B5B9B
(123,91,155)
#8769A4
(135,105,164)
#9377AD
(147,119,173)
#9F85B6
(159,133,182)
#AB93BF
(171,147,191)
#B7A1C8
(183,161,200)
#C3AFD1
(195,175,209)
#CFBDDA
(207,189,218)
#DBCBE3
(219,203,227)
#E7D9EC
(231,217,236)
#F3E7F5
(243,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5B9B; }

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

This text font color is #7B5B9B.


Background Color

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

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

This div background color is #7B5B9B.


Border color

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

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

This div border color is #7B5B9B.


Opacity

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

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

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

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

This text has shadow with #7B5B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5B9B on black background.


Color preview on white background

This text has color #7B5B9B on white background.



Black color preview on #7B5B9B background

This text has black color on #7B5B9B background.


White color preview on #7B5B9B background

This text has white color on #7B5B9B background.