COLOR #7D5985

HEX: #7D5985
RGB: (125,89,133)

Color info

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

RGB color model

#7D5985 color RGB value is (125,89,133).

  • red value is 125;
  • green value is 89;
  • blue value is 133.
RGB: (125,89,133) (49%,35%,52%)

RGB channels and saturation

R 125 of 255 = 49%
G 89 of 255 = 35%
B 133 of 255 = 52%

125
89
133

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

Portions of RGB colors in percentages

R + G + B =
125 + 89 + 133 = 347 (100%)
R 125 of 347 ~ 36.02%
G 89 of 347 ~ 25.65%
B 133 of 347 ~ 38.33%

%36.02
%25.65
%38.33

CMYK color model

#7D5985 color CMYK value is (6,33,0,48).

  • cyan value is 6.02%
  • magenta value is 33.08%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (6,33,0,48) C6M33Y0K48 (6%,33%,0%,48%) (0.06/0.33/0.00/0.48)

CMYK percentages

%6.02
%33.08
%0
%47.84

Codes

Color #7D5985 in popluar color models

7D5985
RGB12589133
HSL289°19.82%43.53%
HSB/HSV289°33.08%52.16%
CMYK6.02%33.08%0.00%
47.84%

Color #7D5985 in popluar number systems.

HEX7D5985
Decimal12589133
Binary1111101101100110000101
Octal175131205

Shades and tints

Shades of #7D5985

#7D5985
(125,89,133)
#725179
(114,81,121)
#67496D
(103,73,109)
#5C4161
(92,65,97)
#513955
(81,57,85)
#463149
(70,49,73)
#3B293D
(59,41,61)
#302131
(48,33,49)
#251925
(37,25,37)
#1A1119
(26,17,25)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #7D5985

#7D5985
(125,89,133)
#886890
(136,104,144)
#93779B
(147,119,155)
#9E86A6
(158,134,166)
#A995B1
(169,149,177)
#B4A4BC
(180,164,188)
#BFB3C7
(191,179,199)
#CAC2D2
(202,194,210)
#D5D1DD
(213,209,221)
#E0E0E8
(224,224,232)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5985 color. Also use rgb(125,89,133) instead hex code.

Text Font Color

.myTextColor { color: #7D5985; }

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

This text font color is #7D5985.


Background Color

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

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

This div background color is #7D5985.


Border color

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

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

This div border color is #7D5985.


Opacity

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

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

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

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

This text has shadow with #7D5985 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7D5985 on black background.


Color preview on white background

This text has color #7D5985 on white background.



Black color preview on #7D5985 background

This text has black color on #7D5985 background.


White color preview on #7D5985 background

This text has white color on #7D5985 background.