COLOR #745AAE

HEX: #745AAE
RGB: (116,90,174)

Color info

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

RGB color model

#745AAE color RGB value is (116,90,174).

  • red value is 116;
  • green value is 90;
  • blue value is 174.
RGB:
(116,90,174)
(45%,35%,68%)

RGB channels and saturation

R 116 of 255 = 45%
G 90 of 255 = 35%
B 174 of 255 = 68%

116
90
174

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

Portions of RGB colors in percentages

R + G + B =
116 + 90 + 174 = 380 (100%)
R 116 of 380 ~ 30.53%
G 90 of 380 ~ 23.68%
B 174 of 380 ~ 45.79%

%30.53
%23.68
%45.79

CMYK color model

#745AAE color CMYK value is (33,48,0,32).

  • cyan value is 33.33%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(33,48,0,32)
C33M48Y0K32 
(33%,48%,0%,32%)
(0.33/0.48/0.00/0.32)	

CMYK percentages

%33.33
%48.28
%0
%31.76

Codes

Color #745AAE in popluar color models

745AAE
RGB11690174
HSL259°34.15%51.76%
HSB/HSV259°48.28%68.24%
CMYK33.33%48.28%0.00%
31.76%

Color #745AAE in popluar number systems.

HEX745AAE
Decimal11690174
Binary1110100101101010101110
Octal164132256

Shades and tints

Shades of #745AAE

#745AAE
(116,90,174)
#6A529F
(106,82,159)
#604A90
(96,74,144)
#564281
(86,66,129)
#4C3A72
(76,58,114)
#423263
(66,50,99)
#382A54
(56,42,84)
#2E2245
(46,34,69)
#241A36
(36,26,54)
#1A1227
(26,18,39)
#100A18
(16,10,24)
#000000
(0,0,0)

Tints of #745AAE

#745AAE
(116,90,174)
#8069B5
(128,105,181)
#8C78BC
(140,120,188)
#9887C3
(152,135,195)
#A496CA
(164,150,202)
#B0A5D1
(176,165,209)
#BCB4D8
(188,180,216)
#C8C3DF
(200,195,223)
#D4D2E6
(212,210,230)
#E0E1ED
(224,225,237)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745AAE color. Also use rgb(116,90,174) instead hex code.

Text Font Color

.myTextColor { color: #745AAE; }

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

This text font color is #745AAE.


Background Color

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

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

This div background color is #745AAE.


Border color

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

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

This div border color is #745AAE.


Opacity

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

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

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

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

This text has shadow with #745AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745AAE on black background.


Color preview on white background

This text has color #745AAE on white background.



Black color preview on #745AAE background

This text has black color on #745AAE background.


White color preview on #745AAE background

This text has white color on #745AAE background.