COLOR #7F6FA3

HEX: #7F6FA3
RGB: (127,111,163)

Color info

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

RGB color model

#7F6FA3 color RGB value is (127,111,163).

  • red value is 127;
  • green value is 111;
  • blue value is 163.
RGB:
(127,111,163)
(50%,44%,64%)

RGB channels and saturation

R 127 of 255 = 50%
G 111 of 255 = 44%
B 163 of 255 = 64%

127
111
163

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

Portions of RGB colors in percentages

R + G + B =
127 + 111 + 163 = 401 (100%)
R 127 of 401 ~ 31.67%
G 111 of 401 ~ 27.68%
B 163 of 401 ~ 40.65%

%31.67
%27.68
%40.65

CMYK color model

#7F6FA3 color CMYK value is (22,32,0,36).

  • cyan value is 22.09%
  • magenta value is 31.90%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(22,32,0,36)
C22M32Y0K36 
(22%,32%,0%,36%)
(0.22/0.32/0.00/0.36)	

CMYK percentages

%22.09
%31.9
%0
%36.08

Codes

Color #7F6FA3 in popluar color models

7F6FA3
RGB127111163
HSL258°22.03%53.73%
HSB/HSV258°31.90%63.92%
CMYK22.09%31.90%0.00%
36.08%

Color #7F6FA3 in popluar number systems.

HEX7F6FA3
Decimal127111163
Binary1111111110111110100011
Octal177157243

Shades and tints

Shades of #7F6FA3

#7F6FA3
(127,111,163)
#746595
(116,101,149)
#695B87
(105,91,135)
#5E5179
(94,81,121)
#53476B
(83,71,107)
#483D5D
(72,61,93)
#3D334F
(61,51,79)
#322941
(50,41,65)
#271F33
(39,31,51)
#1C1525
(28,21,37)
#110B17
(17,11,23)
#000000
(0,0,0)

Tints of #7F6FA3

#7F6FA3
(127,111,163)
#8A7CAB
(138,124,171)
#9589B3
(149,137,179)
#A096BB
(160,150,187)
#ABA3C3
(171,163,195)
#B6B0CB
(182,176,203)
#C1BDD3
(193,189,211)
#CCCADB
(204,202,219)
#D7D7E3
(215,215,227)
#E2E4EB
(226,228,235)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6FA3 color. Also use rgb(127,111,163) instead hex code.

Text Font Color

.myTextColor { color: #7F6FA3; }

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

This text font color is #7F6FA3.


Background Color

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

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

This div background color is #7F6FA3.


Border color

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

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

This div border color is #7F6FA3.


Opacity

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

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

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

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

This text has shadow with #7F6FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6FA3 on black background.


Color preview on white background

This text has color #7F6FA3 on white background.



Black color preview on #7F6FA3 background

This text has black color on #7F6FA3 background.


White color preview on #7F6FA3 background

This text has white color on #7F6FA3 background.