COLOR #745BA8

HEX: #745BA8
RGB: (116,91,168)

Color info

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

RGB color model

#745BA8 color RGB value is (116,91,168).

  • red value is 116;
  • green value is 91;
  • blue value is 168.
RGB:
(116,91,168)
(45%,36%,66%)

RGB channels and saturation

R 116 of 255 = 45%
G 91 of 255 = 36%
B 168 of 255 = 66%

116
91
168

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

Portions of RGB colors in percentages

R + G + B =
116 + 91 + 168 = 375 (100%)
R 116 of 375 ~ 30.93%
G 91 of 375 ~ 24.27%
B 168 of 375 ~ 44.8%

%30.93
%24.27
%44.8

CMYK color model

#745BA8 color CMYK value is (31,46,0,34).

  • cyan value is 30.95%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(31,46,0,34)
C31M46Y0K34 
(31%,46%,0%,34%)
(0.31/0.46/0.00/0.34)	

CMYK percentages

%30.95
%45.83
%0
%34.12

Codes

Color #745BA8 in popluar color models

745BA8
RGB11691168
HSL259°30.68%50.78%
HSB/HSV259°45.83%65.88%
CMYK30.95%45.83%0.00%
34.12%

Color #745BA8 in popluar number systems.

HEX745BA8
Decimal11691168
Binary1110100101101110101000
Octal164133250

Shades and tints

Shades of #745BA8

#745BA8
(116,91,168)
#6A5399
(106,83,153)
#604B8A
(96,75,138)
#56437B
(86,67,123)
#4C3B6C
(76,59,108)
#42335D
(66,51,93)
#382B4E
(56,43,78)
#2E233F
(46,35,63)
#241B30
(36,27,48)
#1A1321
(26,19,33)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #745BA8

#745BA8
(116,91,168)
#8069AF
(128,105,175)
#8C77B6
(140,119,182)
#9885BD
(152,133,189)
#A493C4
(164,147,196)
#B0A1CB
(176,161,203)
#BCAFD2
(188,175,210)
#C8BDD9
(200,189,217)
#D4CBE0
(212,203,224)
#E0D9E7
(224,217,231)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745BA8 color. Also use rgb(116,91,168) instead hex code.

Text Font Color

.myTextColor { color: #745BA8; }

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

This text font color is #745BA8.


Background Color

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

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

This div background color is #745BA8.


Border color

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

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

This div border color is #745BA8.


Opacity

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

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

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

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

This text has shadow with #745BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745BA8 on black background.


Color preview on white background

This text has color #745BA8 on white background.



Black color preview on #745BA8 background

This text has black color on #745BA8 background.


White color preview on #745BA8 background

This text has white color on #745BA8 background.