COLOR #755E9F

HEX: #755E9F RGB: (117,94,159)

Color info

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

RGB color model

#755E9F color RGB value is (117,94,159).

RGB: (117,94,159) (46%, 37%, 62%)

RGB channels and saturation

R 117 of 255 = 46%
G 94 of 255 = 37%
B 159 of 255 = 62%

117
94
159

R + G + B ~ 48%. #755E9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 94 + 159 = 370 (100%)
R 117 of 370 ~ 31.62%
G 94 of 370 ~ 25.41%
B 159 of 370 ~ 42.97'%

%31.62
%25.41
%42.97

CMYK color model

#755E9F color CMYK value is (26,41,0,38).

  • cyan value is 26.42%
  • magenta value is 40.88%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (26,41,0,38)
C26M41Y0K38 (26%, 41%, 0%, 38%)
(0.26 / 0.41 / 0.00 / 0.38)

CMYK percentages

%26.42
%40.88
%0
%37.65

Codes

Color #755E9F in popluar color models

75 5E 9F
RGB 117 94 159
HSL 261° 25.69% 49.61%
HSB/HSV 261° 40.88% 62.35%
CMYK 26.42% 40.88% 0.00%
37.65%

Color #755E9F in popluar number systems.

HEX 75 5E 9F
Decimal 117 94 159
Binary 1110101 1011110 10011111
Octal 165 136 237

Shades and tints

Shades of #755E9F

#755E9F
(117,94,159)
#6B5691
(107,86,145)
#614E83
(97,78,131)
#574675
(87,70,117)
#4D3E67
(77,62,103)
#433659
(67,54,89)
#392E4B
(57,46,75)
#2F263D
(47,38,61)
#251E2F
(37,30,47)
#1B1621
(27,22,33)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #755E9F

#755E9F
(117,94,159)
#816CA7
(129,108,167)
#8D7AAF
(141,122,175)
#9988B7
(153,136,183)
#A596BF
(165,150,191)
#B1A4C7
(177,164,199)
#BDB2CF
(189,178,207)
#C9C0D7
(201,192,215)
#D5CEDF
(213,206,223)
#E1DCE7
(225,220,231)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755E9F color. Also use rgb(117,94,159) instead hex code.

Text Font Color

.myTextColor { color: #755E9F; }

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

This text font color is #755E9F.

Background Color

.myBgColor { background-color: #755E9F; }

<div style="background-color:#755E9F">Inner text</div>

This div background color is #755E9F.

Border color

.myBorderColor { border: 1px solid #755E9F; }

<div style="border:3px solid #755E9F">Div</div>

This div border color is #755E9F.

Opacity

.myOpacity80 { color: #755E9F; opacity: 0.8; }

<p style="color:#755E9F;opacity:0.8;">80%</p>

Text with #755E9F 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 #755E9F;}

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

This text has shadow with #755E9F color.


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

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

This text has shadow with #755E9F primary color and red secondary color.


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

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

This text has shadow with #755E9F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #755E9F.

Preview

Color preview on black background

This text has color #755E9F on black background.


Color preview on white background

This text has color #755E9F on white background.


Black color preview on #755E9F background

This text has black color on #755E9F background.


White color preview on #755E9F background

This text has white color on #755E9F background.


Related colors

Complementary color

Complementary color for #hex is #8AA160.


I love getcolorcode.com

Triadic colors

1 #9F755E and #5E9F75 with #755E9F are triadic colors.

2 #9F5E75 and #5E759F with #755E9F are triadic colors.