COLOR #7F5890

HEX: #7F5890 RGB: (127,88,144)

Color info

#7F5890 contains red, green and blue colors in about the same proportion. Web safe color of #7F5890 is #666699 (or #669).

RGB color model

#7F5890 color RGB value is (127,88,144).

RGB: (127,88,144) (50%, 35%, 56%)

RGB channels and saturation

R 127 of 255 = 50%
G 88 of 255 = 35%
B 144 of 255 = 56%

127
88
144

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

Portions of RGB colors in percentages

R + G + B = 127 + 88 + 144 = 359 (100%)
R 127 of 359 ~ 35.38%
G 88 of 359 ~ 24.51%
B 144 of 359 ~ 40.11'%

%35.38
%24.51
%40.11

CMYK color model

#7F5890 color CMYK value is (12,39,0,44).

  • cyan value is 11.81%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (12,39,0,44)
C12M39Y0K44 (12%, 39%, 0%, 44%)
(0.12 / 0.39 / 0.00 / 0.44)

CMYK percentages

%11.81
%38.89
%0
%43.53

Codes

Color #7F5890 in popluar color models

7F 58 90
RGB 127 88 144
HSL 282° 24.14% 45.49%
HSB/HSV 282° 38.89% 56.47%
CMYK 11.81% 38.89% 0.00%
43.53%

Color #7F5890 in popluar number systems.

HEX 7F 58 90
Decimal 127 88 144
Binary 1111111 1011000 10010000
Octal 177 130 220

Shades and tints

Shades of #7F5890

#7F5890
(127,88,144)
#745083
(116,80,131)
#694876
(105,72,118)
#5E4069
(94,64,105)
#53385C
(83,56,92)
#48304F
(72,48,79)
#3D2842
(61,40,66)
#322035
(50,32,53)
#271828
(39,24,40)
#1C101B
(28,16,27)
#11080E
(17,8,14)
#000000
(0,0,0)

Tints of #7F5890

#7F5890
(127,88,144)
#8A679A
(138,103,154)
#9576A4
(149,118,164)
#A085AE
(160,133,174)
#AB94B8
(171,148,184)
#B6A3C2
(182,163,194)
#C1B2CC
(193,178,204)
#CCC1D6
(204,193,214)
#D7D0E0
(215,208,224)
#E2DFEA
(226,223,234)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5890 color. Also use rgb(127,88,144) instead hex code.

Text Font Color

.myTextColor { color: #7F5890; }

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

This text font color is #7F5890.

Background Color

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

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

This div background color is #7F5890.

Border color

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

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

This div border color is #7F5890.

Opacity

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

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

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

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

This text has shadow with #7F5890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5890.

Preview

Color preview on black background

This text has color #7F5890 on black background.


Color preview on white background

This text has color #7F5890 on white background.


Black color preview on #7F5890 background

This text has black color on #7F5890 background.


White color preview on #7F5890 background

This text has white color on #7F5890 background.


Related colors

Complementary color

Complementary color for #hex is #80A76F.


I love getcolorcode.com

Triadic colors

1 #907F58 and #58907F with #7F5890 are triadic colors.

2 #90587F and #587F90 with #7F5890 are triadic colors.