COLOR #735D8E

HEX: #735D8E RGB: (115,93,142)

Color info

#735D8E contains red, green and blue colors in about the same proportion. Web safe color of #735D8E is #666699 (or #669).

RGB color model

#735D8E color RGB value is (115,93,142).

RGB: (115,93,142) (45%, 36%, 56%)

RGB channels and saturation

R 115 of 255 = 45%
G 93 of 255 = 36%
B 142 of 255 = 56%

115
93
142

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

Portions of RGB colors in percentages

R + G + B = 115 + 93 + 142 = 350 (100%)
R 115 of 350 ~ 32.86%
G 93 of 350 ~ 26.57%
B 142 of 350 ~ 40.57'%

%32.86
%26.57
%40.57

CMYK color model

#735D8E color CMYK value is (19,35,0,44).

  • cyan value is 19.01%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (19,35,0,44)
C19M35Y0K44 (19%, 35%, 0%, 44%)
(0.19 / 0.35 / 0.00 / 0.44)

CMYK percentages

%19.01
%34.51
%0
%44.31

Codes

Color #735D8E in popluar color models

73 5D 8E
RGB 115 93 142
HSL 267° 20.85% 46.08%
HSB/HSV 267° 34.51% 55.69%
CMYK 19.01% 34.51% 0.00%
44.31%

Color #735D8E in popluar number systems.

HEX 73 5D 8E
Decimal 115 93 142
Binary 1110011 1011101 10001110
Octal 163 135 216

Shades and tints

Shades of #735D8E

#735D8E
(115,93,142)
#695582
(105,85,130)
#5F4D76
(95,77,118)
#55456A
(85,69,106)
#4B3D5E
(75,61,94)
#413552
(65,53,82)
#372D46
(55,45,70)
#2D253A
(45,37,58)
#231D2E
(35,29,46)
#191522
(25,21,34)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #735D8E

#735D8E
(115,93,142)
#7F6B98
(127,107,152)
#8B79A2
(139,121,162)
#9787AC
(151,135,172)
#A395B6
(163,149,182)
#AFA3C0
(175,163,192)
#BBB1CA
(187,177,202)
#C7BFD4
(199,191,212)
#D3CDDE
(211,205,222)
#DFDBE8
(223,219,232)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735D8E color. Also use rgb(115,93,142) instead hex code.

Text Font Color

.myTextColor { color: #735D8E; }

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

This text font color is #735D8E.

Background Color

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

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

This div background color is #735D8E.

Border color

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

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

This div border color is #735D8E.

Opacity

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

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

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

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

This text has shadow with #735D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #735D8E.

Preview

Color preview on black background

This text has color #735D8E on black background.


Color preview on white background

This text has color #735D8E on white background.


Black color preview on #735D8E background

This text has black color on #735D8E background.


White color preview on #735D8E background

This text has white color on #735D8E background.


Related colors

Complementary color

Complementary color for #hex is #8CA271.


I love getcolorcode.com

Triadic colors

1 #8E735D and #5D8E73 with #735D8E are triadic colors.

2 #8E5D73 and #5D738E with #735D8E are triadic colors.