COLOR #7F4EB9

HEX: #7F4EB9
RGB: (127,78,185)

Color info

#7F4EB9 contains mainly red and blue colors. Web safe color of #7F4EB9 is #6666CC (or #66C).

RGB color model

#7F4EB9 color RGB value is (127,78,185).

  • red value is 127;
  • green value is 78;
  • blue value is 185.
RGB:
(127,78,185)
(50%,31%,73%)

RGB channels and saturation

R 127 of 255 = 50%
G 78 of 255 = 31%
B 185 of 255 = 73%

127
78
185

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

Portions of RGB colors in percentages

R + G + B =
127 + 78 + 185 = 390 (100%)
R 127 of 390 ~ 32.56%
G 78 of 390 ~ 20%
B 185 of 390 ~ 47.44%

%32.56
%20
%47.44

CMYK color model

#7F4EB9 color CMYK value is (31,58,0,27).

  • cyan value is 31.35%
  • magenta value is 57.84%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(31,58,0,27)
C31M58Y0K27 
(31%,58%,0%,27%)
(0.31/0.58/0.00/0.27)	

CMYK percentages

%31.35
%57.84
%0
%27.45

Codes

Color #7F4EB9 in popluar color models

7F4EB9
RGB12778185
HSL267°43.32%51.57%
HSB/HSV267°57.84%72.55%
CMYK31.35%57.84%0.00%
27.45%

Color #7F4EB9 in popluar number systems.

HEX7F4EB9
Decimal12778185
Binary1111111100111010111001
Octal177116271

Shades and tints

Shades of #7F4EB9

#7F4EB9
(127,78,185)
#7447A9
(116,71,169)
#694099
(105,64,153)
#5E3989
(94,57,137)
#533279
(83,50,121)
#482B69
(72,43,105)
#3D2459
(61,36,89)
#321D49
(50,29,73)
#271639
(39,22,57)
#1C0F29
(28,15,41)
#110819
(17,8,25)
#000000
(0,0,0)

Tints of #7F4EB9

#7F4EB9
(127,78,185)
#8A5EBF
(138,94,191)
#956EC5
(149,110,197)
#A07ECB
(160,126,203)
#AB8ED1
(171,142,209)
#B69ED7
(182,158,215)
#C1AEDD
(193,174,221)
#CCBEE3
(204,190,227)
#D7CEE9
(215,206,233)
#E2DEEF
(226,222,239)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4EB9 color. Also use rgb(127,78,185) instead hex code.

Text Font Color

.myTextColor { color: #7F4EB9; }

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

This text font color is #7F4EB9.


Background Color

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

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

This div background color is #7F4EB9.


Border color

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

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

This div border color is #7F4EB9.


Opacity

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

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

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

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

This text has shadow with #7F4EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4EB9 on black background.


Color preview on white background

This text has color #7F4EB9 on white background.



Black color preview on #7F4EB9 background

This text has black color on #7F4EB9 background.


White color preview on #7F4EB9 background

This text has white color on #7F4EB9 background.