COLOR #7B6FAF

HEX: #7B6FAF
RGB: (123,111,175)

Color info

#7B6FAF contains mainly red and blue colors. Web safe color of #7B6FAF is #666699 (or #669).

RGB color model

#7B6FAF color RGB value is (123,111,175).

  • red value is 123;
  • green value is 111;
  • blue value is 175.
RGB:
(123,111,175)
(48%,44%,69%)

RGB channels and saturation

R 123 of 255 = 48%
G 111 of 255 = 44%
B 175 of 255 = 69%

123
111
175

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

Portions of RGB colors in percentages

R + G + B =
123 + 111 + 175 = 409 (100%)
R 123 of 409 ~ 30.07%
G 111 of 409 ~ 27.14%
B 175 of 409 ~ 42.79%

%30.07
%27.14
%42.79

CMYK color model

#7B6FAF color CMYK value is (30,37,0,31).

  • cyan value is 29.71%
  • magenta value is 36.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(30,37,0,31)
C30M37Y0K31 
(30%,37%,0%,31%)
(0.30/0.37/0.00/0.31)	

CMYK percentages

%29.71
%36.57
%0
%31.37

Codes

Color #7B6FAF in popluar color models

7B6FAF
RGB123111175
HSL251°28.57%56.08%
HSB/HSV251°36.57%68.63%
CMYK29.71%36.57%0.00%
31.37%

Color #7B6FAF in popluar number systems.

HEX7B6FAF
Decimal123111175
Binary1111011110111110101111
Octal173157257

Shades and tints

Shades of #7B6FAF

#7B6FAF
(123,111,175)
#7065A0
(112,101,160)
#655B91
(101,91,145)
#5A5182
(90,81,130)
#4F4773
(79,71,115)
#443D64
(68,61,100)
#393355
(57,51,85)
#2E2946
(46,41,70)
#231F37
(35,31,55)
#181528
(24,21,40)
#0D0B19
(13,11,25)
#000000
(0,0,0)

Tints of #7B6FAF

#7B6FAF
(123,111,175)
#877CB6
(135,124,182)
#9389BD
(147,137,189)
#9F96C4
(159,150,196)
#ABA3CB
(171,163,203)
#B7B0D2
(183,176,210)
#C3BDD9
(195,189,217)
#CFCAE0
(207,202,224)
#DBD7E7
(219,215,231)
#E7E4EE
(231,228,238)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6FAF color. Also use rgb(123,111,175) instead hex code.

Text Font Color

.myTextColor { color: #7B6FAF; }

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

This text font color is #7B6FAF.


Background Color

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

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

This div background color is #7B6FAF.


Border color

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

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

This div border color is #7B6FAF.


Opacity

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

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

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

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

This text has shadow with #7B6FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6FAF on black background.


Color preview on white background

This text has color #7B6FAF on white background.



Black color preview on #7B6FAF background

This text has black color on #7B6FAF background.


White color preview on #7B6FAF background

This text has white color on #7B6FAF background.