COLOR #7B499B

HEX: #7B499B RGB: (123,73,155)

Color info

#7B499B contains mainly red and blue colors. Web safe color of #7B499B is #663399 (or #639).

RGB color model

#7B499B color RGB value is (123,73,155).

RGB: (123,73,155) (48%, 29%, 61%)

RGB channels and saturation

R 123 of 255 = 48%
G 73 of 255 = 29%
B 155 of 255 = 61%

123
73
155

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

Portions of RGB colors in percentages

R + G + B = 123 + 73 + 155 = 351 (100%)
R 123 of 351 ~ 35.04%
G 73 of 351 ~ 20.8%
B 155 of 351 ~ 44.16'%

%35.04
%20.8
%44.16

CMYK color model

#7B499B color CMYK value is (21,53,0,39).

  • cyan value is 20.65%
  • magenta value is 52.90%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (21,53,0,39)
C21M53Y0K39 (21%, 53%, 0%, 39%)
(0.21 / 0.53 / 0.00 / 0.39)

CMYK percentages

%20.65
%52.9
%0
%39.22

Codes

Color #7B499B in popluar color models

7B 49 9B
RGB 123 73 155
HSL 277° 35.96% 44.71%
HSB/HSV 277° 52.90% 60.78%
CMYK 20.65% 52.90% 0.00%
39.22%

Color #7B499B in popluar number systems.

HEX 7B 49 9B
Decimal 123 73 155
Binary 1111011 1001001 10011011
Octal 173 111 233

Shades and tints

Shades of #7B499B

#7B499B
(123,73,155)
#70438D
(112,67,141)
#653D7F
(101,61,127)
#5A3771
(90,55,113)
#4F3163
(79,49,99)
#442B55
(68,43,85)
#392547
(57,37,71)
#2E1F39
(46,31,57)
#23192B
(35,25,43)
#18131D
(24,19,29)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #7B499B

#7B499B
(123,73,155)
#8759A4
(135,89,164)
#9369AD
(147,105,173)
#9F79B6
(159,121,182)
#AB89BF
(171,137,191)
#B799C8
(183,153,200)
#C3A9D1
(195,169,209)
#CFB9DA
(207,185,218)
#DBC9E3
(219,201,227)
#E7D9EC
(231,217,236)
#F3E9F5
(243,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B499B color. Also use rgb(123,73,155) instead hex code.

Text Font Color

.myTextColor { color: #7B499B; }

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

This text font color is #7B499B.

Background Color

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

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

This div background color is #7B499B.

Border color

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

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

This div border color is #7B499B.

Opacity

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

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

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

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

This text has shadow with #7B499B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B499B.

Preview

Color preview on black background

This text has color #7B499B on black background.


Color preview on white background

This text has color #7B499B on white background.


Black color preview on #7B499B background

This text has black color on #7B499B background.


White color preview on #7B499B background

This text has white color on #7B499B background.


Related colors

Complementary color

Complementary color for #hex is #84B664.


I love getcolorcode.com

Triadic colors

1 #9B7B49 and #499B7B with #7B499B are triadic colors.

2 #9B497B and #497B9B with #7B499B are triadic colors.