COLOR #7391C8

HEX: #7391C8
RGB: (115,145,200)

Color info

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

RGB color model

#7391C8 color RGB value is (115,145,200).

  • red value is 115;
  • green value is 145;
  • blue value is 200.
RGB:
(115,145,200)
(45%,57%,78%)

RGB channels and saturation

R 115 of 255 = 45%
G 145 of 255 = 57%
B 200 of 255 = 78%

115
145
200

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

Portions of RGB colors in percentages

R + G + B =
115 + 145 + 200 = 460 (100%)
R 115 of 460 ~ 25%
G 145 of 460 ~ 31.52%
B 200 of 460 ~ 43.48%

%25
%31.52
%43.48

CMYK color model

#7391C8 color CMYK value is (43,28,0,22).

  • cyan value is 42.50%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(43,28,0,22)
C43M28Y0K22 
(43%,28%,0%,22%)
(0.43/0.28/0.00/0.22)	

CMYK percentages

%42.5
%27.5
%0
%21.57

Codes

Color #7391C8 in popluar color models

7391C8
RGB115145200
HSL219°43.59%61.76%
HSB/HSV219°42.50%78.43%
CMYK42.50%27.50%0.00%
21.57%

Color #7391C8 in popluar number systems.

HEX7391C8
Decimal115145200
Binary11100111001000111001000
Octal163221310

Shades and tints

Shades of #7391C8

#7391C8
(115,145,200)
#6984B6
(105,132,182)
#5F77A4
(95,119,164)
#556A92
(85,106,146)
#4B5D80
(75,93,128)
#41506E
(65,80,110)
#37435C
(55,67,92)
#2D364A
(45,54,74)
#232938
(35,41,56)
#191C26
(25,28,38)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #7391C8

#7391C8
(115,145,200)
#7F9BCD
(127,155,205)
#8BA5D2
(139,165,210)
#97AFD7
(151,175,215)
#A3B9DC
(163,185,220)
#AFC3E1
(175,195,225)
#BBCDE6
(187,205,230)
#C7D7EB
(199,215,235)
#D3E1F0
(211,225,240)
#DFEBF5
(223,235,245)
#EBF5FA
(235,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7391C8 color. Also use rgb(115,145,200) instead hex code.

Text Font Color

.myTextColor { color: #7391C8; }

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

This text font color is #7391C8.


Background Color

.myBgColor { background-color: #7391C8; }

<div style="background-color:#7391C8">Inner text</div>

This div background color is #7391C8.


Border color

.myBorderColor { border: 1px solid #7391C8; }

<div style="border:3px solid #7391C8">Div</div>

This div border color is #7391C8.


Opacity

.myOpacity80 { color: #7391C8; opacity: 0.8; }

<p style="color:#7391C8;opacity:0.8;">80%</p>

Text with #7391C8 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 #7391C8;}

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

This text has shadow with #7391C8 color.

.textShadow {text-shadow: 3px 3px 1px #7391C8, 3px 3px 1px red;}

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

This text has shadow with #7391C8 primary color and red secondary color.


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

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

This text has shadow with #7391C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7391C8 on black background.


Color preview on white background

This text has color #7391C8 on white background.



Black color preview on #7391C8 background

This text has black color on #7391C8 background.


White color preview on #7391C8 background

This text has white color on #7391C8 background.