COLOR #7B408B

HEX: #7B408B RGB: (123,64,139)

Color info

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

RGB color model

#7B408B color RGB value is (123,64,139).

RGB: (123,64,139) (48%, 25%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 64 of 255 = 25%
B 139 of 255 = 55%

123
64
139

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

Portions of RGB colors in percentages

R + G + B = 123 + 64 + 139 = 326 (100%)
R 123 of 326 ~ 37.73%
G 64 of 326 ~ 19.63%
B 139 of 326 ~ 42.64'%

%37.73
%19.63
%42.64

CMYK color model

#7B408B color CMYK value is (12,54,0,45).

  • cyan value is 11.51%
  • magenta value is 53.96%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (12,54,0,45)
C12M54Y0K45 (12%, 54%, 0%, 45%)
(0.12 / 0.54 / 0.00 / 0.45)

CMYK percentages

%11.51
%53.96
%0
%45.49

Codes

Color #7B408B in popluar color models

7B 40 8B
RGB 123 64 139
HSL 287° 36.95% 39.80%
HSB/HSV 287° 53.96% 54.51%
CMYK 11.51% 53.96% 0.00%
45.49%

Color #7B408B in popluar number systems.

HEX 7B 40 8B
Decimal 123 64 139
Binary 1111011 1000000 10001011
Octal 173 100 213

Shades and tints

Shades of #7B408B

#7B408B
(123,64,139)
#703B7F
(112,59,127)
#653673
(101,54,115)
#5A3167
(90,49,103)
#4F2C5B
(79,44,91)
#44274F
(68,39,79)
#392243
(57,34,67)
#2E1D37
(46,29,55)
#23182B
(35,24,43)
#18131F
(24,19,31)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #7B408B

#7B408B
(123,64,139)
#875195
(135,81,149)
#93629F
(147,98,159)
#9F73A9
(159,115,169)
#AB84B3
(171,132,179)
#B795BD
(183,149,189)
#C3A6C7
(195,166,199)
#CFB7D1
(207,183,209)
#DBC8DB
(219,200,219)
#E7D9E5
(231,217,229)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B408B color. Also use rgb(123,64,139) instead hex code.

Text Font Color

.myTextColor { color: #7B408B; }

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

This text font color is #7B408B.

Background Color

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

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

This div background color is #7B408B.

Border color

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

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

This div border color is #7B408B.

Opacity

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

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

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

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

This text has shadow with #7B408B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B408B.

Preview

Color preview on black background

This text has color #7B408B on black background.


Color preview on white background

This text has color #7B408B on white background.


Black color preview on #7B408B background

This text has black color on #7B408B background.


White color preview on #7B408B background

This text has white color on #7B408B background.


Related colors

Complementary color

Complementary color for #hex is #84BF74.


I love getcolorcode.com

Triadic colors

1 #8B7B40 and #408B7B with #7B408B are triadic colors.

2 #8B407B and #407B8B with #7B408B are triadic colors.