COLOR #7385CA

HEX: #7385CA
RGB: (115,133,202)

Color info

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

RGB color model

#7385CA color RGB value is (115,133,202).

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

RGB channels and saturation

R 115 of 255 = 45%
G 133 of 255 = 52%
B 202 of 255 = 79%

115
133
202

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

Portions of RGB colors in percentages

R + G + B =
115 + 133 + 202 = 450 (100%)
R 115 of 450 ~ 25.56%
G 133 of 450 ~ 29.56%
B 202 of 450 ~ 44.89%

%25.56
%29.56
%44.89

CMYK color model

#7385CA color CMYK value is (43,34,0,21).

  • cyan value is 43.07%
  • magenta value is 34.16%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(43,34,0,21)
C43M34Y0K21 
(43%,34%,0%,21%)
(0.43/0.34/0.00/0.21)	

CMYK percentages

%43.07
%34.16
%0
%20.78

Codes

Color #7385CA in popluar color models

7385CA
RGB115133202
HSL228°45.08%62.16%
HSB/HSV228°43.07%79.22%
CMYK43.07%34.16%0.00%
20.78%

Color #7385CA in popluar number systems.

HEX7385CA
Decimal115133202
Binary11100111000010111001010
Octal163205312

Shades and tints

Shades of #7385CA

#7385CA
(115,133,202)
#6979B8
(105,121,184)
#5F6DA6
(95,109,166)
#556194
(85,97,148)
#4B5582
(75,85,130)
#414970
(65,73,112)
#373D5E
(55,61,94)
#2D314C
(45,49,76)
#23253A
(35,37,58)
#191928
(25,25,40)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #7385CA

#7385CA
(115,133,202)
#7F90CE
(127,144,206)
#8B9BD2
(139,155,210)
#97A6D6
(151,166,214)
#A3B1DA
(163,177,218)
#AFBCDE
(175,188,222)
#BBC7E2
(187,199,226)
#C7D2E6
(199,210,230)
#D3DDEA
(211,221,234)
#DFE8EE
(223,232,238)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7385CA; }

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

This text font color is #7385CA.


Background Color

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

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

This div background color is #7385CA.


Border color

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

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

This div border color is #7385CA.


Opacity

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

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

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

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

This text has shadow with #7385CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7385CA on black background.


Color preview on white background

This text has color #7385CA on white background.



Black color preview on #7385CA background

This text has black color on #7385CA background.


White color preview on #7385CA background

This text has white color on #7385CA background.