COLOR #7D5C9B

HEX: #7D5C9B RGB: (125,92,155)

Color info

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

RGB color model

#7D5C9B color RGB value is (125,92,155).

RGB: (125,92,155) (49%, 36%, 61%)

RGB channels and saturation

R 125 of 255 = 49%
G 92 of 255 = 36%
B 155 of 255 = 61%

125
92
155

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

Portions of RGB colors in percentages

R + G + B = 125 + 92 + 155 = 372 (100%)
R 125 of 372 ~ 33.6%
G 92 of 372 ~ 24.73%
B 155 of 372 ~ 41.67'%

%33.6
%24.73
%41.67

CMYK color model

#7D5C9B color CMYK value is (19,41,0,39).

  • cyan value is 19.35%
  • magenta value is 40.65%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (19,41,0,39) C19M41Y0K39 (19%,41%,0%,39%) (0.19/0.41/0.00/0.39) 

CMYK percentages

%19.35
%40.65
%0
%39.22

Codes

Color #7D5C9B in popluar color models

7D 5C 9B
RGB 125 92 155
HSL 271° 25.51% 48.43%
HSB/HSV 271° 40.65% 60.78%
CMYK 19.35% 40.65% 0.00%
39.22%

Color #7D5C9B in popluar number systems.

HEX 7D 5C 9B
Decimal 125 92 155
Binary 1111101 1011100 10011011
Octal 175 134 233

Shades and tints

Shades of #7D5C9B

#7D5C9B
(125,92,155)
#72548D
(114,84,141)
#674C7F
(103,76,127)
#5C4471
(92,68,113)
#513C63
(81,60,99)
#463455
(70,52,85)
#3B2C47
(59,44,71)
#302439
(48,36,57)
#251C2B
(37,28,43)
#1A141D
(26,20,29)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #7D5C9B

#7D5C9B
(125,92,155)
#886AA4
(136,106,164)
#9378AD
(147,120,173)
#9E86B6
(158,134,182)
#A994BF
(169,148,191)
#B4A2C8
(180,162,200)
#BFB0D1
(191,176,209)
#CABEDA
(202,190,218)
#D5CCE3
(213,204,227)
#E0DAEC
(224,218,236)
#EBE8F5
(235,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5C9B color. Also use rgb(125,92,155) instead hex code.

Text Font Color

.myTextColor { color: #7D5C9B; }

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

This text font color is #7D5C9B.

Background Color

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

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

This div background color is #7D5C9B.

Border color

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

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

This div border color is #7D5C9B.

Opacity

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

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

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

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

This text has shadow with #7D5C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5C9B.

Preview

Color preview on black background

This text has color #7D5C9B on black background.


Color preview on white background

This text has color #7D5C9B on white background.


Black color preview on #7D5C9B background

This text has black color on #7D5C9B background.


White color preview on #7D5C9B background

This text has white color on #7D5C9B background.


Related colors

Complementary color

Complementary color for #hex is #82A364.


I love getcolorcode.com

Triadic colors

1 #9B7D5C and #5C9B7D with #7D5C9B are triadic colors.

2 #9B5C7D and #5C7D9B with #7D5C9B are triadic colors.