COLOR #7384BE

HEX: #7384BE
RGB: (115,132,190)

Color info

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

RGB color model

#7384BE color RGB value is (115,132,190).

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

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 190 of 255 = 75%

115
132
190

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

Portions of RGB colors in percentages

R + G + B =
115 + 132 + 190 = 437 (100%)
R 115 of 437 ~ 26.32%
G 132 of 437 ~ 30.21%
B 190 of 437 ~ 43.48%

%26.32
%30.21
%43.48

CMYK color model

#7384BE color CMYK value is (39,31,0,25).

  • cyan value is 39.47%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(39,31,0,25)
C39M31Y0K25 
(39%,31%,0%,25%)
(0.39/0.31/0.00/0.25)	

CMYK percentages

%39.47
%30.53
%0
%25.49

Codes

Color #7384BE in popluar color models

7384BE
RGB115132190
HSL226°36.59%59.80%
HSB/HSV226°39.47%74.51%
CMYK39.47%30.53%0.00%
25.49%

Color #7384BE in popluar number systems.

HEX7384BE
Decimal115132190
Binary11100111000010010111110
Octal163204276

Shades and tints

Shades of #7384BE

#7384BE
(115,132,190)
#6978AD
(105,120,173)
#5F6C9C
(95,108,156)
#55608B
(85,96,139)
#4B547A
(75,84,122)
#414869
(65,72,105)
#373C58
(55,60,88)
#2D3047
(45,48,71)
#232436
(35,36,54)
#191825
(25,24,37)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #7384BE

#7384BE
(115,132,190)
#7F8FC3
(127,143,195)
#8B9AC8
(139,154,200)
#97A5CD
(151,165,205)
#A3B0D2
(163,176,210)
#AFBBD7
(175,187,215)
#BBC6DC
(187,198,220)
#C7D1E1
(199,209,225)
#D3DCE6
(211,220,230)
#DFE7EB
(223,231,235)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7384BE; }

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

This text font color is #7384BE.


Background Color

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

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

This div background color is #7384BE.


Border color

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

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

This div border color is #7384BE.


Opacity

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

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

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

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

This text has shadow with #7384BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7384BE on black background.


Color preview on white background

This text has color #7384BE on white background.



Black color preview on #7384BE background

This text has black color on #7384BE background.


White color preview on #7384BE background

This text has white color on #7384BE background.