COLOR #7F639E

HEX: #7F639E
RGB: (127,99,158)

Color info

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

RGB color model

#7F639E color RGB value is (127,99,158).

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

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 158 of 255 = 62%

127
99
158

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

Portions of RGB colors in percentages

R + G + B =
127 + 99 + 158 = 384 (100%)
R 127 of 384 ~ 33.07%
G 99 of 384 ~ 25.78%
B 158 of 384 ~ 41.15%

%33.07
%25.78
%41.15

CMYK color model

#7F639E color CMYK value is (20,37,0,38).

  • cyan value is 19.62%
  • magenta value is 37.34%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(20,37,0,38)
C20M37Y0K38 
(20%,37%,0%,38%)
(0.20/0.37/0.00/0.38)	

CMYK percentages

%19.62
%37.34
%0
%38.04

Codes

Color #7F639E in popluar color models

7F639E
RGB12799158
HSL268°23.32%50.39%
HSB/HSV268°37.34%61.96%
CMYK19.62%37.34%0.00%
38.04%

Color #7F639E in popluar number systems.

HEX7F639E
Decimal12799158
Binary1111111110001110011110
Octal177143236

Shades and tints

Shades of #7F639E

#7F639E
(127,99,158)
#745A90
(116,90,144)
#695182
(105,81,130)
#5E4874
(94,72,116)
#533F66
(83,63,102)
#483658
(72,54,88)
#3D2D4A
(61,45,74)
#32243C
(50,36,60)
#271B2E
(39,27,46)
#1C1220
(28,18,32)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #7F639E

#7F639E
(127,99,158)
#8A71A6
(138,113,166)
#957FAE
(149,127,174)
#A08DB6
(160,141,182)
#AB9BBE
(171,155,190)
#B6A9C6
(182,169,198)
#C1B7CE
(193,183,206)
#CCC5D6
(204,197,214)
#D7D3DE
(215,211,222)
#E2E1E6
(226,225,230)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F639E; }

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

This text font color is #7F639E.


Background Color

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

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

This div background color is #7F639E.


Border color

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

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

This div border color is #7F639E.


Opacity

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

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

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

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

This text has shadow with #7F639E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F639E on black background.


Color preview on white background

This text has color #7F639E on white background.



Black color preview on #7F639E background

This text has black color on #7F639E background.


White color preview on #7F639E background

This text has white color on #7F639E background.