COLOR #7F5085

HEX: #7F5085
RGB: (127,80,133)

Color info

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

RGB color model

#7F5085 color RGB value is (127,80,133).

  • red value is 127;
  • green value is 80;
  • blue value is 133.
RGB:
(127,80,133)
(50%,31%,52%)

RGB channels and saturation

R 127 of 255 = 50%
G 80 of 255 = 31%
B 133 of 255 = 52%

127
80
133

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

Portions of RGB colors in percentages

R + G + B =
127 + 80 + 133 = 340 (100%)
R 127 of 340 ~ 37.35%
G 80 of 340 ~ 23.53%
B 133 of 340 ~ 39.12%

%37.35
%23.53
%39.12

CMYK color model

#7F5085 color CMYK value is (5,40,0,48).

  • cyan value is 4.51%
  • magenta value is 39.85%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(5,40,0,48)
C5M40Y0K48 
(5%,40%,0%,48%)
(0.05/0.40/0.00/0.48)	

CMYK percentages

%4.51
%39.85
%0
%47.84

Codes

Color #7F5085 in popluar color models

7F5085
RGB12780133
HSL293°24.88%41.76%
HSB/HSV293°39.85%52.16%
CMYK4.51%39.85%0.00%
47.84%

Color #7F5085 in popluar number systems.

HEX7F5085
Decimal12780133
Binary1111111101000010000101
Octal177120205

Shades and tints

Shades of #7F5085

#7F5085
(127,80,133)
#744979
(116,73,121)
#69426D
(105,66,109)
#5E3B61
(94,59,97)
#533455
(83,52,85)
#482D49
(72,45,73)
#3D263D
(61,38,61)
#321F31
(50,31,49)
#271825
(39,24,37)
#1C1119
(28,17,25)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #7F5085

#7F5085
(127,80,133)
#8A5F90
(138,95,144)
#956E9B
(149,110,155)
#A07DA6
(160,125,166)
#AB8CB1
(171,140,177)
#B69BBC
(182,155,188)
#C1AAC7
(193,170,199)
#CCB9D2
(204,185,210)
#D7C8DD
(215,200,221)
#E2D7E8
(226,215,232)
#EDE6F3
(237,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5085 color. Also use rgb(127,80,133) instead hex code.

Text Font Color

.myTextColor { color: #7F5085; }

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

This text font color is #7F5085.


Background Color

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

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

This div background color is #7F5085.


Border color

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

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

This div border color is #7F5085.


Opacity

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

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

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

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

This text has shadow with #7F5085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5085 on black background.


Color preview on white background

This text has color #7F5085 on white background.



Black color preview on #7F5085 background

This text has black color on #7F5085 background.


White color preview on #7F5085 background

This text has white color on #7F5085 background.