COLOR #7D5B9C

HEX: #7D5B9C RGB: (125,91,156)

Color info

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

RGB color model

#7D5B9C color RGB value is (125,91,156).

RGB: (125,91,156) (49%, 36%, 61%)

RGB channels and saturation

R 125 of 255 = 49%
G 91 of 255 = 36%
B 156 of 255 = 61%

125
91
156

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

Portions of RGB colors in percentages

R + G + B = 125 + 91 + 156 = 372 (100%)
R 125 of 372 ~ 33.6%
G 91 of 372 ~ 24.46%
B 156 of 372 ~ 41.94'%

%33.6
%24.46
%41.94

CMYK color model

#7D5B9C color CMYK value is (20,42,0,39).

  • cyan value is 19.87%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (20,42,0,39)
C20M42Y0K39 (20%, 42%, 0%, 39%)
(0.20 / 0.42 / 0.00 / 0.39)

CMYK percentages

%19.87
%41.67
%0
%38.82

Codes

Color #7D5B9C in popluar color models

7D 5B 9C
RGB 125 91 156
HSL 271° 26.32% 48.43%
HSB/HSV 271° 41.67% 61.18%
CMYK 19.87% 41.67% 0.00%
38.82%

Color #7D5B9C in popluar number systems.

HEX 7D 5B 9C
Decimal 125 91 156
Binary 1111101 1011011 10011100
Octal 175 133 234

Shades and tints

Shades of #7D5B9C

#7D5B9C
(125,91,156)
#72538E
(114,83,142)
#674B80
(103,75,128)
#5C4372
(92,67,114)
#513B64
(81,59,100)
#463356
(70,51,86)
#3B2B48
(59,43,72)
#30233A
(48,35,58)
#251B2C
(37,27,44)
#1A131E
(26,19,30)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #7D5B9C

#7D5B9C
(125,91,156)
#8869A5
(136,105,165)
#9377AE
(147,119,174)
#9E85B7
(158,133,183)
#A993C0
(169,147,192)
#B4A1C9
(180,161,201)
#BFAFD2
(191,175,210)
#CABDDB
(202,189,219)
#D5CBE4
(213,203,228)
#E0D9ED
(224,217,237)
#EBE7F6
(235,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5B9C color. Also use rgb(125,91,156) instead hex code.

Text Font Color

.myTextColor { color: #7D5B9C; }

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

This text font color is #7D5B9C.

Background Color

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

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

This div background color is #7D5B9C.

Border color

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

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

This div border color is #7D5B9C.

Opacity

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

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

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

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

This text has shadow with #7D5B9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5B9C.

Preview

Color preview on black background

This text has color #7D5B9C on black background.


Color preview on white background

This text has color #7D5B9C on white background.


Black color preview on #7D5B9C background

This text has black color on #7D5B9C background.


White color preview on #7D5B9C background

This text has white color on #7D5B9C background.


Related colors

Complementary color

Complementary color for #hex is #82A463.


I love getcolorcode.com

Triadic colors

1 #9C7D5B and #5B9C7D with #7D5B9C are triadic colors.

2 #9C5B7D and #5B7D9C with #7D5B9C are triadic colors.