COLOR #7389B6

HEX: #7389B6
RGB: (115,137,182)

Color info

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

RGB color model

#7389B6 color RGB value is (115,137,182).

  • red value is 115;
  • green value is 137;
  • blue value is 182.
RGB:
(115,137,182)
(45%,54%,71%)

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 182 of 255 = 71%

115
137
182

R + G + B ~ 57%. #7389B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 137 + 182 = 434 (100%)
R 115 of 434 ~ 26.5%
G 137 of 434 ~ 31.57%
B 182 of 434 ~ 41.94%

%26.5
%31.57
%41.94

CMYK color model

#7389B6 color CMYK value is (37,25,0,29).

  • cyan value is 36.81%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(37,25,0,29)
C37M25Y0K29 
(37%,25%,0%,29%)
(0.37/0.25/0.00/0.29)	

CMYK percentages

%36.81
%24.73
%0
%28.63

Codes

Color #7389B6 in popluar color models

7389B6
RGB115137182
HSL220°31.46%58.24%
HSB/HSV220°36.81%71.37%
CMYK36.81%24.73%0.00%
28.63%

Color #7389B6 in popluar number systems.

HEX7389B6
Decimal115137182
Binary11100111000100110110110
Octal163211266

Shades and tints

Shades of #7389B6

#7389B6
(115,137,182)
#697DA6
(105,125,166)
#5F7196
(95,113,150)
#556586
(85,101,134)
#4B5976
(75,89,118)
#414D66
(65,77,102)
#374156
(55,65,86)
#2D3546
(45,53,70)
#232936
(35,41,54)
#191D26
(25,29,38)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #7389B6

#7389B6
(115,137,182)
#7F93BC
(127,147,188)
#8B9DC2
(139,157,194)
#97A7C8
(151,167,200)
#A3B1CE
(163,177,206)
#AFBBD4
(175,187,212)
#BBC5DA
(187,197,218)
#C7CFE0
(199,207,224)
#D3D9E6
(211,217,230)
#DFE3EC
(223,227,236)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7389B6 color. Also use rgb(115,137,182) instead hex code.

Text Font Color

.myTextColor { color: #7389B6; }

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

This text font color is #7389B6.


Background Color

.myBgColor { background-color: #7389B6; }

<div style="background-color:#7389B6">Inner text</div>

This div background color is #7389B6.


Border color

.myBorderColor { border: 1px solid #7389B6; }

<div style="border:3px solid #7389B6">Div</div>

This div border color is #7389B6.


Opacity

.myOpacity80 { color: #7389B6; opacity: 0.8; }

<p style="color:#7389B6;opacity:0.8;">80%</p>

Text with #7389B6 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 #7389B6;}

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

This text has shadow with #7389B6 color.

.textShadow {text-shadow: 3px 3px 1px #7389B6, 3px 3px 1px red;}

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

This text has shadow with #7389B6 primary color and red secondary color.


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

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

This text has shadow with #7389B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7389B6 on black background.


Color preview on white background

This text has color #7389B6 on white background.



Black color preview on #7389B6 background

This text has black color on #7389B6 background.


White color preview on #7389B6 background

This text has white color on #7389B6 background.