COLOR #7375EE

HEX: #7375EE
RGB: (115,117,238)

Color info

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

RGB color model

#7375EE color RGB value is (115,117,238).

  • red value is 115;
  • green value is 117;
  • blue value is 238.
RGB:
(115,117,238)
(45%,46%,93%)

RGB channels and saturation

R 115 of 255 = 45%
G 117 of 255 = 46%
B 238 of 255 = 93%

115
117
238

R + G + B ~ 61%. #7375EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 117 + 238 = 470 (100%)
R 115 of 470 ~ 24.47%
G 117 of 470 ~ 24.89%
B 238 of 470 ~ 50.64%

%24.47
%24.89
%50.64

CMYK color model

#7375EE color CMYK value is (52,51,0,7).

  • cyan value is 51.68%
  • magenta value is 50.84%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(52,51,0,7)
C52M51Y0K7 
(52%,51%,0%,7%)
(0.52/0.51/0.00/0.07)	

CMYK percentages

%51.68
%50.84
%0
%6.67

Codes

Color #7375EE in popluar color models

7375EE
RGB115117238
HSL239°78.34%69.22%
HSB/HSV239°51.68%93.33%
CMYK51.68%50.84%0.00%
6.67%

Color #7375EE in popluar number systems.

HEX7375EE
Decimal115117238
Binary1110011111010111101110
Octal163165356

Shades and tints

Shades of #7375EE

#7375EE
(115,117,238)
#696BD9
(105,107,217)
#5F61C4
(95,97,196)
#5557AF
(85,87,175)
#4B4D9A
(75,77,154)
#414385
(65,67,133)
#373970
(55,57,112)
#2D2F5B
(45,47,91)
#232546
(35,37,70)
#191B31
(25,27,49)
#0F111C
(15,17,28)
#000000
(0,0,0)

Tints of #7375EE

#7375EE
(115,117,238)
#7F81EF
(127,129,239)
#8B8DF0
(139,141,240)
#9799F1
(151,153,241)
#A3A5F2
(163,165,242)
#AFB1F3
(175,177,243)
#BBBDF4
(187,189,244)
#C7C9F5
(199,201,245)
#D3D5F6
(211,213,246)
#DFE1F7
(223,225,247)
#EBEDF8
(235,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7375EE color. Also use rgb(115,117,238) instead hex code.

Text Font Color

.myTextColor { color: #7375EE; }

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

This text font color is #7375EE.


Background Color

.myBgColor { background-color: #7375EE; }

<div style="background-color:#7375EE">Inner text</div>

This div background color is #7375EE.


Border color

.myBorderColor { border: 1px solid #7375EE; }

<div style="border:3px solid #7375EE">Div</div>

This div border color is #7375EE.


Opacity

.myOpacity80 { color: #7375EE; opacity: 0.8; }

<p style="color:#7375EE;opacity:0.8;">80%</p>

Text with #7375EE 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 #7375EE;}

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

This text has shadow with #7375EE color.

.textShadow {text-shadow: 3px 3px 1px #7375EE, 3px 3px 1px red;}

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

This text has shadow with #7375EE primary color and red secondary color.


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

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

This text has shadow with #7375EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7375EE on black background.


Color preview on white background

This text has color #7375EE on white background.



Black color preview on #7375EE background

This text has black color on #7375EE background.


White color preview on #7375EE background

This text has white color on #7375EE background.