COLOR #7B73A9

HEX: #7B73A9 RGB: (123,115,169)

Color info

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

RGB color model

#7B73A9 color RGB value is (123,115,169).

RGB: (123,115,169) (48%, 45%, 66%)

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 169 of 255 = 66%

123
115
169

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

Portions of RGB colors in percentages

R + G + B = 123 + 115 + 169 = 407 (100%)
R 123 of 407 ~ 30.22%
G 115 of 407 ~ 28.26%
B 169 of 407 ~ 41.52'%

%30.22
%28.26
%41.52

CMYK color model

#7B73A9 color CMYK value is (27,32,0,34).

  • cyan value is 27.22%
  • magenta value is 31.95%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK: (27,32,0,34) C27M32Y0K34 (27%,32%,0%,34%) (0.27/0.32/0.00/0.34) 

CMYK percentages

%27.22
%31.95
%0
%33.73

Codes

Color #7B73A9 in popluar color models

7B 73 A9
RGB 123 115 169
HSL 249° 23.89% 55.69%
HSB/HSV 249° 31.95% 66.27%
CMYK 27.22% 31.95% 0.00%
33.73%

Color #7B73A9 in popluar number systems.

HEX 7B 73 A9
Decimal 123 115 169
Binary 1111011 1110011 10101001
Octal 173 163 251

Shades and tints

Shades of #7B73A9

#7B73A9
(123,115,169)
#70699A
(112,105,154)
#655F8B
(101,95,139)
#5A557C
(90,85,124)
#4F4B6D
(79,75,109)
#44415E
(68,65,94)
#39374F
(57,55,79)
#2E2D40
(46,45,64)
#232331
(35,35,49)
#181922
(24,25,34)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #7B73A9

#7B73A9
(123,115,169)
#877FB0
(135,127,176)
#938BB7
(147,139,183)
#9F97BE
(159,151,190)
#ABA3C5
(171,163,197)
#B7AFCC
(183,175,204)
#C3BBD3
(195,187,211)
#CFC7DA
(207,199,218)
#DBD3E1
(219,211,225)
#E7DFE8
(231,223,232)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B73A9 color. Also use rgb(123,115,169) instead hex code.

Text Font Color

.myTextColor { color: #7B73A9; }

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

This text font color is #7B73A9.

Background Color

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

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

This div background color is #7B73A9.

Border color

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

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

This div border color is #7B73A9.

Opacity

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

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

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

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

This text has shadow with #7B73A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B73A9.

Preview

Color preview on black background

This text has color #7B73A9 on black background.


Color preview on white background

This text has color #7B73A9 on white background.


Black color preview on #7B73A9 background

This text has black color on #7B73A9 background.


White color preview on #7B73A9 background

This text has white color on #7B73A9 background.


Related colors

Complementary color

Complementary color for #hex is #848C56.


I love getcolorcode.com

Triadic colors

1 #A97B73 and #73A97B with #7B73A9 are triadic colors.

2 #A9737B and #737BA9 with #7B73A9 are triadic colors.