COLOR #7B598D

HEX: #7B598D
RGB: (123,89,141)

Color info

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

RGB color model

#7B598D color RGB value is (123,89,141).

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

RGB channels and saturation

R 123 of 255 = 48%
G 89 of 255 = 35%
B 141 of 255 = 55%

123
89
141

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

Portions of RGB colors in percentages

R + G + B =
123 + 89 + 141 = 353 (100%)
R 123 of 353 ~ 34.84%
G 89 of 353 ~ 25.21%
B 141 of 353 ~ 39.94%

%34.84
%25.21
%39.94

CMYK color model

#7B598D color CMYK value is (13,37,0,45).

  • cyan value is 12.77%
  • magenta value is 36.88%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(13,37,0,45)
C13M37Y0K45 
(13%,37%,0%,45%)
(0.13/0.37/0.00/0.45)	

CMYK percentages

%12.77
%36.88
%0
%44.71

Codes

Color #7B598D in popluar color models

7B598D
RGB12389141
HSL279°22.61%45.10%
HSB/HSV279°36.88%55.29%
CMYK12.77%36.88%0.00%
44.71%

Color #7B598D in popluar number systems.

HEX7B598D
Decimal12389141
Binary1111011101100110001101
Octal173131215

Shades and tints

Shades of #7B598D

#7B598D
(123,89,141)
#705181
(112,81,129)
#654975
(101,73,117)
#5A4169
(90,65,105)
#4F395D
(79,57,93)
#443151
(68,49,81)
#392945
(57,41,69)
#2E2139
(46,33,57)
#23192D
(35,25,45)
#181121
(24,17,33)
#0D0915
(13,9,21)
#000000
(0,0,0)

Tints of #7B598D

#7B598D
(123,89,141)
#876897
(135,104,151)
#9377A1
(147,119,161)
#9F86AB
(159,134,171)
#AB95B5
(171,149,181)
#B7A4BF
(183,164,191)
#C3B3C9
(195,179,201)
#CFC2D3
(207,194,211)
#DBD1DD
(219,209,221)
#E7E0E7
(231,224,231)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B598D; }

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

This text font color is #7B598D.


Background Color

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

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

This div background color is #7B598D.


Border color

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

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

This div border color is #7B598D.


Opacity

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

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

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

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

This text has shadow with #7B598D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B598D on black background.


Color preview on white background

This text has color #7B598D on white background.



Black color preview on #7B598D background

This text has black color on #7B598D background.


White color preview on #7B598D background

This text has white color on #7B598D background.