COLOR #7B5090

HEX: #7B5090 RGB: (123,80,144)

Color info

#7B5090 contains mainly red and blue colors. Web safe color of #7B5090 is #666699 (or #669).

RGB color model

#7B5090 color RGB value is (123,80,144).

RGB: (123,80,144) (48%, 31%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 80 of 255 = 31%
B 144 of 255 = 56%

123
80
144

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

Portions of RGB colors in percentages

R + G + B = 123 + 80 + 144 = 347 (100%)
R 123 of 347 ~ 35.45%
G 80 of 347 ~ 23.05%
B 144 of 347 ~ 41.5'%

%35.45
%23.05
%41.5

CMYK color model

#7B5090 color CMYK value is (15,44,0,44).

  • cyan value is 14.58%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (15,44,0,44)
C15M44Y0K44 (15%, 44%, 0%, 44%)
(0.15 / 0.44 / 0.00 / 0.44)

CMYK percentages

%14.58
%44.44
%0
%43.53

Codes

Color #7B5090 in popluar color models

7B 50 90
RGB 123 80 144
HSL 280° 28.57% 43.92%
HSB/HSV 280° 44.44% 56.47%
CMYK 14.58% 44.44% 0.00%
43.53%

Color #7B5090 in popluar number systems.

HEX 7B 50 90
Decimal 123 80 144
Binary 1111011 1010000 10010000
Octal 173 120 220

Shades and tints

Shades of #7B5090

#7B5090
(123,80,144)
#704983
(112,73,131)
#654276
(101,66,118)
#5A3B69
(90,59,105)
#4F345C
(79,52,92)
#442D4F
(68,45,79)
#392642
(57,38,66)
#2E1F35
(46,31,53)
#231828
(35,24,40)
#18111B
(24,17,27)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #7B5090

#7B5090
(123,80,144)
#875F9A
(135,95,154)
#936EA4
(147,110,164)
#9F7DAE
(159,125,174)
#AB8CB8
(171,140,184)
#B79BC2
(183,155,194)
#C3AACC
(195,170,204)
#CFB9D6
(207,185,214)
#DBC8E0
(219,200,224)
#E7D7EA
(231,215,234)
#F3E6F4
(243,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5090 color. Also use rgb(123,80,144) instead hex code.

Text Font Color

.myTextColor { color: #7B5090; }

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

This text font color is #7B5090.

Background Color

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

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

This div background color is #7B5090.

Border color

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

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

This div border color is #7B5090.

Opacity

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

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

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

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

This text has shadow with #7B5090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5090.

Preview

Color preview on black background

This text has color #7B5090 on black background.


Color preview on white background

This text has color #7B5090 on white background.


Black color preview on #7B5090 background

This text has black color on #7B5090 background.


White color preview on #7B5090 background

This text has white color on #7B5090 background.


Related colors

Complementary color

Complementary color for #hex is #84AF6F.


I love getcolorcode.com

Triadic colors

1 #907B50 and #50907B with #7B5090 are triadic colors.

2 #90507B and #507B90 with #7B5090 are triadic colors.