COLOR #7B6CA1

HEX: #7B6CA1
RGB: (123,108,161)

Color info

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

RGB color model

#7B6CA1 color RGB value is (123,108,161).

  • red value is 123;
  • green value is 108;
  • blue value is 161.
RGB:
(123,108,161)
(48%,42%,63%)

RGB channels and saturation

R 123 of 255 = 48%
G 108 of 255 = 42%
B 161 of 255 = 63%

123
108
161

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

Portions of RGB colors in percentages

R + G + B =
123 + 108 + 161 = 392 (100%)
R 123 of 392 ~ 31.38%
G 108 of 392 ~ 27.55%
B 161 of 392 ~ 41.07%

%31.38
%27.55
%41.07

CMYK color model

#7B6CA1 color CMYK value is (24,33,0,37).

  • cyan value is 23.60%
  • magenta value is 32.92%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(24,33,0,37)
C24M33Y0K37 
(24%,33%,0%,37%)
(0.24/0.33/0.00/0.37)	

CMYK percentages

%23.6
%32.92
%0
%36.86

Codes

Color #7B6CA1 in popluar color models

7B6CA1
RGB123108161
HSL257°21.99%52.75%
HSB/HSV257°32.92%63.14%
CMYK23.60%32.92%0.00%
36.86%

Color #7B6CA1 in popluar number systems.

HEX7B6CA1
Decimal123108161
Binary1111011110110010100001
Octal173154241

Shades and tints

Shades of #7B6CA1

#7B6CA1
(123,108,161)
#706393
(112,99,147)
#655A85
(101,90,133)
#5A5177
(90,81,119)
#4F4869
(79,72,105)
#443F5B
(68,63,91)
#39364D
(57,54,77)
#2E2D3F
(46,45,63)
#232431
(35,36,49)
#181B23
(24,27,35)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #7B6CA1

#7B6CA1
(123,108,161)
#8779A9
(135,121,169)
#9386B1
(147,134,177)
#9F93B9
(159,147,185)
#ABA0C1
(171,160,193)
#B7ADC9
(183,173,201)
#C3BAD1
(195,186,209)
#CFC7D9
(207,199,217)
#DBD4E1
(219,212,225)
#E7E1E9
(231,225,233)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6CA1 color. Also use rgb(123,108,161) instead hex code.

Text Font Color

.myTextColor { color: #7B6CA1; }

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

This text font color is #7B6CA1.


Background Color

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

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

This div background color is #7B6CA1.


Border color

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

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

This div border color is #7B6CA1.


Opacity

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

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

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

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

This text has shadow with #7B6CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6CA1 on black background.


Color preview on white background

This text has color #7B6CA1 on white background.



Black color preview on #7B6CA1 background

This text has black color on #7B6CA1 background.


White color preview on #7B6CA1 background

This text has white color on #7B6CA1 background.