COLOR #7B6F98

HEX: #7B6F98
RGB: (123,111,152)

Color info

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

RGB color model

#7B6F98 color RGB value is (123,111,152).

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

RGB channels and saturation

R 123 of 255 = 48%
G 111 of 255 = 44%
B 152 of 255 = 60%

123
111
152

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

Portions of RGB colors in percentages

R + G + B =
123 + 111 + 152 = 386 (100%)
R 123 of 386 ~ 31.87%
G 111 of 386 ~ 28.76%
B 152 of 386 ~ 39.38%

%31.87
%28.76
%39.38

CMYK color model

#7B6F98 color CMYK value is (19,27,0,40).

  • cyan value is 19.08%
  • magenta value is 26.97%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(19,27,0,40)
C19M27Y0K40 
(19%,27%,0%,40%)
(0.19/0.27/0.00/0.40)	

CMYK percentages

%19.08
%26.97
%0
%40.39

Codes

Color #7B6F98 in popluar color models

7B6F98
RGB123111152
HSL258°16.60%51.57%
HSB/HSV258°26.97%59.61%
CMYK19.08%26.97%0.00%
40.39%

Color #7B6F98 in popluar number systems.

HEX7B6F98
Decimal123111152
Binary1111011110111110011000
Octal173157230

Shades and tints

Shades of #7B6F98

#7B6F98
(123,111,152)
#70658B
(112,101,139)
#655B7E
(101,91,126)
#5A5171
(90,81,113)
#4F4764
(79,71,100)
#443D57
(68,61,87)
#39334A
(57,51,74)
#2E293D
(46,41,61)
#231F30
(35,31,48)
#181523
(24,21,35)
#0D0B16
(13,11,22)
#000000
(0,0,0)

Tints of #7B6F98

#7B6F98
(123,111,152)
#877CA1
(135,124,161)
#9389AA
(147,137,170)
#9F96B3
(159,150,179)
#ABA3BC
(171,163,188)
#B7B0C5
(183,176,197)
#C3BDCE
(195,189,206)
#CFCAD7
(207,202,215)
#DBD7E0
(219,215,224)
#E7E4E9
(231,228,233)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6F98; }

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

This text font color is #7B6F98.


Background Color

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

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

This div background color is #7B6F98.


Border color

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

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

This div border color is #7B6F98.


Opacity

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

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

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

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

This text has shadow with #7B6F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6F98 on black background.


Color preview on white background

This text has color #7B6F98 on white background.



Black color preview on #7B6F98 background

This text has black color on #7B6F98 background.


White color preview on #7B6F98 background

This text has white color on #7B6F98 background.