COLOR #7375FC

HEX: #7375FC
RGB: (115,117,252)

Color info

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

RGB color model

#7375FC color RGB value is (115,117,252).

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

RGB channels and saturation

R 115 of 255 = 45%
G 117 of 255 = 46%
B 252 of 255 = 99%

115
117
252

R + G + B ~ 63%. #7375FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 117 + 252 = 484 (100%)
R 115 of 484 ~ 23.76%
G 117 of 484 ~ 24.17%
B 252 of 484 ~ 52.07%

%23.76
%24.17
%52.07

CMYK color model

#7375FC color CMYK value is (54,54,0,1).

  • cyan value is 54.37%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(54,54,0,1)
C54M54Y0K1 
(54%,54%,0%,1%)
(0.54/0.54/0.00/0.01)	

CMYK percentages

%54.37
%53.57
%0
%1.18

Codes

Color #7375FC in popluar color models

7375FC
RGB115117252
HSL239°95.80%71.96%
HSB/HSV239°54.37%98.82%
CMYK54.37%53.57%0.00%
1.18%

Color #7375FC in popluar number systems.

HEX7375FC
Decimal115117252
Binary1110011111010111111100
Octal163165374

Shades and tints

Shades of #7375FC

#7375FC
(115,117,252)
#696BE6
(105,107,230)
#5F61D0
(95,97,208)
#5557BA
(85,87,186)
#4B4DA4
(75,77,164)
#41438E
(65,67,142)
#373978
(55,57,120)
#2D2F62
(45,47,98)
#23254C
(35,37,76)
#191B36
(25,27,54)
#0F1120
(15,17,32)
#000000
(0,0,0)

Tints of #7375FC

#7375FC
(115,117,252)
#7F81FC
(127,129,252)
#8B8DFC
(139,141,252)
#9799FC
(151,153,252)
#A3A5FC
(163,165,252)
#AFB1FC
(175,177,252)
#BBBDFC
(187,189,252)
#C7C9FC
(199,201,252)
#D3D5FC
(211,213,252)
#DFE1FC
(223,225,252)
#EBEDFC
(235,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7375FC; }

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

This text font color is #7375FC.


Background Color

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

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

This div background color is #7375FC.


Border color

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

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

This div border color is #7375FC.


Opacity

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

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

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

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

This text has shadow with #7375FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7375FC on black background.


Color preview on white background

This text has color #7375FC on white background.



Black color preview on #7375FC background

This text has black color on #7375FC background.


White color preview on #7375FC background

This text has white color on #7375FC background.