COLOR #7F5E9C

HEX: #7F5E9C RGB: (127,94,156)

Color info

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

RGB color model

#7F5E9C color RGB value is (127,94,156).

RGB: (127,94,156) (50%, 37%, 61%)

RGB channels and saturation

R 127 of 255 = 50%
G 94 of 255 = 37%
B 156 of 255 = 61%

127
94
156

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

Portions of RGB colors in percentages

R + G + B = 127 + 94 + 156 = 377 (100%)
R 127 of 377 ~ 33.69%
G 94 of 377 ~ 24.93%
B 156 of 377 ~ 41.38'%

%33.69
%24.93
%41.38

CMYK color model

#7F5E9C color CMYK value is (19,40,0,39).

  • cyan value is 18.59%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (19,40,0,39)
C19M40Y0K39 (19%, 40%, 0%, 39%)
(0.19 / 0.40 / 0.00 / 0.39)

CMYK percentages

%18.59
%39.74
%0
%38.82

Codes

Color #7F5E9C in popluar color models

7F 5E 9C
RGB 127 94 156
HSL 272° 24.80% 49.02%
HSB/HSV 272° 39.74% 61.18%
CMYK 18.59% 39.74% 0.00%
38.82%

Color #7F5E9C in popluar number systems.

HEX 7F 5E 9C
Decimal 127 94 156
Binary 1111111 1011110 10011100
Octal 177 136 234

Shades and tints

Shades of #7F5E9C

#7F5E9C
(127,94,156)
#74568E
(116,86,142)
#694E80
(105,78,128)
#5E4672
(94,70,114)
#533E64
(83,62,100)
#483656
(72,54,86)
#3D2E48
(61,46,72)
#32263A
(50,38,58)
#271E2C
(39,30,44)
#1C161E
(28,22,30)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #7F5E9C

#7F5E9C
(127,94,156)
#8A6CA5
(138,108,165)
#957AAE
(149,122,174)
#A088B7
(160,136,183)
#AB96C0
(171,150,192)
#B6A4C9
(182,164,201)
#C1B2D2
(193,178,210)
#CCC0DB
(204,192,219)
#D7CEE4
(215,206,228)
#E2DCED
(226,220,237)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5E9C color. Also use rgb(127,94,156) instead hex code.

Text Font Color

.myTextColor { color: #7F5E9C; }

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

This text font color is #7F5E9C.

Background Color

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

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

This div background color is #7F5E9C.

Border color

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

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

This div border color is #7F5E9C.

Opacity

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

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

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

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

This text has shadow with #7F5E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5E9C.

Preview

Color preview on black background

This text has color #7F5E9C on black background.


Color preview on white background

This text has color #7F5E9C on white background.


Black color preview on #7F5E9C background

This text has black color on #7F5E9C background.


White color preview on #7F5E9C background

This text has white color on #7F5E9C background.


Related colors

Complementary color

Complementary color for #hex is #80A163.


I love getcolorcode.com

Triadic colors

1 #9C7F5E and #5E9C7F with #7F5E9C are triadic colors.

2 #9C5E7F and #5E7F9C with #7F5E9C are triadic colors.