COLOR #7F6ABF

HEX: #7F6ABF RGB: (127,106,191)

Color info

#7F6ABF contains mainly blue color. Web safe color of #7F6ABF is #6666CC (or #66C).

RGB color model

#7F6ABF color RGB value is (127,106,191).

RGB: (127,106,191) (50%, 42%, 75%)

RGB channels and saturation

R 127 of 255 = 50%
G 106 of 255 = 42%
B 191 of 255 = 75%

127
106
191

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

Portions of RGB colors in percentages

R + G + B = 127 + 106 + 191 = 424 (100%)
R 127 of 424 ~ 29.95%
G 106 of 424 ~ 25%
B 191 of 424 ~ 45.05'%

%29.95
%25
%45.05

CMYK color model

#7F6ABF color CMYK value is (34,45,0,25).

  • cyan value is 33.51%
  • magenta value is 44.50%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (34,45,0,25)
C34M45Y0K25 (34%, 45%, 0%, 25%)
(0.34 / 0.45 / 0.00 / 0.25)

CMYK percentages

%33.51
%44.5
%0
%25.1

Codes

Color #7F6ABF in popluar color models

7F 6A BF
RGB 127 106 191
HSL 255° 39.91% 58.24%
HSB/HSV 255° 44.50% 74.90%
CMYK 33.51% 44.50% 0.00%
25.10%

Color #7F6ABF in popluar number systems.

HEX 7F 6A BF
Decimal 127 106 191
Binary 1111111 1101010 10111111
Octal 177 152 277

Shades and tints

Shades of #7F6ABF

#7F6ABF
(127,106,191)
#7461AE
(116,97,174)
#69589D
(105,88,157)
#5E4F8C
(94,79,140)
#53467B
(83,70,123)
#483D6A
(72,61,106)
#3D3459
(61,52,89)
#322B48
(50,43,72)
#272237
(39,34,55)
#1C1926
(28,25,38)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #7F6ABF

#7F6ABF
(127,106,191)
#8A77C4
(138,119,196)
#9584C9
(149,132,201)
#A091CE
(160,145,206)
#AB9ED3
(171,158,211)
#B6ABD8
(182,171,216)
#C1B8DD
(193,184,221)
#CCC5E2
(204,197,226)
#D7D2E7
(215,210,231)
#E2DFEC
(226,223,236)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6ABF color. Also use rgb(127,106,191) instead hex code.

Text Font Color

.myTextColor { color: #7F6ABF; }

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

This text font color is #7F6ABF.

Background Color

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

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

This div background color is #7F6ABF.

Border color

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

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

This div border color is #7F6ABF.

Opacity

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

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

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

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

This text has shadow with #7F6ABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6ABF.

Preview

Color preview on black background

This text has color #7F6ABF on black background.


Color preview on white background

This text has color #7F6ABF on white background.


Black color preview on #7F6ABF background

This text has black color on #7F6ABF background.


White color preview on #7F6ABF background

This text has white color on #7F6ABF background.


Related colors

Complementary color

Complementary color for #hex is #809540.


I love getcolorcode.com

Triadic colors

1 #BF7F6A and #6ABF7F with #7F6ABF are triadic colors.

2 #BF6A7F and #6A7FBF with #7F6ABF are triadic colors.