COLOR #7B5187

HEX: #7B5187
RGB: (123,81,135)

Color info

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

RGB color model

#7B5187 color RGB value is (123,81,135).

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

RGB channels and saturation

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

123
81
135

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

Portions of RGB colors in percentages

R + G + B =
123 + 81 + 135 = 339 (100%)
R 123 of 339 ~ 36.28%
G 81 of 339 ~ 23.89%
B 135 of 339 ~ 39.82%

%36.28
%23.89
%39.82

CMYK color model

#7B5187 color CMYK value is (9,40,0,47).

  • cyan value is 8.89%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(9,40,0,47)
C9M40Y0K47 
(9%,40%,0%,47%)
(0.09/0.40/0.00/0.47)	

CMYK percentages

%8.89
%40
%0
%47.06

Codes

Color #7B5187 in popluar color models

7B5187
RGB12381135
HSL287°25.00%42.35%
HSB/HSV287°40.00%52.94%
CMYK8.89%40.00%0.00%
47.06%

Color #7B5187 in popluar number systems.

HEX7B5187
Decimal12381135
Binary1111011101000110000111
Octal173121207

Shades and tints

Shades of #7B5187

#7B5187
(123,81,135)
#704A7B
(112,74,123)
#65436F
(101,67,111)
#5A3C63
(90,60,99)
#4F3557
(79,53,87)
#442E4B
(68,46,75)
#39273F
(57,39,63)
#2E2033
(46,32,51)
#231927
(35,25,39)
#18121B
(24,18,27)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #7B5187

#7B5187
(123,81,135)
#876091
(135,96,145)
#936F9B
(147,111,155)
#9F7EA5
(159,126,165)
#AB8DAF
(171,141,175)
#B79CB9
(183,156,185)
#C3ABC3
(195,171,195)
#CFBACD
(207,186,205)
#DBC9D7
(219,201,215)
#E7D8E1
(231,216,225)
#F3E7EB
(243,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5187; }

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

This text font color is #7B5187.


Background Color

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

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

This div background color is #7B5187.


Border color

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

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

This div border color is #7B5187.


Opacity

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

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

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

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

This text has shadow with #7B5187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5187 on black background.


Color preview on white background

This text has color #7B5187 on white background.



Black color preview on #7B5187 background

This text has black color on #7B5187 background.


White color preview on #7B5187 background

This text has white color on #7B5187 background.