COLOR #7B5F94

HEX: #7B5F94 RGB: (123,95,148)

Color info

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

RGB color model

#7B5F94 color RGB value is (123,95,148).

RGB: (123,95,148) (48%, 37%, 58%)

RGB channels and saturation

R 123 of 255 = 48%
G 95 of 255 = 37%
B 148 of 255 = 58%

123
95
148

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

Portions of RGB colors in percentages

R + G + B = 123 + 95 + 148 = 366 (100%)
R 123 of 366 ~ 33.61%
G 95 of 366 ~ 25.96%
B 148 of 366 ~ 40.44'%

%33.61
%25.96
%40.44

CMYK color model

#7B5F94 color CMYK value is (17,36,0,42).

  • cyan value is 16.89%
  • magenta value is 35.81%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK: (17,36,0,42) C17M36Y0K42 (17%,36%,0%,42%) (0.17/0.36/0.00/0.42) 

CMYK percentages

%16.89
%35.81
%0
%41.96

Codes

Color #7B5F94 in popluar color models

7B 5F 94
RGB 123 95 148
HSL 272° 21.81% 47.65%
HSB/HSV 272° 35.81% 58.04%
CMYK 16.89% 35.81% 0.00%
41.96%

Color #7B5F94 in popluar number systems.

HEX 7B 5F 94
Decimal 123 95 148
Binary 1111011 1011111 10010100
Octal 173 137 224

Shades and tints

Shades of #7B5F94

#7B5F94
(123,95,148)
#705787
(112,87,135)
#654F7A
(101,79,122)
#5A476D
(90,71,109)
#4F3F60
(79,63,96)
#443753
(68,55,83)
#392F46
(57,47,70)
#2E2739
(46,39,57)
#231F2C
(35,31,44)
#18171F
(24,23,31)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #7B5F94

#7B5F94
(123,95,148)
#876D9D
(135,109,157)
#937BA6
(147,123,166)
#9F89AF
(159,137,175)
#AB97B8
(171,151,184)
#B7A5C1
(183,165,193)
#C3B3CA
(195,179,202)
#CFC1D3
(207,193,211)
#DBCFDC
(219,207,220)
#E7DDE5
(231,221,229)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5F94; }

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

This text font color is #7B5F94.

Background Color

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

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

This div background color is #7B5F94.

Border color

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

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

This div border color is #7B5F94.

Opacity

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

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

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

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

This text has shadow with #7B5F94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5F94.

Preview

Color preview on black background

This text has color #7B5F94 on black background.


Color preview on white background

This text has color #7B5F94 on white background.


Black color preview on #7B5F94 background

This text has black color on #7B5F94 background.


White color preview on #7B5F94 background

This text has white color on #7B5F94 background.


Related colors

Complementary color

Complementary color for #hex is #84A06B.


I love getcolorcode.com

Triadic colors

1 #947B5F and #5F947B with #7B5F94 are triadic colors.

2 #945F7B and #5F7B94 with #7B5F94 are triadic colors.