COLOR #7368EF

HEX: #7368EF
RGB: (115,104,239)

Color info

#7368EF contains mainly blue color. Web safe color of #7368EF is #6666FF (or #66F).

RGB color model

#7368EF color RGB value is (115,104,239).

  • red value is 115;
  • green value is 104;
  • blue value is 239.
RGB:
(115,104,239)
(45%,41%,94%)

RGB channels and saturation

R 115 of 255 = 45%
G 104 of 255 = 41%
B 239 of 255 = 94%

115
104
239

R + G + B ~ 60%. #7368EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 104 + 239 = 458 (100%)
R 115 of 458 ~ 25.11%
G 104 of 458 ~ 22.71%
B 239 of 458 ~ 52.18%

%25.11
%22.71
%52.18

CMYK color model

#7368EF color CMYK value is (52,56,0,6).

  • cyan value is 51.88%
  • magenta value is 56.49%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(52,56,0,6)
C52M56Y0K6 
(52%,56%,0%,6%)
(0.52/0.56/0.00/0.06)	

CMYK percentages

%51.88
%56.49
%0
%6.27

Codes

Color #7368EF in popluar color models

7368EF
RGB115104239
HSL245°80.84%67.25%
HSB/HSV245°56.49%93.73%
CMYK51.88%56.49%0.00%
6.27%

Color #7368EF in popluar number systems.

HEX7368EF
Decimal115104239
Binary1110011110100011101111
Octal163150357

Shades and tints

Shades of #7368EF

#7368EF
(115,104,239)
#695FDA
(105,95,218)
#5F56C5
(95,86,197)
#554DB0
(85,77,176)
#4B449B
(75,68,155)
#413B86
(65,59,134)
#373271
(55,50,113)
#2D295C
(45,41,92)
#232047
(35,32,71)
#191732
(25,23,50)
#0F0E1D
(15,14,29)
#000000
(0,0,0)

Tints of #7368EF

#7368EF
(115,104,239)
#7F75F0
(127,117,240)
#8B82F1
(139,130,241)
#978FF2
(151,143,242)
#A39CF3
(163,156,243)
#AFA9F4
(175,169,244)
#BBB6F5
(187,182,245)
#C7C3F6
(199,195,246)
#D3D0F7
(211,208,247)
#DFDDF8
(223,221,248)
#EBEAF9
(235,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7368EF color. Also use rgb(115,104,239) instead hex code.

Text Font Color

.myTextColor { color: #7368EF; }

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

This text font color is #7368EF.


Background Color

.myBgColor { background-color: #7368EF; }

<div style="background-color:#7368EF">Inner text</div>

This div background color is #7368EF.


Border color

.myBorderColor { border: 1px solid #7368EF; }

<div style="border:3px solid #7368EF">Div</div>

This div border color is #7368EF.


Opacity

.myOpacity80 { color: #7368EF; opacity: 0.8; }

<p style="color:#7368EF;opacity:0.8;">80%</p>

Text with #7368EF 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 #7368EF;}

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

This text has shadow with #7368EF color.

.textShadow {text-shadow: 3px 3px 1px #7368EF, 3px 3px 1px red;}

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

This text has shadow with #7368EF primary color and red secondary color.


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

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

This text has shadow with #7368EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7368EF on black background.


Color preview on white background

This text has color #7368EF on white background.



Black color preview on #7368EF background

This text has black color on #7368EF background.


White color preview on #7368EF background

This text has white color on #7368EF background.