COLOR #7D558D

HEX: #7D558D
RGB: (125,85,141)

Color info

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

RGB color model

#7D558D color RGB value is (125,85,141).

  • red value is 125;
  • green value is 85;
  • blue value is 141.
RGB:
(125,85,141)
(49%,33%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 85 of 255 = 33%
B 141 of 255 = 55%

125
85
141

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

Portions of RGB colors in percentages

R + G + B =
125 + 85 + 141 = 351 (100%)
R 125 of 351 ~ 35.61%
G 85 of 351 ~ 24.22%
B 141 of 351 ~ 40.17%

%35.61
%24.22
%40.17

CMYK color model

#7D558D color CMYK value is (11,40,0,45).

  • cyan value is 11.35%
  • magenta value is 39.72%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(11,40,0,45)
C11M40Y0K45 
(11%,40%,0%,45%)
(0.11/0.40/0.00/0.45)	

CMYK percentages

%11.35
%39.72
%0
%44.71

Codes

Color #7D558D in popluar color models

7D558D
RGB12585141
HSL283°24.78%44.31%
HSB/HSV283°39.72%55.29%
CMYK11.35%39.72%0.00%
44.71%

Color #7D558D in popluar number systems.

HEX7D558D
Decimal12585141
Binary1111101101010110001101
Octal175125215

Shades and tints

Shades of #7D558D

#7D558D
(125,85,141)
#724E81
(114,78,129)
#674775
(103,71,117)
#5C4069
(92,64,105)
#51395D
(81,57,93)
#463251
(70,50,81)
#3B2B45
(59,43,69)
#302439
(48,36,57)
#251D2D
(37,29,45)
#1A1621
(26,22,33)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #7D558D

#7D558D
(125,85,141)
#886497
(136,100,151)
#9373A1
(147,115,161)
#9E82AB
(158,130,171)
#A991B5
(169,145,181)
#B4A0BF
(180,160,191)
#BFAFC9
(191,175,201)
#CABED3
(202,190,211)
#D5CDDD
(213,205,221)
#E0DCE7
(224,220,231)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D558D color. Also use rgb(125,85,141) instead hex code.

Text Font Color

.myTextColor { color: #7D558D; }

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

This text font color is #7D558D.


Background Color

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

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

This div background color is #7D558D.


Border color

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

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

This div border color is #7D558D.


Opacity

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

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

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

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

This text has shadow with #7D558D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D558D on black background.


Color preview on white background

This text has color #7D558D on white background.



Black color preview on #7D558D background

This text has black color on #7D558D background.


White color preview on #7D558D background

This text has white color on #7D558D background.