COLOR #745B9B

HEX: #745B9B
RGB: (116,91,155)

Color info

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

RGB color model

#745B9B color RGB value is (116,91,155).

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

RGB channels and saturation

R 116 of 255 = 45%
G 91 of 255 = 36%
B 155 of 255 = 61%

116
91
155

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

Portions of RGB colors in percentages

R + G + B =
116 + 91 + 155 = 362 (100%)
R 116 of 362 ~ 32.04%
G 91 of 362 ~ 25.14%
B 155 of 362 ~ 42.82%

%32.04
%25.14
%42.82

CMYK color model

#745B9B color CMYK value is (25,41,0,39).

  • cyan value is 25.16%
  • magenta value is 41.29%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(25,41,0,39)
C25M41Y0K39 
(25%,41%,0%,39%)
(0.25/0.41/0.00/0.39)	

CMYK percentages

%25.16
%41.29
%0
%39.22

Codes

Color #745B9B in popluar color models

745B9B
RGB11691155
HSL263°26.02%48.24%
HSB/HSV263°41.29%60.78%
CMYK25.16%41.29%0.00%
39.22%

Color #745B9B in popluar number systems.

HEX745B9B
Decimal11691155
Binary1110100101101110011011
Octal164133233

Shades and tints

Shades of #745B9B

#745B9B
(116,91,155)
#6A538D
(106,83,141)
#604B7F
(96,75,127)
#564371
(86,67,113)
#4C3B63
(76,59,99)
#423355
(66,51,85)
#382B47
(56,43,71)
#2E2339
(46,35,57)
#241B2B
(36,27,43)
#1A131D
(26,19,29)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #745B9B

#745B9B
(116,91,155)
#8069A4
(128,105,164)
#8C77AD
(140,119,173)
#9885B6
(152,133,182)
#A493BF
(164,147,191)
#B0A1C8
(176,161,200)
#BCAFD1
(188,175,209)
#C8BDDA
(200,189,218)
#D4CBE3
(212,203,227)
#E0D9EC
(224,217,236)
#ECE7F5
(236,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745B9B; }

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

This text font color is #745B9B.


Background Color

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

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

This div background color is #745B9B.


Border color

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

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

This div border color is #745B9B.


Opacity

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

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

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

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

This text has shadow with #745B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745B9B on black background.


Color preview on white background

This text has color #745B9B on white background.



Black color preview on #745B9B background

This text has black color on #745B9B background.


White color preview on #745B9B background

This text has white color on #745B9B background.