COLOR #7B5794

HEX: #7B5794
RGB: (123,87,148)

Color info

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

RGB color model

#7B5794 color RGB value is (123,87,148).

  • red value is 123;
  • green value is 87;
  • blue value is 148.
RGB:
(123,87,148)
(48%,34%,58%)

RGB channels and saturation

R 123 of 255 = 48%
G 87 of 255 = 34%
B 148 of 255 = 58%

123
87
148

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

Portions of RGB colors in percentages

R + G + B =
123 + 87 + 148 = 358 (100%)
R 123 of 358 ~ 34.36%
G 87 of 358 ~ 24.3%
B 148 of 358 ~ 41.34%

%34.36
%24.3
%41.34

CMYK color model

#7B5794 color CMYK value is (17,41,0,42).

  • cyan value is 16.89%
  • magenta value is 41.22%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(17,41,0,42)
C17M41Y0K42 
(17%,41%,0%,42%)
(0.17/0.41/0.00/0.42)	

CMYK percentages

%16.89
%41.22
%0
%41.96

Codes

Color #7B5794 in popluar color models

7B5794
RGB12387148
HSL275°25.96%46.08%
HSB/HSV275°41.22%58.04%
CMYK16.89%41.22%0.00%
41.96%

Color #7B5794 in popluar number systems.

HEX7B5794
Decimal12387148
Binary1111011101011110010100
Octal173127224

Shades and tints

Shades of #7B5794

#7B5794
(123,87,148)
#705087
(112,80,135)
#65497A
(101,73,122)
#5A426D
(90,66,109)
#4F3B60
(79,59,96)
#443453
(68,52,83)
#392D46
(57,45,70)
#2E2639
(46,38,57)
#231F2C
(35,31,44)
#18181F
(24,24,31)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #7B5794

#7B5794
(123,87,148)
#87669D
(135,102,157)
#9375A6
(147,117,166)
#9F84AF
(159,132,175)
#AB93B8
(171,147,184)
#B7A2C1
(183,162,193)
#C3B1CA
(195,177,202)
#CFC0D3
(207,192,211)
#DBCFDC
(219,207,220)
#E7DEE5
(231,222,229)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5794 color. Also use rgb(123,87,148) instead hex code.

Text Font Color

.myTextColor { color: #7B5794; }

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

This text font color is #7B5794.


Background Color

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

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

This div background color is #7B5794.


Border color

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

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

This div border color is #7B5794.


Opacity

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

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

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

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

This text has shadow with #7B5794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5794 on black background.


Color preview on white background

This text has color #7B5794 on white background.



Black color preview on #7B5794 background

This text has black color on #7B5794 background.


White color preview on #7B5794 background

This text has white color on #7B5794 background.