COLOR #7F508D

HEX: #7F508D RGB: (127,80,141)

Color info

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

RGB color model

#7F508D color RGB value is (127,80,141).

RGB: (127,80,141) (50%, 31%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 80 of 255 = 31%
B 141 of 255 = 55%

127
80
141

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

Portions of RGB colors in percentages

R + G + B = 127 + 80 + 141 = 348 (100%)
R 127 of 348 ~ 36.49%
G 80 of 348 ~ 22.99%
B 141 of 348 ~ 40.52'%

%36.49
%22.99
%40.52

CMYK color model

#7F508D color CMYK value is (10,43,0,45).

  • cyan value is 9.93%
  • magenta value is 43.26%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (10,43,0,45)
C10M43Y0K45 (10%, 43%, 0%, 45%)
(0.10 / 0.43 / 0.00 / 0.45)

CMYK percentages

%9.93
%43.26
%0
%44.71

Codes

Color #7F508D in popluar color models

7F 50 8D
RGB 127 80 141
HSL 286° 27.60% 43.33%
HSB/HSV 286° 43.26% 55.29%
CMYK 9.93% 43.26% 0.00%
44.71%

Color #7F508D in popluar number systems.

HEX 7F 50 8D
Decimal 127 80 141
Binary 1111111 1010000 10001101
Octal 177 120 215

Shades and tints

Shades of #7F508D

#7F508D
(127,80,141)
#744981
(116,73,129)
#694275
(105,66,117)
#5E3B69
(94,59,105)
#53345D
(83,52,93)
#482D51
(72,45,81)
#3D2645
(61,38,69)
#321F39
(50,31,57)
#27182D
(39,24,45)
#1C1121
(28,17,33)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #7F508D

#7F508D
(127,80,141)
#8A5F97
(138,95,151)
#956EA1
(149,110,161)
#A07DAB
(160,125,171)
#AB8CB5
(171,140,181)
#B69BBF
(182,155,191)
#C1AAC9
(193,170,201)
#CCB9D3
(204,185,211)
#D7C8DD
(215,200,221)
#E2D7E7
(226,215,231)
#EDE6F1
(237,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F508D color. Also use rgb(127,80,141) instead hex code.

Text Font Color

.myTextColor { color: #7F508D; }

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

This text font color is #7F508D.

Background Color

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

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

This div background color is #7F508D.

Border color

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

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

This div border color is #7F508D.

Opacity

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

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

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

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

This text has shadow with #7F508D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F508D.

Preview

Color preview on black background

This text has color #7F508D on black background.


Color preview on white background

This text has color #7F508D on white background.


Black color preview on #7F508D background

This text has black color on #7F508D background.


White color preview on #7F508D background

This text has white color on #7F508D background.


Related colors

Complementary color

Complementary color for #hex is #80AF72.


I love getcolorcode.com

Triadic colors

1 #8D7F50 and #508D7F with #7F508D are triadic colors.

2 #8D507F and #507F8D with #7F508D are triadic colors.