COLOR #7375E4

HEX: #7375E4
RGB: (115,117,228)

Color info

#7375E4 contains mainly blue color. Web safe color of #7375E4 is #6666CC (or #66C).

RGB color model

#7375E4 color RGB value is (115,117,228).

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

RGB channels and saturation

R 115 of 255 = 45%
G 117 of 255 = 46%
B 228 of 255 = 89%

115
117
228

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

Portions of RGB colors in percentages

R + G + B =
115 + 117 + 228 = 460 (100%)
R 115 of 460 ~ 25%
G 117 of 460 ~ 25.43%
B 228 of 460 ~ 49.57%

%25
%25.43
%49.57

CMYK color model

#7375E4 color CMYK value is (50,49,0,11).

  • cyan value is 49.56%
  • magenta value is 48.68%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(50,49,0,11)
C50M49Y0K11 
(50%,49%,0%,11%)
(0.50/0.49/0.00/0.11)	

CMYK percentages

%49.56
%48.68
%0
%10.59

Codes

Color #7375E4 in popluar color models

7375E4
RGB115117228
HSL239°67.66%67.25%
HSB/HSV239°49.56%89.41%
CMYK49.56%48.68%0.00%
10.59%

Color #7375E4 in popluar number systems.

HEX7375E4
Decimal115117228
Binary1110011111010111100100
Octal163165344

Shades and tints

Shades of #7375E4

#7375E4
(115,117,228)
#696BD0
(105,107,208)
#5F61BC
(95,97,188)
#5557A8
(85,87,168)
#4B4D94
(75,77,148)
#414380
(65,67,128)
#37396C
(55,57,108)
#2D2F58
(45,47,88)
#232544
(35,37,68)
#191B30
(25,27,48)
#0F111C
(15,17,28)
#000000
(0,0,0)

Tints of #7375E4

#7375E4
(115,117,228)
#7F81E6
(127,129,230)
#8B8DE8
(139,141,232)
#9799EA
(151,153,234)
#A3A5EC
(163,165,236)
#AFB1EE
(175,177,238)
#BBBDF0
(187,189,240)
#C7C9F2
(199,201,242)
#D3D5F4
(211,213,244)
#DFE1F6
(223,225,246)
#EBEDF8
(235,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7375E4; }

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

This text font color is #7375E4.


Background Color

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

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

This div background color is #7375E4.


Border color

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

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

This div border color is #7375E4.


Opacity

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

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

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

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

This text has shadow with #7375E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7375E4 on black background.


Color preview on white background

This text has color #7375E4 on white background.



Black color preview on #7375E4 background

This text has black color on #7375E4 background.


White color preview on #7375E4 background

This text has white color on #7375E4 background.