COLOR #7B5186

HEX: #7B5186
RGB: (123,81,134)

Color info

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

RGB color model

#7B5186 color RGB value is (123,81,134).

  • red value is 123;
  • green value is 81;
  • blue value is 134.
RGB:
(123,81,134)
(48%,32%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 81 of 255 = 32%
B 134 of 255 = 53%

123
81
134

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

Portions of RGB colors in percentages

R + G + B =
123 + 81 + 134 = 338 (100%)
R 123 of 338 ~ 36.39%
G 81 of 338 ~ 23.96%
B 134 of 338 ~ 39.64%

%36.39
%23.96
%39.64

CMYK color model

#7B5186 color CMYK value is (8,40,0,47).

  • cyan value is 8.21%
  • magenta value is 39.55%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(8,40,0,47)
C8M40Y0K47 
(8%,40%,0%,47%)
(0.08/0.40/0.00/0.47)	

CMYK percentages

%8.21
%39.55
%0
%47.45

Codes

Color #7B5186 in popluar color models

7B5186
RGB12381134
HSL288°24.65%42.16%
HSB/HSV288°39.55%52.55%
CMYK8.21%39.55%0.00%
47.45%

Color #7B5186 in popluar number systems.

HEX7B5186
Decimal12381134
Binary1111011101000110000110
Octal173121206

Shades and tints

Shades of #7B5186

#7B5186
(123,81,134)
#704A7A
(112,74,122)
#65436E
(101,67,110)
#5A3C62
(90,60,98)
#4F3556
(79,53,86)
#442E4A
(68,46,74)
#39273E
(57,39,62)
#2E2032
(46,32,50)
#231926
(35,25,38)
#18121A
(24,18,26)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #7B5186

#7B5186
(123,81,134)
#876091
(135,96,145)
#936F9C
(147,111,156)
#9F7EA7
(159,126,167)
#AB8DB2
(171,141,178)
#B79CBD
(183,156,189)
#C3ABC8
(195,171,200)
#CFBAD3
(207,186,211)
#DBC9DE
(219,201,222)
#E7D8E9
(231,216,233)
#F3E7F4
(243,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5186 color. Also use rgb(123,81,134) instead hex code.

Text Font Color

.myTextColor { color: #7B5186; }

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

This text font color is #7B5186.


Background Color

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

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

This div background color is #7B5186.


Border color

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

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

This div border color is #7B5186.


Opacity

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

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

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

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

This text has shadow with #7B5186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5186 on black background.


Color preview on white background

This text has color #7B5186 on white background.



Black color preview on #7B5186 background

This text has black color on #7B5186 background.


White color preview on #7B5186 background

This text has white color on #7B5186 background.