COLOR #7379B4

HEX: #7379B4 RGB: (115,121,180)

Color info

#7379B4 contains mainly green and blue colors. Web safe color of #7379B4 is #6666CC (or #66C).

RGB color model

#7379B4 color RGB value is (115,121,180).

RGB: (115,121,180) (45%, 47%, 71%)

RGB channels and saturation

R 115 of 255 = 45%
G 121 of 255 = 47%
B 180 of 255 = 71%

115
121
180

R + G + B ~ 54%. #7379B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 121 + 180 = 416 (100%)
R 115 of 416 ~ 27.64%
G 121 of 416 ~ 29.09%
B 180 of 416 ~ 43.27'%

%27.64
%29.09
%43.27

CMYK color model

#7379B4 color CMYK value is (36,33,0,29).

  • cyan value is 36.11%
  • magenta value is 32.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK: (36,33,0,29) C36M33Y0K29 (36%,33%,0%,29%) (0.36/0.33/0.00/0.29) 

CMYK percentages

%36.11
%32.78
%0
%29.41

Codes

Color #7379B4 in popluar color models

73 79 B4
RGB 115 121 180
HSL 234° 30.23% 57.84%
HSB/HSV 234° 36.11% 70.59%
CMYK 36.11% 32.78% 0.00%
29.41%

Color #7379B4 in popluar number systems.

HEX 73 79 B4
Decimal 115 121 180
Binary 1110011 1111001 10110100
Octal 163 171 264

Shades and tints

Shades of #7379B4

#7379B4
(115,121,180)
#696EA4
(105,110,164)
#5F6394
(95,99,148)
#555884
(85,88,132)
#4B4D74
(75,77,116)
#414264
(65,66,100)
#373754
(55,55,84)
#2D2C44
(45,44,68)
#232134
(35,33,52)
#191624
(25,22,36)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #7379B4

#7379B4
(115,121,180)
#7F85BA
(127,133,186)
#8B91C0
(139,145,192)
#979DC6
(151,157,198)
#A3A9CC
(163,169,204)
#AFB5D2
(175,181,210)
#BBC1D8
(187,193,216)
#C7CDDE
(199,205,222)
#D3D9E4
(211,217,228)
#DFE5EA
(223,229,234)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7379B4 color. Also use rgb(115,121,180) instead hex code.

Text Font Color

.myTextColor { color: #7379B4; }

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

This text font color is #7379B4.

Background Color

.myBgColor { background-color: #7379B4; }

<div style="background-color:#7379B4">Inner text</div>

This div background color is #7379B4.

Border color

.myBorderColor { border: 1px solid #7379B4; }

<div style="border:3px solid #7379B4">Div</div>

This div border color is #7379B4.

Opacity

.myOpacity80 { color: #7379B4; opacity: 0.8; }

<p style="color:#7379B4;opacity:0.8;">80%</p>

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

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

This text has shadow with #7379B4 color.


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

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

This text has shadow with #7379B4 primary color and red secondary color.


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

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

This text has shadow with #7379B4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7379B4.

Preview

Color preview on black background

This text has color #7379B4 on black background.


Color preview on white background

This text has color #7379B4 on white background.


Black color preview on #7379B4 background

This text has black color on #7379B4 background.


White color preview on #7379B4 background

This text has white color on #7379B4 background.


Related colors

Complementary color

Complementary color for #hex is #8C864B.


I love getcolorcode.com

Triadic colors

1 #B47379 and #79B473 with #7379B4 are triadic colors.

2 #B47973 and #7973B4 with #7379B4 are triadic colors.