COLOR #7F509D

HEX: #7F509D
RGB: (127,80,157)

Color info

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

RGB color model

#7F509D color RGB value is (127,80,157).

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

RGB channels and saturation

R 127 of 255 = 50%
G 80 of 255 = 31%
B 157 of 255 = 62%

127
80
157

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

Portions of RGB colors in percentages

R + G + B =
127 + 80 + 157 = 364 (100%)
R 127 of 364 ~ 34.89%
G 80 of 364 ~ 21.98%
B 157 of 364 ~ 43.13%

%34.89
%21.98
%43.13

CMYK color model

#7F509D color CMYK value is (19,49,0,38).

  • cyan value is 19.11%
  • magenta value is 49.04%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(19,49,0,38)
C19M49Y0K38 
(19%,49%,0%,38%)
(0.19/0.49/0.00/0.38)	

CMYK percentages

%19.11
%49.04
%0
%38.43

Codes

Color #7F509D in popluar color models

7F509D
RGB12780157
HSL277°32.49%46.47%
HSB/HSV277°49.04%61.57%
CMYK19.11%49.04%0.00%
38.43%

Color #7F509D in popluar number systems.

HEX7F509D
Decimal12780157
Binary1111111101000010011101
Octal177120235

Shades and tints

Shades of #7F509D

#7F509D
(127,80,157)
#74498F
(116,73,143)
#694281
(105,66,129)
#5E3B73
(94,59,115)
#533465
(83,52,101)
#482D57
(72,45,87)
#3D2649
(61,38,73)
#321F3B
(50,31,59)
#27182D
(39,24,45)
#1C111F
(28,17,31)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #7F509D

#7F509D
(127,80,157)
#8A5FA5
(138,95,165)
#956EAD
(149,110,173)
#A07DB5
(160,125,181)
#AB8CBD
(171,140,189)
#B69BC5
(182,155,197)
#C1AACD
(193,170,205)
#CCB9D5
(204,185,213)
#D7C8DD
(215,200,221)
#E2D7E5
(226,215,229)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F509D; }

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

This text font color is #7F509D.


Background Color

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

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

This div background color is #7F509D.


Border color

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

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

This div border color is #7F509D.


Opacity

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

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

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

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

This text has shadow with #7F509D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F509D on black background.


Color preview on white background

This text has color #7F509D on white background.



Black color preview on #7F509D background

This text has black color on #7F509D background.


White color preview on #7F509D background

This text has white color on #7F509D background.