COLOR #7F5F9D

HEX: #7F5F9D
RGB: (127,95,157)

Color info

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

RGB color model

#7F5F9D color RGB value is (127,95,157).

  • red value is 127;
  • green value is 95;
  • blue value is 157.
RGB:
(127,95,157)
(50%,37%,62%)

RGB channels and saturation

R 127 of 255 = 50%
G 95 of 255 = 37%
B 157 of 255 = 62%

127
95
157

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

Portions of RGB colors in percentages

R + G + B =
127 + 95 + 157 = 379 (100%)
R 127 of 379 ~ 33.51%
G 95 of 379 ~ 25.07%
B 157 of 379 ~ 41.42%

%33.51
%25.07
%41.42

CMYK color model

#7F5F9D color CMYK value is (19,39,0,38).

  • cyan value is 19.11%
  • magenta value is 39.49%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(19,39,0,38)
C19M39Y0K38 
(19%,39%,0%,38%)
(0.19/0.39/0.00/0.38)	

CMYK percentages

%19.11
%39.49
%0
%38.43

Codes

Color #7F5F9D in popluar color models

7F5F9D
RGB12795157
HSL271°24.60%49.41%
HSB/HSV271°39.49%61.57%
CMYK19.11%39.49%0.00%
38.43%

Color #7F5F9D in popluar number systems.

HEX7F5F9D
Decimal12795157
Binary1111111101111110011101
Octal177137235

Shades and tints

Shades of #7F5F9D

#7F5F9D
(127,95,157)
#74578F
(116,87,143)
#694F81
(105,79,129)
#5E4773
(94,71,115)
#533F65
(83,63,101)
#483757
(72,55,87)
#3D2F49
(61,47,73)
#32273B
(50,39,59)
#271F2D
(39,31,45)
#1C171F
(28,23,31)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #7F5F9D

#7F5F9D
(127,95,157)
#8A6DA5
(138,109,165)
#957BAD
(149,123,173)
#A089B5
(160,137,181)
#AB97BD
(171,151,189)
#B6A5C5
(182,165,197)
#C1B3CD
(193,179,205)
#CCC1D5
(204,193,213)
#D7CFDD
(215,207,221)
#E2DDE5
(226,221,229)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5F9D color. Also use rgb(127,95,157) instead hex code.

Text Font Color

.myTextColor { color: #7F5F9D; }

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

This text font color is #7F5F9D.


Background Color

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

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

This div background color is #7F5F9D.


Border color

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

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

This div border color is #7F5F9D.


Opacity

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

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

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

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

This text has shadow with #7F5F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5F9D on black background.


Color preview on white background

This text has color #7F5F9D on white background.



Black color preview on #7F5F9D background

This text has black color on #7F5F9D background.


White color preview on #7F5F9D background

This text has white color on #7F5F9D background.