COLOR #7390C3

HEX: #7390C3
RGB: (115,144,195)

Color info

#7390C3 contains mainly green and blue colors. Web safe color of #7390C3 is #6699CC (or #69C).

RGB color model

#7390C3 color RGB value is (115,144,195).

  • red value is 115;
  • green value is 144;
  • blue value is 195.
RGB:
(115,144,195)
(45%,56%,76%)

RGB channels and saturation

R 115 of 255 = 45%
G 144 of 255 = 56%
B 195 of 255 = 76%

115
144
195

R + G + B ~ 59%. #7390C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 144 + 195 = 454 (100%)
R 115 of 454 ~ 25.33%
G 144 of 454 ~ 31.72%
B 195 of 454 ~ 42.95%

%25.33
%31.72
%42.95

CMYK color model

#7390C3 color CMYK value is (41,26,0,24).

  • cyan value is 41.03%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(41,26,0,24)
C41M26Y0K24 
(41%,26%,0%,24%)
(0.41/0.26/0.00/0.24)	

CMYK percentages

%41.03
%26.15
%0
%23.53

Codes

Color #7390C3 in popluar color models

7390C3
RGB115144195
HSL218°40.00%60.78%
HSB/HSV218°41.03%76.47%
CMYK41.03%26.15%0.00%
23.53%

Color #7390C3 in popluar number systems.

HEX7390C3
Decimal115144195
Binary11100111001000011000011
Octal163220303

Shades and tints

Shades of #7390C3

#7390C3
(115,144,195)
#6983B2
(105,131,178)
#5F76A1
(95,118,161)
#556990
(85,105,144)
#4B5C7F
(75,92,127)
#414F6E
(65,79,110)
#37425D
(55,66,93)
#2D354C
(45,53,76)
#23283B
(35,40,59)
#191B2A
(25,27,42)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #7390C3

#7390C3
(115,144,195)
#7F9AC8
(127,154,200)
#8BA4CD
(139,164,205)
#97AED2
(151,174,210)
#A3B8D7
(163,184,215)
#AFC2DC
(175,194,220)
#BBCCE1
(187,204,225)
#C7D6E6
(199,214,230)
#D3E0EB
(211,224,235)
#DFEAF0
(223,234,240)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7390C3 color. Also use rgb(115,144,195) instead hex code.

Text Font Color

.myTextColor { color: #7390C3; }

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

This text font color is #7390C3.


Background Color

.myBgColor { background-color: #7390C3; }

<div style="background-color:#7390C3">Inner text</div>

This div background color is #7390C3.


Border color

.myBorderColor { border: 1px solid #7390C3; }

<div style="border:3px solid #7390C3">Div</div>

This div border color is #7390C3.


Opacity

.myOpacity80 { color: #7390C3; opacity: 0.8; }

<p style="color:#7390C3;opacity:0.8;">80%</p>

Text with #7390C3 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 #7390C3;}

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

This text has shadow with #7390C3 color.

.textShadow {text-shadow: 3px 3px 1px #7390C3, 3px 3px 1px red;}

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

This text has shadow with #7390C3 primary color and red secondary color.


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

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

This text has shadow with #7390C3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7390C3 on black background.


Color preview on white background

This text has color #7390C3 on white background.



Black color preview on #7390C3 background

This text has black color on #7390C3 background.


White color preview on #7390C3 background

This text has white color on #7390C3 background.