COLOR #7F5AB9

HEX: #7F5AB9
RGB: (127,90,185)

Color info

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

RGB color model

#7F5AB9 color RGB value is (127,90,185).

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

RGB channels and saturation

R 127 of 255 = 50%
G 90 of 255 = 35%
B 185 of 255 = 73%

127
90
185

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

Portions of RGB colors in percentages

R + G + B =
127 + 90 + 185 = 402 (100%)
R 127 of 402 ~ 31.59%
G 90 of 402 ~ 22.39%
B 185 of 402 ~ 46.02%

%31.59
%22.39
%46.02

CMYK color model

#7F5AB9 color CMYK value is (31,51,0,27).

  • cyan value is 31.35%
  • magenta value is 51.35%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(31,51,0,27)
C31M51Y0K27 
(31%,51%,0%,27%)
(0.31/0.51/0.00/0.27)	

CMYK percentages

%31.35
%51.35
%0
%27.45

Codes

Color #7F5AB9 in popluar color models

7F5AB9
RGB12790185
HSL263°40.43%53.92%
HSB/HSV263°51.35%72.55%
CMYK31.35%51.35%0.00%
27.45%

Color #7F5AB9 in popluar number systems.

HEX7F5AB9
Decimal12790185
Binary1111111101101010111001
Octal177132271

Shades and tints

Shades of #7F5AB9

#7F5AB9
(127,90,185)
#7452A9
(116,82,169)
#694A99
(105,74,153)
#5E4289
(94,66,137)
#533A79
(83,58,121)
#483269
(72,50,105)
#3D2A59
(61,42,89)
#322249
(50,34,73)
#271A39
(39,26,57)
#1C1229
(28,18,41)
#110A19
(17,10,25)
#000000
(0,0,0)

Tints of #7F5AB9

#7F5AB9
(127,90,185)
#8A69BF
(138,105,191)
#9578C5
(149,120,197)
#A087CB
(160,135,203)
#AB96D1
(171,150,209)
#B6A5D7
(182,165,215)
#C1B4DD
(193,180,221)
#CCC3E3
(204,195,227)
#D7D2E9
(215,210,233)
#E2E1EF
(226,225,239)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5AB9; }

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

This text font color is #7F5AB9.


Background Color

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

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

This div background color is #7F5AB9.


Border color

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

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

This div border color is #7F5AB9.


Opacity

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

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

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

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

This text has shadow with #7F5AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5AB9 on black background.


Color preview on white background

This text has color #7F5AB9 on white background.



Black color preview on #7F5AB9 background

This text has black color on #7F5AB9 background.


White color preview on #7F5AB9 background

This text has white color on #7F5AB9 background.