COLOR #7384BA

HEX: #7384BA
RGB: (115,132,186)

Color info

#7384BA contains mainly green and blue colors. Web safe color of #7384BA is #6699CC (or #69C).

RGB color model

#7384BA color RGB value is (115,132,186).

  • red value is 115;
  • green value is 132;
  • blue value is 186.
RGB:
(115,132,186)
(45%,52%,73%)

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 186 of 255 = 73%

115
132
186

R + G + B ~ 57%. #7384BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 132 + 186 = 433 (100%)
R 115 of 433 ~ 26.56%
G 132 of 433 ~ 30.48%
B 186 of 433 ~ 42.96%

%26.56
%30.48
%42.96

CMYK color model

#7384BA color CMYK value is (38,29,0,27).

  • cyan value is 38.17%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(38,29,0,27)
C38M29Y0K27 
(38%,29%,0%,27%)
(0.38/0.29/0.00/0.27)	

CMYK percentages

%38.17
%29.03
%0
%27.06

Codes

Color #7384BA in popluar color models

7384BA
RGB115132186
HSL226°33.97%59.02%
HSB/HSV226°38.17%72.94%
CMYK38.17%29.03%0.00%
27.06%

Color #7384BA in popluar number systems.

HEX7384BA
Decimal115132186
Binary11100111000010010111010
Octal163204272

Shades and tints

Shades of #7384BA

#7384BA
(115,132,186)
#6978AA
(105,120,170)
#5F6C9A
(95,108,154)
#55608A
(85,96,138)
#4B547A
(75,84,122)
#41486A
(65,72,106)
#373C5A
(55,60,90)
#2D304A
(45,48,74)
#23243A
(35,36,58)
#19182A
(25,24,42)
#0F0C1A
(15,12,26)
#000000
(0,0,0)

Tints of #7384BA

#7384BA
(115,132,186)
#7F8FC0
(127,143,192)
#8B9AC6
(139,154,198)
#97A5CC
(151,165,204)
#A3B0D2
(163,176,210)
#AFBBD8
(175,187,216)
#BBC6DE
(187,198,222)
#C7D1E4
(199,209,228)
#D3DCEA
(211,220,234)
#DFE7F0
(223,231,240)
#EBF2F6
(235,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7384BA color. Also use rgb(115,132,186) instead hex code.

Text Font Color

.myTextColor { color: #7384BA; }

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

This text font color is #7384BA.


Background Color

.myBgColor { background-color: #7384BA; }

<div style="background-color:#7384BA">Inner text</div>

This div background color is #7384BA.


Border color

.myBorderColor { border: 1px solid #7384BA; }

<div style="border:3px solid #7384BA">Div</div>

This div border color is #7384BA.


Opacity

.myOpacity80 { color: #7384BA; opacity: 0.8; }

<p style="color:#7384BA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7384BA color.

.textShadow {text-shadow: 3px 3px 1px #7384BA, 3px 3px 1px red;}

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

This text has shadow with #7384BA primary color and red secondary color.


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

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

This text has shadow with #7384BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7384BA on black background.


Color preview on white background

This text has color #7384BA on white background.



Black color preview on #7384BA background

This text has black color on #7384BA background.


White color preview on #7384BA background

This text has white color on #7384BA background.