COLOR #7383DB

HEX: #7383DB
RGB: (115,131,219)

Color info

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

RGB color model

#7383DB color RGB value is (115,131,219).

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

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 219 of 255 = 86%

115
131
219

R + G + B ~ 61%. #7383DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 219 = 465 (100%)
R 115 of 465 ~ 24.73%
G 131 of 465 ~ 28.17%
B 219 of 465 ~ 47.1%

%24.73
%28.17
%47.1

CMYK color model

#7383DB color CMYK value is (47,40,0,14).

  • cyan value is 47.49%
  • magenta value is 40.18%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(47,40,0,14)
C47M40Y0K14 
(47%,40%,0%,14%)
(0.47/0.40/0.00/0.14)	

CMYK percentages

%47.49
%40.18
%0
%14.12

Codes

Color #7383DB in popluar color models

7383DB
RGB115131219
HSL231°59.09%65.49%
HSB/HSV231°47.49%85.88%
CMYK47.49%40.18%0.00%
14.12%

Color #7383DB in popluar number systems.

HEX7383DB
Decimal115131219
Binary11100111000001111011011
Octal163203333

Shades and tints

Shades of #7383DB

#7383DB
(115,131,219)
#6978C8
(105,120,200)
#5F6DB5
(95,109,181)
#5562A2
(85,98,162)
#4B578F
(75,87,143)
#414C7C
(65,76,124)
#374169
(55,65,105)
#2D3656
(45,54,86)
#232B43
(35,43,67)
#192030
(25,32,48)
#0F151D
(15,21,29)
#000000
(0,0,0)

Tints of #7383DB

#7383DB
(115,131,219)
#7F8EDE
(127,142,222)
#8B99E1
(139,153,225)
#97A4E4
(151,164,228)
#A3AFE7
(163,175,231)
#AFBAEA
(175,186,234)
#BBC5ED
(187,197,237)
#C7D0F0
(199,208,240)
#D3DBF3
(211,219,243)
#DFE6F6
(223,230,246)
#EBF1F9
(235,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7383DB; }

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

This text font color is #7383DB.


Background Color

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

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

This div background color is #7383DB.


Border color

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

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

This div border color is #7383DB.


Opacity

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

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

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

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

This text has shadow with #7383DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7383DB on black background.


Color preview on white background

This text has color #7383DB on white background.



Black color preview on #7383DB background

This text has black color on #7383DB background.


White color preview on #7383DB background

This text has white color on #7383DB background.