COLOR #7B5989

HEX: #7B5989 RGB: (123,89,137)

Color info

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

RGB color model

#7B5989 color RGB value is (123,89,137).

RGB: (123,89,137) (48%, 35%, 54%)

RGB channels and saturation

R 123 of 255 = 48%
G 89 of 255 = 35%
B 137 of 255 = 54%

123
89
137

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

Portions of RGB colors in percentages

R + G + B = 123 + 89 + 137 = 349 (100%)
R 123 of 349 ~ 35.24%
G 89 of 349 ~ 25.5%
B 137 of 349 ~ 39.26'%

%35.24
%25.5
%39.26

CMYK color model

#7B5989 color CMYK value is (10,35,0,46).

  • cyan value is 10.22%
  • magenta value is 35.04%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (10,35,0,46)
C10M35Y0K46 (10%, 35%, 0%, 46%)
(0.10 / 0.35 / 0.00 / 0.46)

CMYK percentages

%10.22
%35.04
%0
%46.27

Codes

Color #7B5989 in popluar color models

7B 59 89
RGB 123 89 137
HSL 283° 21.24% 44.31%
HSB/HSV 283° 35.04% 53.73%
CMYK 10.22% 35.04% 0.00%
46.27%

Color #7B5989 in popluar number systems.

HEX 7B 59 89
Decimal 123 89 137
Binary 1111011 1011001 10001001
Octal 173 131 211

Shades and tints

Shades of #7B5989

#7B5989
(123,89,137)
#70517D
(112,81,125)
#654971
(101,73,113)
#5A4165
(90,65,101)
#4F3959
(79,57,89)
#44314D
(68,49,77)
#392941
(57,41,65)
#2E2135
(46,33,53)
#231929
(35,25,41)
#18111D
(24,17,29)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #7B5989

#7B5989
(123,89,137)
#876893
(135,104,147)
#93779D
(147,119,157)
#9F86A7
(159,134,167)
#AB95B1
(171,149,177)
#B7A4BB
(183,164,187)
#C3B3C5
(195,179,197)
#CFC2CF
(207,194,207)
#DBD1D9
(219,209,217)
#E7E0E3
(231,224,227)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5989 color. Also use rgb(123,89,137) instead hex code.

Text Font Color

.myTextColor { color: #7B5989; }

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

This text font color is #7B5989.

Background Color

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

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

This div background color is #7B5989.

Border color

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

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

This div border color is #7B5989.

Opacity

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

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

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

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

This text has shadow with #7B5989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5989.

Preview

Color preview on black background

This text has color #7B5989 on black background.


Color preview on white background

This text has color #7B5989 on white background.


Black color preview on #7B5989 background

This text has black color on #7B5989 background.


White color preview on #7B5989 background

This text has white color on #7B5989 background.


Related colors

Complementary color

Complementary color for #hex is #84A676.


I love getcolorcode.com

Triadic colors

1 #897B59 and #59897B with #7B5989 are triadic colors.

2 #89597B and #597B89 with #7B5989 are triadic colors.