COLOR #7379B8

HEX: #7379B8
RGB: (115,121,184)

Color info

#7379B8 contains mainly blue color. Web safe color of #7379B8 is #6666CC (or #66C).

RGB color model

#7379B8 color RGB value is (115,121,184).

  • red value is 115;
  • green value is 121;
  • blue value is 184.
RGB:
(115,121,184)
(45%,47%,72%)

RGB channels and saturation

R 115 of 255 = 45%
G 121 of 255 = 47%
B 184 of 255 = 72%

115
121
184

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

Portions of RGB colors in percentages

R + G + B =
115 + 121 + 184 = 420 (100%)
R 115 of 420 ~ 27.38%
G 121 of 420 ~ 28.81%
B 184 of 420 ~ 43.81%

%27.38
%28.81
%43.81

CMYK color model

#7379B8 color CMYK value is (38,34,0,28).

  • cyan value is 37.50%
  • magenta value is 34.24%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(38,34,0,28)
C38M34Y0K28 
(38%,34%,0%,28%)
(0.38/0.34/0.00/0.28)	

CMYK percentages

%37.5
%34.24
%0
%27.84

Codes

Color #7379B8 in popluar color models

7379B8
RGB115121184
HSL235°32.70%58.63%
HSB/HSV235°37.50%72.16%
CMYK37.50%34.24%0.00%
27.84%

Color #7379B8 in popluar number systems.

HEX7379B8
Decimal115121184
Binary1110011111100110111000
Octal163171270

Shades and tints

Shades of #7379B8

#7379B8
(115,121,184)
#696EA8
(105,110,168)
#5F6398
(95,99,152)
#555888
(85,88,136)
#4B4D78
(75,77,120)
#414268
(65,66,104)
#373758
(55,55,88)
#2D2C48
(45,44,72)
#232138
(35,33,56)
#191628
(25,22,40)
#0F0B18
(15,11,24)
#000000
(0,0,0)

Tints of #7379B8

#7379B8
(115,121,184)
#7F85BE
(127,133,190)
#8B91C4
(139,145,196)
#979DCA
(151,157,202)
#A3A9D0
(163,169,208)
#AFB5D6
(175,181,214)
#BBC1DC
(187,193,220)
#C7CDE2
(199,205,226)
#D3D9E8
(211,217,232)
#DFE5EE
(223,229,238)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7379B8; }

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

This text font color is #7379B8.


Background Color

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

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

This div background color is #7379B8.


Border color

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

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

This div border color is #7379B8.


Opacity

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

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

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

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

This text has shadow with #7379B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7379B8 on black background.


Color preview on white background

This text has color #7379B8 on white background.



Black color preview on #7379B8 background

This text has black color on #7379B8 background.


White color preview on #7379B8 background

This text has white color on #7379B8 background.