COLOR #745CA5

HEX: #745CA5
RGB: (116,92,165)

Color info

#745CA5 contains mainly red and blue colors. Web safe color of #745CA5 is #666699 (or #669).

RGB color model

#745CA5 color RGB value is (116,92,165).

  • red value is 116;
  • green value is 92;
  • blue value is 165.
RGB:
(116,92,165)
(45%,36%,65%)

RGB channels and saturation

R 116 of 255 = 45%
G 92 of 255 = 36%
B 165 of 255 = 65%

116
92
165

R + G + B ~ 49%. #745CA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 92 + 165 = 373 (100%)
R 116 of 373 ~ 31.1%
G 92 of 373 ~ 24.66%
B 165 of 373 ~ 44.24%

%31.1
%24.66
%44.24

CMYK color model

#745CA5 color CMYK value is (30,44,0,35).

  • cyan value is 29.70%
  • magenta value is 44.24%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(30,44,0,35)
C30M44Y0K35 
(30%,44%,0%,35%)
(0.30/0.44/0.00/0.35)	

CMYK percentages

%29.7
%44.24
%0
%35.29

Codes

Color #745CA5 in popluar color models

745CA5
RGB11692165
HSL260°28.85%50.39%
HSB/HSV260°44.24%64.71%
CMYK29.70%44.24%0.00%
35.29%

Color #745CA5 in popluar number systems.

HEX745CA5
Decimal11692165
Binary1110100101110010100101
Octal164134245

Shades and tints

Shades of #745CA5

#745CA5
(116,92,165)
#6A5496
(106,84,150)
#604C87
(96,76,135)
#564478
(86,68,120)
#4C3C69
(76,60,105)
#42345A
(66,52,90)
#382C4B
(56,44,75)
#2E243C
(46,36,60)
#241C2D
(36,28,45)
#1A141E
(26,20,30)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #745CA5

#745CA5
(116,92,165)
#806AAD
(128,106,173)
#8C78B5
(140,120,181)
#9886BD
(152,134,189)
#A494C5
(164,148,197)
#B0A2CD
(176,162,205)
#BCB0D5
(188,176,213)
#C8BEDD
(200,190,221)
#D4CCE5
(212,204,229)
#E0DAED
(224,218,237)
#ECE8F5
(236,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745CA5 color. Also use rgb(116,92,165) instead hex code.

Text Font Color

.myTextColor { color: #745CA5; }

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

This text font color is #745CA5.


Background Color

.myBgColor { background-color: #745CA5; }

<div style="background-color:#745CA5">Inner text</div>

This div background color is #745CA5.


Border color

.myBorderColor { border: 1px solid #745CA5; }

<div style="border:3px solid #745CA5">Div</div>

This div border color is #745CA5.


Opacity

.myOpacity80 { color: #745CA5; opacity: 0.8; }

<p style="color:#745CA5;opacity:0.8;">80%</p>

Text with #745CA5 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 #745CA5;}

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

This text has shadow with #745CA5 color.

.textShadow {text-shadow: 3px 3px 1px #745CA5, 3px 3px 1px red;}

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

This text has shadow with #745CA5 primary color and red secondary color.


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

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

This text has shadow with #745CA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745CA5 on black background.


Color preview on white background

This text has color #745CA5 on white background.



Black color preview on #745CA5 background

This text has black color on #745CA5 background.


White color preview on #745CA5 background

This text has white color on #745CA5 background.