COLOR #7B6391

HEX: #7B6391
RGB: (123,99,145)

Color info

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

RGB color model

#7B6391 color RGB value is (123,99,145).

  • red value is 123;
  • green value is 99;
  • blue value is 145.
RGB:
(123,99,145)
(48%,39%,57%)

RGB channels and saturation

R 123 of 255 = 48%
G 99 of 255 = 39%
B 145 of 255 = 57%

123
99
145

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

Portions of RGB colors in percentages

R + G + B =
123 + 99 + 145 = 367 (100%)
R 123 of 367 ~ 33.51%
G 99 of 367 ~ 26.98%
B 145 of 367 ~ 39.51%

%33.51
%26.98
%39.51

CMYK color model

#7B6391 color CMYK value is (15,32,0,43).

  • cyan value is 15.17%
  • magenta value is 31.72%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(15,32,0,43)
C15M32Y0K43 
(15%,32%,0%,43%)
(0.15/0.32/0.00/0.43)	

CMYK percentages

%15.17
%31.72
%0
%43.14

Codes

Color #7B6391 in popluar color models

7B6391
RGB12399145
HSL271°18.85%47.84%
HSB/HSV271°31.72%56.86%
CMYK15.17%31.72%0.00%
43.14%

Color #7B6391 in popluar number systems.

HEX7B6391
Decimal12399145
Binary1111011110001110010001
Octal173143221

Shades and tints

Shades of #7B6391

#7B6391
(123,99,145)
#705A84
(112,90,132)
#655177
(101,81,119)
#5A486A
(90,72,106)
#4F3F5D
(79,63,93)
#443650
(68,54,80)
#392D43
(57,45,67)
#2E2436
(46,36,54)
#231B29
(35,27,41)
#18121C
(24,18,28)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #7B6391

#7B6391
(123,99,145)
#87719B
(135,113,155)
#937FA5
(147,127,165)
#9F8DAF
(159,141,175)
#AB9BB9
(171,155,185)
#B7A9C3
(183,169,195)
#C3B7CD
(195,183,205)
#CFC5D7
(207,197,215)
#DBD3E1
(219,211,225)
#E7E1EB
(231,225,235)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6391 color. Also use rgb(123,99,145) instead hex code.

Text Font Color

.myTextColor { color: #7B6391; }

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

This text font color is #7B6391.


Background Color

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

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

This div background color is #7B6391.


Border color

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

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

This div border color is #7B6391.


Opacity

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

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

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

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

This text has shadow with #7B6391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6391 on black background.


Color preview on white background

This text has color #7B6391 on white background.



Black color preview on #7B6391 background

This text has black color on #7B6391 background.


White color preview on #7B6391 background

This text has white color on #7B6391 background.