COLOR #7B6BA8

HEX: #7B6BA8
RGB: (123,107,168)

Color info

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

RGB color model

#7B6BA8 color RGB value is (123,107,168).

  • red value is 123;
  • green value is 107;
  • blue value is 168.
RGB:
(123,107,168)
(48%,42%,66%)

RGB channels and saturation

R 123 of 255 = 48%
G 107 of 255 = 42%
B 168 of 255 = 66%

123
107
168

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

Portions of RGB colors in percentages

R + G + B =
123 + 107 + 168 = 398 (100%)
R 123 of 398 ~ 30.9%
G 107 of 398 ~ 26.88%
B 168 of 398 ~ 42.21%

%30.9
%26.88
%42.21

CMYK color model

#7B6BA8 color CMYK value is (27,36,0,34).

  • cyan value is 26.79%
  • magenta value is 36.31%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(27,36,0,34)
C27M36Y0K34 
(27%,36%,0%,34%)
(0.27/0.36/0.00/0.34)	

CMYK percentages

%26.79
%36.31
%0
%34.12

Codes

Color #7B6BA8 in popluar color models

7B6BA8
RGB123107168
HSL256°25.96%53.92%
HSB/HSV256°36.31%65.88%
CMYK26.79%36.31%0.00%
34.12%

Color #7B6BA8 in popluar number systems.

HEX7B6BA8
Decimal123107168
Binary1111011110101110101000
Octal173153250

Shades and tints

Shades of #7B6BA8

#7B6BA8
(123,107,168)
#706299
(112,98,153)
#65598A
(101,89,138)
#5A507B
(90,80,123)
#4F476C
(79,71,108)
#443E5D
(68,62,93)
#39354E
(57,53,78)
#2E2C3F
(46,44,63)
#232330
(35,35,48)
#181A21
(24,26,33)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #7B6BA8

#7B6BA8
(123,107,168)
#8778AF
(135,120,175)
#9385B6
(147,133,182)
#9F92BD
(159,146,189)
#AB9FC4
(171,159,196)
#B7ACCB
(183,172,203)
#C3B9D2
(195,185,210)
#CFC6D9
(207,198,217)
#DBD3E0
(219,211,224)
#E7E0E7
(231,224,231)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6BA8 color. Also use rgb(123,107,168) instead hex code.

Text Font Color

.myTextColor { color: #7B6BA8; }

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

This text font color is #7B6BA8.


Background Color

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

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

This div background color is #7B6BA8.


Border color

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

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

This div border color is #7B6BA8.


Opacity

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

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

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

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

This text has shadow with #7B6BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6BA8 on black background.


Color preview on white background

This text has color #7B6BA8 on white background.



Black color preview on #7B6BA8 background

This text has black color on #7B6BA8 background.


White color preview on #7B6BA8 background

This text has white color on #7B6BA8 background.