COLOR #7B6498

HEX: #7B6498
RGB: (123,100,152)

Color info

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

RGB color model

#7B6498 color RGB value is (123,100,152).

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

RGB channels and saturation

R 123 of 255 = 48%
G 100 of 255 = 39%
B 152 of 255 = 60%

123
100
152

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

Portions of RGB colors in percentages

R + G + B =
123 + 100 + 152 = 375 (100%)
R 123 of 375 ~ 32.8%
G 100 of 375 ~ 26.67%
B 152 of 375 ~ 40.53%

%32.8
%26.67
%40.53

CMYK color model

#7B6498 color CMYK value is (19,34,0,40).

  • cyan value is 19.08%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(19,34,0,40)
C19M34Y0K40 
(19%,34%,0%,40%)
(0.19/0.34/0.00/0.40)	

CMYK percentages

%19.08
%34.21
%0
%40.39

Codes

Color #7B6498 in popluar color models

7B6498
RGB123100152
HSL267°20.63%49.41%
HSB/HSV267°34.21%59.61%
CMYK19.08%34.21%0.00%
40.39%

Color #7B6498 in popluar number systems.

HEX7B6498
Decimal123100152
Binary1111011110010010011000
Octal173144230

Shades and tints

Shades of #7B6498

#7B6498
(123,100,152)
#705B8B
(112,91,139)
#65527E
(101,82,126)
#5A4971
(90,73,113)
#4F4064
(79,64,100)
#443757
(68,55,87)
#392E4A
(57,46,74)
#2E253D
(46,37,61)
#231C30
(35,28,48)
#181323
(24,19,35)
#0D0A16
(13,10,22)
#000000
(0,0,0)

Tints of #7B6498

#7B6498
(123,100,152)
#8772A1
(135,114,161)
#9380AA
(147,128,170)
#9F8EB3
(159,142,179)
#AB9CBC
(171,156,188)
#B7AAC5
(183,170,197)
#C3B8CE
(195,184,206)
#CFC6D7
(207,198,215)
#DBD4E0
(219,212,224)
#E7E2E9
(231,226,233)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6498; }

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

This text font color is #7B6498.


Background Color

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

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

This div background color is #7B6498.


Border color

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

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

This div border color is #7B6498.


Opacity

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

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

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

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

This text has shadow with #7B6498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6498 on black background.


Color preview on white background

This text has color #7B6498 on white background.



Black color preview on #7B6498 background

This text has black color on #7B6498 background.


White color preview on #7B6498 background

This text has white color on #7B6498 background.