COLOR #7F599E

HEX: #7F599E
RGB: (127,89,158)

Color info

#7F599E contains mainly red and blue colors. Web safe color of #7F599E is #666699 (or #669).

RGB color model

#7F599E color RGB value is (127,89,158).

  • red value is 127;
  • green value is 89;
  • blue value is 158.
RGB:
(127,89,158)
(50%,35%,62%)

RGB channels and saturation

R 127 of 255 = 50%
G 89 of 255 = 35%
B 158 of 255 = 62%

127
89
158

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

Portions of RGB colors in percentages

R + G + B =
127 + 89 + 158 = 374 (100%)
R 127 of 374 ~ 33.96%
G 89 of 374 ~ 23.8%
B 158 of 374 ~ 42.25%

%33.96
%23.8
%42.25

CMYK color model

#7F599E color CMYK value is (20,44,0,38).

  • cyan value is 19.62%
  • magenta value is 43.67%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(20,44,0,38)
C20M44Y0K38 
(20%,44%,0%,38%)
(0.20/0.44/0.00/0.38)	

CMYK percentages

%19.62
%43.67
%0
%38.04

Codes

Color #7F599E in popluar color models

7F599E
RGB12789158
HSL273°27.94%48.43%
HSB/HSV273°43.67%61.96%
CMYK19.62%43.67%0.00%
38.04%

Color #7F599E in popluar number systems.

HEX7F599E
Decimal12789158
Binary1111111101100110011110
Octal177131236

Shades and tints

Shades of #7F599E

#7F599E
(127,89,158)
#745190
(116,81,144)
#694982
(105,73,130)
#5E4174
(94,65,116)
#533966
(83,57,102)
#483158
(72,49,88)
#3D294A
(61,41,74)
#32213C
(50,33,60)
#27192E
(39,25,46)
#1C1120
(28,17,32)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #7F599E

#7F599E
(127,89,158)
#8A68A6
(138,104,166)
#9577AE
(149,119,174)
#A086B6
(160,134,182)
#AB95BE
(171,149,190)
#B6A4C6
(182,164,198)
#C1B3CE
(193,179,206)
#CCC2D6
(204,194,214)
#D7D1DE
(215,209,222)
#E2E0E6
(226,224,230)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F599E color. Also use rgb(127,89,158) instead hex code.

Text Font Color

.myTextColor { color: #7F599E; }

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

This text font color is #7F599E.


Background Color

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

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

This div background color is #7F599E.


Border color

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

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

This div border color is #7F599E.


Opacity

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

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

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

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

This text has shadow with #7F599E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F599E on black background.


Color preview on white background

This text has color #7F599E on white background.



Black color preview on #7F599E background

This text has black color on #7F599E background.


White color preview on #7F599E background

This text has white color on #7F599E background.