COLOR #7B6496

HEX: #7B6496
RGB: (123,100,150)

Color info

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

RGB color model

#7B6496 color RGB value is (123,100,150).

  • red value is 123;
  • green value is 100;
  • blue value is 150.
RGB:
(123,100,150)
(48%,39%,59%)

RGB channels and saturation

R 123 of 255 = 48%
G 100 of 255 = 39%
B 150 of 255 = 59%

123
100
150

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

Portions of RGB colors in percentages

R + G + B =
123 + 100 + 150 = 373 (100%)
R 123 of 373 ~ 32.98%
G 100 of 373 ~ 26.81%
B 150 of 373 ~ 40.21%

%32.98
%26.81
%40.21

CMYK color model

#7B6496 color CMYK value is (18,33,0,41).

  • cyan value is 18.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(18,33,0,41)
C18M33Y0K41 
(18%,33%,0%,41%)
(0.18/0.33/0.00/0.41)	

CMYK percentages

%18
%33.33
%0
%41.18

Codes

Color #7B6496 in popluar color models

7B6496
RGB123100150
HSL268°20.00%49.02%
HSB/HSV268°33.33%58.82%
CMYK18.00%33.33%0.00%
41.18%

Color #7B6496 in popluar number systems.

HEX7B6496
Decimal123100150
Binary1111011110010010010110
Octal173144226

Shades and tints

Shades of #7B6496

#7B6496
(123,100,150)
#705B89
(112,91,137)
#65527C
(101,82,124)
#5A496F
(90,73,111)
#4F4062
(79,64,98)
#443755
(68,55,85)
#392E48
(57,46,72)
#2E253B
(46,37,59)
#231C2E
(35,28,46)
#181321
(24,19,33)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #7B6496

#7B6496
(123,100,150)
#87729F
(135,114,159)
#9380A8
(147,128,168)
#9F8EB1
(159,142,177)
#AB9CBA
(171,156,186)
#B7AAC3
(183,170,195)
#C3B8CC
(195,184,204)
#CFC6D5
(207,198,213)
#DBD4DE
(219,212,222)
#E7E2E7
(231,226,231)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6496 color. Also use rgb(123,100,150) instead hex code.

Text Font Color

.myTextColor { color: #7B6496; }

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

This text font color is #7B6496.


Background Color

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

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

This div background color is #7B6496.


Border color

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

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

This div border color is #7B6496.


Opacity

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

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

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

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

This text has shadow with #7B6496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6496 on black background.


Color preview on white background

This text has color #7B6496 on white background.



Black color preview on #7B6496 background

This text has black color on #7B6496 background.


White color preview on #7B6496 background

This text has white color on #7B6496 background.