COLOR #7F5494

HEX: #7F5494
RGB: (127,84,148)

Color info

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

RGB color model

#7F5494 color RGB value is (127,84,148).

  • red value is 127;
  • green value is 84;
  • blue value is 148.
RGB:
(127,84,148)
(50%,33%,58%)

RGB channels and saturation

R 127 of 255 = 50%
G 84 of 255 = 33%
B 148 of 255 = 58%

127
84
148

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

Portions of RGB colors in percentages

R + G + B =
127 + 84 + 148 = 359 (100%)
R 127 of 359 ~ 35.38%
G 84 of 359 ~ 23.4%
B 148 of 359 ~ 41.23%

%35.38
%23.4
%41.23

CMYK color model

#7F5494 color CMYK value is (14,43,0,42).

  • cyan value is 14.19%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(14,43,0,42)
C14M43Y0K42 
(14%,43%,0%,42%)
(0.14/0.43/0.00/0.42)	

CMYK percentages

%14.19
%43.24
%0
%41.96

Codes

Color #7F5494 in popluar color models

7F5494
RGB12784148
HSL280°27.59%45.49%
HSB/HSV280°43.24%58.04%
CMYK14.19%43.24%0.00%
41.96%

Color #7F5494 in popluar number systems.

HEX7F5494
Decimal12784148
Binary1111111101010010010100
Octal177124224

Shades and tints

Shades of #7F5494

#7F5494
(127,84,148)
#744D87
(116,77,135)
#69467A
(105,70,122)
#5E3F6D
(94,63,109)
#533860
(83,56,96)
#483153
(72,49,83)
#3D2A46
(61,42,70)
#322339
(50,35,57)
#271C2C
(39,28,44)
#1C151F
(28,21,31)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #7F5494

#7F5494
(127,84,148)
#8A639D
(138,99,157)
#9572A6
(149,114,166)
#A081AF
(160,129,175)
#AB90B8
(171,144,184)
#B69FC1
(182,159,193)
#C1AECA
(193,174,202)
#CCBDD3
(204,189,211)
#D7CCDC
(215,204,220)
#E2DBE5
(226,219,229)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5494 color. Also use rgb(127,84,148) instead hex code.

Text Font Color

.myTextColor { color: #7F5494; }

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

This text font color is #7F5494.


Background Color

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

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

This div background color is #7F5494.


Border color

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

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

This div border color is #7F5494.


Opacity

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

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

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

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

This text has shadow with #7F5494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5494 on black background.


Color preview on white background

This text has color #7F5494 on white background.



Black color preview on #7F5494 background

This text has black color on #7F5494 background.


White color preview on #7F5494 background

This text has white color on #7F5494 background.