COLOR #7B558D

HEX: #7B558D
RGB: (123,85,141)

Color info

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

RGB color model

#7B558D color RGB value is (123,85,141).

  • red value is 123;
  • green value is 85;
  • blue value is 141.
RGB:
(123,85,141)
(48%,33%,55%)

RGB channels and saturation

R 123 of 255 = 48%
G 85 of 255 = 33%
B 141 of 255 = 55%

123
85
141

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

Portions of RGB colors in percentages

R + G + B =
123 + 85 + 141 = 349 (100%)
R 123 of 349 ~ 35.24%
G 85 of 349 ~ 24.36%
B 141 of 349 ~ 40.4%

%35.24
%24.36
%40.4

CMYK color model

#7B558D color CMYK value is (13,40,0,45).

  • cyan value is 12.77%
  • magenta value is 39.72%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(13,40,0,45)
C13M40Y0K45 
(13%,40%,0%,45%)
(0.13/0.40/0.00/0.45)	

CMYK percentages

%12.77
%39.72
%0
%44.71

Codes

Color #7B558D in popluar color models

7B558D
RGB12385141
HSL281°24.78%44.31%
HSB/HSV281°39.72%55.29%
CMYK12.77%39.72%0.00%
44.71%

Color #7B558D in popluar number systems.

HEX7B558D
Decimal12385141
Binary1111011101010110001101
Octal173125215

Shades and tints

Shades of #7B558D

#7B558D
(123,85,141)
#704E81
(112,78,129)
#654775
(101,71,117)
#5A4069
(90,64,105)
#4F395D
(79,57,93)
#443251
(68,50,81)
#392B45
(57,43,69)
#2E2439
(46,36,57)
#231D2D
(35,29,45)
#181621
(24,22,33)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #7B558D

#7B558D
(123,85,141)
#876497
(135,100,151)
#9373A1
(147,115,161)
#9F82AB
(159,130,171)
#AB91B5
(171,145,181)
#B7A0BF
(183,160,191)
#C3AFC9
(195,175,201)
#CFBED3
(207,190,211)
#DBCDDD
(219,205,221)
#E7DCE7
(231,220,231)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B558D color. Also use rgb(123,85,141) instead hex code.

Text Font Color

.myTextColor { color: #7B558D; }

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

This text font color is #7B558D.


Background Color

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

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

This div background color is #7B558D.


Border color

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

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

This div border color is #7B558D.


Opacity

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

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

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

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

This text has shadow with #7B558D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B558D on black background.


Color preview on white background

This text has color #7B558D on white background.



Black color preview on #7B558D background

This text has black color on #7B558D background.


White color preview on #7B558D background

This text has white color on #7B558D background.