COLOR #7385B7

HEX: #7385B7
RGB: (115,133,183)

Color info

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

RGB color model

#7385B7 color RGB value is (115,133,183).

  • red value is 115;
  • green value is 133;
  • blue value is 183.
RGB:
(115,133,183)
(45%,52%,72%)

RGB channels and saturation

R 115 of 255 = 45%
G 133 of 255 = 52%
B 183 of 255 = 72%

115
133
183

R + G + B ~ 56%. #7385B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 133 + 183 = 431 (100%)
R 115 of 431 ~ 26.68%
G 133 of 431 ~ 30.86%
B 183 of 431 ~ 42.46%

%26.68
%30.86
%42.46

CMYK color model

#7385B7 color CMYK value is (37,27,0,28).

  • cyan value is 37.16%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(37,27,0,28)
C37M27Y0K28 
(37%,27%,0%,28%)
(0.37/0.27/0.00/0.28)	

CMYK percentages

%37.16
%27.32
%0
%28.24

Codes

Color #7385B7 in popluar color models

7385B7
RGB115133183
HSL224°32.08%58.43%
HSB/HSV224°37.16%71.76%
CMYK37.16%27.32%0.00%
28.24%

Color #7385B7 in popluar number systems.

HEX7385B7
Decimal115133183
Binary11100111000010110110111
Octal163205267

Shades and tints

Shades of #7385B7

#7385B7
(115,133,183)
#6979A7
(105,121,167)
#5F6D97
(95,109,151)
#556187
(85,97,135)
#4B5577
(75,85,119)
#414967
(65,73,103)
#373D57
(55,61,87)
#2D3147
(45,49,71)
#232537
(35,37,55)
#191927
(25,25,39)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #7385B7

#7385B7
(115,133,183)
#7F90BD
(127,144,189)
#8B9BC3
(139,155,195)
#97A6C9
(151,166,201)
#A3B1CF
(163,177,207)
#AFBCD5
(175,188,213)
#BBC7DB
(187,199,219)
#C7D2E1
(199,210,225)
#D3DDE7
(211,221,231)
#DFE8ED
(223,232,237)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7385B7 color. Also use rgb(115,133,183) instead hex code.

Text Font Color

.myTextColor { color: #7385B7; }

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

This text font color is #7385B7.


Background Color

.myBgColor { background-color: #7385B7; }

<div style="background-color:#7385B7">Inner text</div>

This div background color is #7385B7.


Border color

.myBorderColor { border: 1px solid #7385B7; }

<div style="border:3px solid #7385B7">Div</div>

This div border color is #7385B7.


Opacity

.myOpacity80 { color: #7385B7; opacity: 0.8; }

<p style="color:#7385B7;opacity:0.8;">80%</p>

Text with #7385B7 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 #7385B7;}

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

This text has shadow with #7385B7 color.

.textShadow {text-shadow: 3px 3px 1px #7385B7, 3px 3px 1px red;}

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

This text has shadow with #7385B7 primary color and red secondary color.


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

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

This text has shadow with #7385B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7385B7 on black background.


Color preview on white background

This text has color #7385B7 on white background.



Black color preview on #7385B7 background

This text has black color on #7385B7 background.


White color preview on #7385B7 background

This text has white color on #7385B7 background.