COLOR #7371B8

HEX: #7371B8
RGB: (115,113,184)

Color info

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

RGB color model

#7371B8 color RGB value is (115,113,184).

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

RGB channels and saturation

R 115 of 255 = 45%
G 113 of 255 = 44%
B 184 of 255 = 72%

115
113
184

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

Portions of RGB colors in percentages

R + G + B =
115 + 113 + 184 = 412 (100%)
R 115 of 412 ~ 27.91%
G 113 of 412 ~ 27.43%
B 184 of 412 ~ 44.66%

%27.91
%27.43
%44.66

CMYK color model

#7371B8 color CMYK value is (38,39,0,28).

  • cyan value is 37.50%
  • magenta value is 38.59%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(38,39,0,28)
C38M39Y0K28 
(38%,39%,0%,28%)
(0.38/0.39/0.00/0.28)	

CMYK percentages

%37.5
%38.59
%0
%27.84

Codes

Color #7371B8 in popluar color models

7371B8
RGB115113184
HSL242°33.33%58.24%
HSB/HSV242°38.59%72.16%
CMYK37.50%38.59%0.00%
27.84%

Color #7371B8 in popluar number systems.

HEX7371B8
Decimal115113184
Binary1110011111000110111000
Octal163161270

Shades and tints

Shades of #7371B8

#7371B8
(115,113,184)
#6967A8
(105,103,168)
#5F5D98
(95,93,152)
#555388
(85,83,136)
#4B4978
(75,73,120)
#413F68
(65,63,104)
#373558
(55,53,88)
#2D2B48
(45,43,72)
#232138
(35,33,56)
#191728
(25,23,40)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #7371B8

#7371B8
(115,113,184)
#7F7DBE
(127,125,190)
#8B89C4
(139,137,196)
#9795CA
(151,149,202)
#A3A1D0
(163,161,208)
#AFADD6
(175,173,214)
#BBB9DC
(187,185,220)
#C7C5E2
(199,197,226)
#D3D1E8
(211,209,232)
#DFDDEE
(223,221,238)
#EBE9F4
(235,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7371B8; }

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

This text font color is #7371B8.


Background Color

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

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

This div background color is #7371B8.


Border color

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

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

This div border color is #7371B8.


Opacity

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

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

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

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

This text has shadow with #7371B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7371B8 on black background.


Color preview on white background

This text has color #7371B8 on white background.



Black color preview on #7371B8 background

This text has black color on #7371B8 background.


White color preview on #7371B8 background

This text has white color on #7371B8 background.