COLOR #7384B1

HEX: #7384B1
RGB: (115,132,177)

Color info

#7384B1 contains mainly green and blue colors. Web safe color of #7384B1 is #669999 (or #699).

RGB color model

#7384B1 color RGB value is (115,132,177).

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

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 177 of 255 = 69%

115
132
177

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

Portions of RGB colors in percentages

R + G + B =
115 + 132 + 177 = 424 (100%)
R 115 of 424 ~ 27.12%
G 132 of 424 ~ 31.13%
B 177 of 424 ~ 41.75%

%27.12
%31.13
%41.75

CMYK color model

#7384B1 color CMYK value is (35,25,0,31).

  • cyan value is 35.03%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(35,25,0,31)
C35M25Y0K31 
(35%,25%,0%,31%)
(0.35/0.25/0.00/0.31)	

CMYK percentages

%35.03
%25.42
%0
%30.59

Codes

Color #7384B1 in popluar color models

7384B1
RGB115132177
HSL224°28.44%57.25%
HSB/HSV224°35.03%69.41%
CMYK35.03%25.42%0.00%
30.59%

Color #7384B1 in popluar number systems.

HEX7384B1
Decimal115132177
Binary11100111000010010110001
Octal163204261

Shades and tints

Shades of #7384B1

#7384B1
(115,132,177)
#6978A1
(105,120,161)
#5F6C91
(95,108,145)
#556081
(85,96,129)
#4B5471
(75,84,113)
#414861
(65,72,97)
#373C51
(55,60,81)
#2D3041
(45,48,65)
#232431
(35,36,49)
#191821
(25,24,33)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #7384B1

#7384B1
(115,132,177)
#7F8FB8
(127,143,184)
#8B9ABF
(139,154,191)
#97A5C6
(151,165,198)
#A3B0CD
(163,176,205)
#AFBBD4
(175,187,212)
#BBC6DB
(187,198,219)
#C7D1E2
(199,209,226)
#D3DCE9
(211,220,233)
#DFE7F0
(223,231,240)
#EBF2F7
(235,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7384B1; }

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

This text font color is #7384B1.


Background Color

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

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

This div background color is #7384B1.


Border color

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

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

This div border color is #7384B1.


Opacity

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

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

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

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

This text has shadow with #7384B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7384B1 on black background.


Color preview on white background

This text has color #7384B1 on white background.



Black color preview on #7384B1 background

This text has black color on #7384B1 background.


White color preview on #7384B1 background

This text has white color on #7384B1 background.