COLOR #7F6DB4

HEX: #7F6DB4
RGB: (127,109,180)

Color info

#7F6DB4 contains mainly red and blue colors. Web safe color of #7F6DB4 is #6666CC (or #66C).

RGB color model

#7F6DB4 color RGB value is (127,109,180).

  • red value is 127;
  • green value is 109;
  • blue value is 180.
RGB:
(127,109,180)
(50%,43%,71%)

RGB channels and saturation

R 127 of 255 = 50%
G 109 of 255 = 43%
B 180 of 255 = 71%

127
109
180

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

Portions of RGB colors in percentages

R + G + B =
127 + 109 + 180 = 416 (100%)
R 127 of 416 ~ 30.53%
G 109 of 416 ~ 26.2%
B 180 of 416 ~ 43.27%

%30.53
%26.2
%43.27

CMYK color model

#7F6DB4 color CMYK value is (29,39,0,29).

  • cyan value is 29.44%
  • magenta value is 39.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(29,39,0,29)
C29M39Y0K29 
(29%,39%,0%,29%)
(0.29/0.39/0.00/0.29)	

CMYK percentages

%29.44
%39.44
%0
%29.41

Codes

Color #7F6DB4 in popluar color models

7F6DB4
RGB127109180
HSL255°32.13%56.67%
HSB/HSV255°39.44%70.59%
CMYK29.44%39.44%0.00%
29.41%

Color #7F6DB4 in popluar number systems.

HEX7F6DB4
Decimal127109180
Binary1111111110110110110100
Octal177155264

Shades and tints

Shades of #7F6DB4

#7F6DB4
(127,109,180)
#7464A4
(116,100,164)
#695B94
(105,91,148)
#5E5284
(94,82,132)
#534974
(83,73,116)
#484064
(72,64,100)
#3D3754
(61,55,84)
#322E44
(50,46,68)
#272534
(39,37,52)
#1C1C24
(28,28,36)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #7F6DB4

#7F6DB4
(127,109,180)
#8A7ABA
(138,122,186)
#9587C0
(149,135,192)
#A094C6
(160,148,198)
#ABA1CC
(171,161,204)
#B6AED2
(182,174,210)
#C1BBD8
(193,187,216)
#CCC8DE
(204,200,222)
#D7D5E4
(215,213,228)
#E2E2EA
(226,226,234)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6DB4 color. Also use rgb(127,109,180) instead hex code.

Text Font Color

.myTextColor { color: #7F6DB4; }

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

This text font color is #7F6DB4.


Background Color

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

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

This div background color is #7F6DB4.


Border color

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

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

This div border color is #7F6DB4.


Opacity

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

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

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

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

This text has shadow with #7F6DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6DB4 on black background.


Color preview on white background

This text has color #7F6DB4 on white background.



Black color preview on #7F6DB4 background

This text has black color on #7F6DB4 background.


White color preview on #7F6DB4 background

This text has white color on #7F6DB4 background.