COLOR #7F6CB8

HEX: #7F6CB8 RGB: (127,108,184)

Color info

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

RGB color model

#7F6CB8 color RGB value is (127,108,184).

RGB: (127,108,184) (50%, 42%, 72%)

RGB channels and saturation

R 127 of 255 = 50%
G 108 of 255 = 42%
B 184 of 255 = 72%

127
108
184

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

Portions of RGB colors in percentages

R + G + B = 127 + 108 + 184 = 419 (100%)
R 127 of 419 ~ 30.31%
G 108 of 419 ~ 25.78%
B 184 of 419 ~ 43.91'%

%30.31
%25.78
%43.91

CMYK color model

#7F6CB8 color CMYK value is (31,41,0,28).

  • cyan value is 30.98%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (31,41,0,28)
C31M41Y0K28 (31%, 41%, 0%, 28%)
(0.31 / 0.41 / 0.00 / 0.28)

CMYK percentages

%30.98
%41.3
%0
%27.84

Codes

Color #7F6CB8 in popluar color models

7F 6C B8
RGB 127 108 184
HSL 255° 34.86% 57.25%
HSB/HSV 255° 41.30% 72.16%
CMYK 30.98% 41.30% 0.00%
27.84%

Color #7F6CB8 in popluar number systems.

HEX 7F 6C B8
Decimal 127 108 184
Binary 1111111 1101100 10111000
Octal 177 154 270

Shades and tints

Shades of #7F6CB8

#7F6CB8
(127,108,184)
#7463A8
(116,99,168)
#695A98
(105,90,152)
#5E5188
(94,81,136)
#534878
(83,72,120)
#483F68
(72,63,104)
#3D3658
(61,54,88)
#322D48
(50,45,72)
#272438
(39,36,56)
#1C1B28
(28,27,40)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #7F6CB8

#7F6CB8
(127,108,184)
#8A79BE
(138,121,190)
#9586C4
(149,134,196)
#A093CA
(160,147,202)
#ABA0D0
(171,160,208)
#B6ADD6
(182,173,214)
#C1BADC
(193,186,220)
#CCC7E2
(204,199,226)
#D7D4E8
(215,212,232)
#E2E1EE
(226,225,238)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6CB8 color. Also use rgb(127,108,184) instead hex code.

Text Font Color

.myTextColor { color: #7F6CB8; }

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

This text font color is #7F6CB8.

Background Color

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

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

This div background color is #7F6CB8.

Border color

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

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

This div border color is #7F6CB8.

Opacity

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

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

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

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

This text has shadow with #7F6CB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6CB8.

Preview

Color preview on black background

This text has color #7F6CB8 on black background.


Color preview on white background

This text has color #7F6CB8 on white background.


Black color preview on #7F6CB8 background

This text has black color on #7F6CB8 background.


White color preview on #7F6CB8 background

This text has white color on #7F6CB8 background.


Related colors

Complementary color

Complementary color for #hex is #809347.


I love getcolorcode.com

Triadic colors

1 #B87F6C and #6CB87F with #7F6CB8 are triadic colors.

2 #B86C7F and #6C7FB8 with #7F6CB8 are triadic colors.