COLOR #7F5682

HEX: #7F5682 RGB: (127,86,130)

Color info

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

RGB color model

#7F5682 color RGB value is (127,86,130).

RGB: (127,86,130) (50%, 34%, 51%)

RGB channels and saturation

R 127 of 255 = 50%
G 86 of 255 = 34%
B 130 of 255 = 51%

127
86
130

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

Portions of RGB colors in percentages

R + G + B = 127 + 86 + 130 = 343 (100%)
R 127 of 343 ~ 37.03%
G 86 of 343 ~ 25.07%
B 130 of 343 ~ 37.9'%

%37.03
%25.07
%37.9

CMYK color model

#7F5682 color CMYK value is (2,34,0,49).

  • cyan value is 2.31%
  • magenta value is 33.85%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (2,34,0,49)
C2M34Y0K49 (2%, 34%, 0%, 49%)
(0.02 / 0.34 / 0.00 / 0.49)

CMYK percentages

%2.31
%33.85
%0
%49.02

Codes

Color #7F5682 in popluar color models

7F 56 82
RGB 127 86 130
HSL 296° 20.37% 42.35%
HSB/HSV 296° 33.85% 50.98%
CMYK 2.31% 33.85% 0.00%
49.02%

Color #7F5682 in popluar number systems.

HEX 7F 56 82
Decimal 127 86 130
Binary 1111111 1010110 10000010
Octal 177 126 202

Shades and tints

Shades of #7F5682

#7F5682
(127,86,130)
#744F77
(116,79,119)
#69486C
(105,72,108)
#5E4161
(94,65,97)
#533A56
(83,58,86)
#48334B
(72,51,75)
#3D2C40
(61,44,64)
#322535
(50,37,53)
#271E2A
(39,30,42)
#1C171F
(28,23,31)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #7F5682

#7F5682
(127,86,130)
#8A658D
(138,101,141)
#957498
(149,116,152)
#A083A3
(160,131,163)
#AB92AE
(171,146,174)
#B6A1B9
(182,161,185)
#C1B0C4
(193,176,196)
#CCBFCF
(204,191,207)
#D7CEDA
(215,206,218)
#E2DDE5
(226,221,229)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5682 color. Also use rgb(127,86,130) instead hex code.

Text Font Color

.myTextColor { color: #7F5682; }

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

This text font color is #7F5682.

Background Color

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

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

This div background color is #7F5682.

Border color

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

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

This div border color is #7F5682.

Opacity

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

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

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

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

This text has shadow with #7F5682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5682.

Preview

Color preview on black background

This text has color #7F5682 on black background.


Color preview on white background

This text has color #7F5682 on white background.


Black color preview on #7F5682 background

This text has black color on #7F5682 background.


White color preview on #7F5682 background

This text has white color on #7F5682 background.


Related colors

Complementary color

Complementary color for #hex is #80A97D.


I love getcolorcode.com

Triadic colors

1 #827F56 and #56827F with #7F5682 are triadic colors.

2 #82567F and #567F82 with #7F5682 are triadic colors.