COLOR #7384C7

HEX: #7384C7
RGB: (115,132,199)

Color info

#7384C7 contains mainly blue color. Web safe color of #7384C7 is #6699CC (or #69C).

RGB color model

#7384C7 color RGB value is (115,132,199).

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

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 199 of 255 = 78%

115
132
199

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

Portions of RGB colors in percentages

R + G + B =
115 + 132 + 199 = 446 (100%)
R 115 of 446 ~ 25.78%
G 132 of 446 ~ 29.6%
B 199 of 446 ~ 44.62%

%25.78
%29.6
%44.62

CMYK color model

#7384C7 color CMYK value is (42,34,0,22).

  • cyan value is 42.21%
  • magenta value is 33.67%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(42,34,0,22)
C42M34Y0K22 
(42%,34%,0%,22%)
(0.42/0.34/0.00/0.22)	

CMYK percentages

%42.21
%33.67
%0
%21.96

Codes

Color #7384C7 in popluar color models

7384C7
RGB115132199
HSL228°42.86%61.57%
HSB/HSV228°42.21%78.04%
CMYK42.21%33.67%0.00%
21.96%

Color #7384C7 in popluar number systems.

HEX7384C7
Decimal115132199
Binary11100111000010011000111
Octal163204307

Shades and tints

Shades of #7384C7

#7384C7
(115,132,199)
#6978B5
(105,120,181)
#5F6CA3
(95,108,163)
#556091
(85,96,145)
#4B547F
(75,84,127)
#41486D
(65,72,109)
#373C5B
(55,60,91)
#2D3049
(45,48,73)
#232437
(35,36,55)
#191825
(25,24,37)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #7384C7

#7384C7
(115,132,199)
#7F8FCC
(127,143,204)
#8B9AD1
(139,154,209)
#97A5D6
(151,165,214)
#A3B0DB
(163,176,219)
#AFBBE0
(175,187,224)
#BBC6E5
(187,198,229)
#C7D1EA
(199,209,234)
#D3DCEF
(211,220,239)
#DFE7F4
(223,231,244)
#EBF2F9
(235,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7384C7; }

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

This text font color is #7384C7.


Background Color

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

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

This div background color is #7384C7.


Border color

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

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

This div border color is #7384C7.


Opacity

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

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

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

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

This text has shadow with #7384C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7384C7 on black background.


Color preview on white background

This text has color #7384C7 on white background.



Black color preview on #7384C7 background

This text has black color on #7384C7 background.


White color preview on #7384C7 background

This text has white color on #7384C7 background.