COLOR #735EA3

HEX: #735EA3
RGB: (115,94,163)

Color info

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

RGB color model

#735EA3 color RGB value is (115,94,163).

  • red value is 115;
  • green value is 94;
  • blue value is 163.
RGB:
(115,94,163)
(45%,37%,64%)

RGB channels and saturation

R 115 of 255 = 45%
G 94 of 255 = 37%
B 163 of 255 = 64%

115
94
163

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

Portions of RGB colors in percentages

R + G + B =
115 + 94 + 163 = 372 (100%)
R 115 of 372 ~ 30.91%
G 94 of 372 ~ 25.27%
B 163 of 372 ~ 43.82%

%30.91
%25.27
%43.82

CMYK color model

#735EA3 color CMYK value is (29,42,0,36).

  • cyan value is 29.45%
  • magenta value is 42.33%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(29,42,0,36)
C29M42Y0K36 
(29%,42%,0%,36%)
(0.29/0.42/0.00/0.36)	

CMYK percentages

%29.45
%42.33
%0
%36.08

Codes

Color #735EA3 in popluar color models

735EA3
RGB11594163
HSL258°27.27%50.39%
HSB/HSV258°42.33%63.92%
CMYK29.45%42.33%0.00%
36.08%

Color #735EA3 in popluar number systems.

HEX735EA3
Decimal11594163
Binary1110011101111010100011
Octal163136243

Shades and tints

Shades of #735EA3

#735EA3
(115,94,163)
#695695
(105,86,149)
#5F4E87
(95,78,135)
#554679
(85,70,121)
#4B3E6B
(75,62,107)
#41365D
(65,54,93)
#372E4F
(55,46,79)
#2D2641
(45,38,65)
#231E33
(35,30,51)
#191625
(25,22,37)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #735EA3

#735EA3
(115,94,163)
#7F6CAB
(127,108,171)
#8B7AB3
(139,122,179)
#9788BB
(151,136,187)
#A396C3
(163,150,195)
#AFA4CB
(175,164,203)
#BBB2D3
(187,178,211)
#C7C0DB
(199,192,219)
#D3CEE3
(211,206,227)
#DFDCEB
(223,220,235)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735EA3 color. Also use rgb(115,94,163) instead hex code.

Text Font Color

.myTextColor { color: #735EA3; }

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

This text font color is #735EA3.


Background Color

.myBgColor { background-color: #735EA3; }

<div style="background-color:#735EA3">Inner text</div>

This div background color is #735EA3.


Border color

.myBorderColor { border: 1px solid #735EA3; }

<div style="border:3px solid #735EA3">Div</div>

This div border color is #735EA3.


Opacity

.myOpacity80 { color: #735EA3; opacity: 0.8; }

<p style="color:#735EA3;opacity:0.8;">80%</p>

Text with #735EA3 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 #735EA3;}

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

This text has shadow with #735EA3 color.

.textShadow {text-shadow: 3px 3px 1px #735EA3, 3px 3px 1px red;}

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

This text has shadow with #735EA3 primary color and red secondary color.


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

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

This text has shadow with #735EA3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735EA3 on black background.


Color preview on white background

This text has color #735EA3 on white background.



Black color preview on #735EA3 background

This text has black color on #735EA3 background.


White color preview on #735EA3 background

This text has white color on #735EA3 background.