COLOR #7383C8

HEX: #7383C8
RGB: (115,131,200)

Color info

#7383C8 contains mainly blue color. Web safe color of #7383C8 is #6699CC (or #69C).

RGB color model

#7383C8 color RGB value is (115,131,200).

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

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 200 of 255 = 78%

115
131
200

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

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 200 = 446 (100%)
R 115 of 446 ~ 25.78%
G 131 of 446 ~ 29.37%
B 200 of 446 ~ 44.84%

%25.78
%29.37
%44.84

CMYK color model

#7383C8 color CMYK value is (43,35,0,22).

  • cyan value is 42.50%
  • magenta value is 34.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(43,35,0,22)
C43M35Y0K22 
(43%,35%,0%,22%)
(0.43/0.35/0.00/0.22)	

CMYK percentages

%42.5
%34.5
%0
%21.57

Codes

Color #7383C8 in popluar color models

7383C8
RGB115131200
HSL229°43.59%61.76%
HSB/HSV229°42.50%78.43%
CMYK42.50%34.50%0.00%
21.57%

Color #7383C8 in popluar number systems.

HEX7383C8
Decimal115131200
Binary11100111000001111001000
Octal163203310

Shades and tints

Shades of #7383C8

#7383C8
(115,131,200)
#6978B6
(105,120,182)
#5F6DA4
(95,109,164)
#556292
(85,98,146)
#4B5780
(75,87,128)
#414C6E
(65,76,110)
#37415C
(55,65,92)
#2D364A
(45,54,74)
#232B38
(35,43,56)
#192026
(25,32,38)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #7383C8

#7383C8
(115,131,200)
#7F8ECD
(127,142,205)
#8B99D2
(139,153,210)
#97A4D7
(151,164,215)
#A3AFDC
(163,175,220)
#AFBAE1
(175,186,225)
#BBC5E6
(187,197,230)
#C7D0EB
(199,208,235)
#D3DBF0
(211,219,240)
#DFE6F5
(223,230,245)
#EBF1FA
(235,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7383C8; }

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

This text font color is #7383C8.


Background Color

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

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

This div background color is #7383C8.


Border color

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

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

This div border color is #7383C8.


Opacity

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

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

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

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

This text has shadow with #7383C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7383C8 on black background.


Color preview on white background

This text has color #7383C8 on white background.



Black color preview on #7383C8 background

This text has black color on #7383C8 background.


White color preview on #7383C8 background

This text has white color on #7383C8 background.