COLOR #7F5FB9

HEX: #7F5FB9 RGB: (127,95,185)

Color info

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

RGB color model

#7F5FB9 color RGB value is (127,95,185).

RGB: (127,95,185) (50%, 37%, 73%)

RGB channels and saturation

R 127 of 255 = 50%
G 95 of 255 = 37%
B 185 of 255 = 73%

127
95
185

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

Portions of RGB colors in percentages

R + G + B = 127 + 95 + 185 = 407 (100%)
R 127 of 407 ~ 31.2%
G 95 of 407 ~ 23.34%
B 185 of 407 ~ 45.45'%

%31.2
%23.34
%45.45

CMYK color model

#7F5FB9 color CMYK value is (31,49,0,27).

  • cyan value is 31.35%
  • magenta value is 48.65%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (31,49,0,27)
C31M49Y0K27 (31%, 49%, 0%, 27%)
(0.31 / 0.49 / 0.00 / 0.27)

CMYK percentages

%31.35
%48.65
%0
%27.45

Codes

Color #7F5FB9 in popluar color models

7F 5F B9
RGB 127 95 185
HSL 261° 39.13% 54.90%
HSB/HSV 261° 48.65% 72.55%
CMYK 31.35% 48.65% 0.00%
27.45%

Color #7F5FB9 in popluar number systems.

HEX 7F 5F B9
Decimal 127 95 185
Binary 1111111 1011111 10111001
Octal 177 137 271

Shades and tints

Shades of #7F5FB9

#7F5FB9
(127,95,185)
#7457A9
(116,87,169)
#694F99
(105,79,153)
#5E4789
(94,71,137)
#533F79
(83,63,121)
#483769
(72,55,105)
#3D2F59
(61,47,89)
#322749
(50,39,73)
#271F39
(39,31,57)
#1C1729
(28,23,41)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #7F5FB9

#7F5FB9
(127,95,185)
#8A6DBF
(138,109,191)
#957BC5
(149,123,197)
#A089CB
(160,137,203)
#AB97D1
(171,151,209)
#B6A5D7
(182,165,215)
#C1B3DD
(193,179,221)
#CCC1E3
(204,193,227)
#D7CFE9
(215,207,233)
#E2DDEF
(226,221,239)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5FB9; }

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

This text font color is #7F5FB9.

Background Color

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

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

This div background color is #7F5FB9.

Border color

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

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

This div border color is #7F5FB9.

Opacity

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

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

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

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

This text has shadow with #7F5FB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5FB9.

Preview

Color preview on black background

This text has color #7F5FB9 on black background.


Color preview on white background

This text has color #7F5FB9 on white background.


Black color preview on #7F5FB9 background

This text has black color on #7F5FB9 background.


White color preview on #7F5FB9 background

This text has white color on #7F5FB9 background.


Related colors

Complementary color

Complementary color for #hex is #80A046.


I love getcolorcode.com

Triadic colors

1 #B97F5F and #5FB97F with #7F5FB9 are triadic colors.

2 #B95F7F and #5F7FB9 with #7F5FB9 are triadic colors.