COLOR #7373F2

HEX: #7373F2
RGB: (115,115,242)

Color info

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

RGB color model

#7373F2 color RGB value is (115,115,242).

  • red value is 115;
  • green value is 115;
  • blue value is 242.
RGB:
(115,115,242)
(45%,45%,95%)

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 242 of 255 = 95%

115
115
242

R + G + B ~ 62%. #7373F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 115 + 242 = 472 (100%)
R 115 of 472 ~ 24.36%
G 115 of 472 ~ 24.36%
B 242 of 472 ~ 51.27%

%24.36
%24.36
%51.27

CMYK color model

#7373F2 color CMYK value is (52,52,0,5).

  • cyan value is 52.48%
  • magenta value is 52.48%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(52,52,0,5)
C52M52Y0K5 
(52%,52%,0%,5%)
(0.52/0.52/0.00/0.05)	

CMYK percentages

%52.48
%52.48
%0
%5.1

Codes

Color #7373F2 in popluar color models

7373F2
RGB115115242
HSL240°83.01%70.00%
HSB/HSV240°52.48%94.90%
CMYK52.48%52.48%0.00%
5.10%

Color #7373F2 in popluar number systems.

HEX7373F2
Decimal115115242
Binary1110011111001111110010
Octal163163362

Shades and tints

Shades of #7373F2

#7373F2
(115,115,242)
#6969DC
(105,105,220)
#5F5FC6
(95,95,198)
#5555B0
(85,85,176)
#4B4B9A
(75,75,154)
#414184
(65,65,132)
#37376E
(55,55,110)
#2D2D58
(45,45,88)
#232342
(35,35,66)
#19192C
(25,25,44)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #7373F2

#7373F2
(115,115,242)
#7F7FF3
(127,127,243)
#8B8BF4
(139,139,244)
#9797F5
(151,151,245)
#A3A3F6
(163,163,246)
#AFAFF7
(175,175,247)
#BBBBF8
(187,187,248)
#C7C7F9
(199,199,249)
#D3D3FA
(211,211,250)
#DFDFFB
(223,223,251)
#EBEBFC
(235,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7373F2 color. Also use rgb(115,115,242) instead hex code.

Text Font Color

.myTextColor { color: #7373F2; }

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

This text font color is #7373F2.


Background Color

.myBgColor { background-color: #7373F2; }

<div style="background-color:#7373F2">Inner text</div>

This div background color is #7373F2.


Border color

.myBorderColor { border: 1px solid #7373F2; }

<div style="border:3px solid #7373F2">Div</div>

This div border color is #7373F2.


Opacity

.myOpacity80 { color: #7373F2; opacity: 0.8; }

<p style="color:#7373F2;opacity:0.8;">80%</p>

Text with #7373F2 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 #7373F2;}

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

This text has shadow with #7373F2 color.

.textShadow {text-shadow: 3px 3px 1px #7373F2, 3px 3px 1px red;}

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

This text has shadow with #7373F2 primary color and red secondary color.


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

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

This text has shadow with #7373F2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7373F2 on black background.


Color preview on white background

This text has color #7373F2 on white background.



Black color preview on #7373F2 background

This text has black color on #7373F2 background.


White color preview on #7373F2 background

This text has white color on #7373F2 background.