COLOR #755B9B

HEX: #755B9B
RGB: (117,91,155)

Color info

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

RGB color model

#755B9B color RGB value is (117,91,155).

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

RGB channels and saturation

R 117 of 255 = 46%
G 91 of 255 = 36%
B 155 of 255 = 61%

117
91
155

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

Portions of RGB colors in percentages

R + G + B =
117 + 91 + 155 = 363 (100%)
R 117 of 363 ~ 32.23%
G 91 of 363 ~ 25.07%
B 155 of 363 ~ 42.7%

%32.23
%25.07
%42.7

CMYK color model

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

  • cyan value is 24.52%
  • 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

%24.52
%41.29
%0
%39.22

Codes

Color #755B9B in popluar color models

755B9B
RGB11791155
HSL264°26.02%48.24%
HSB/HSV264°41.29%60.78%
CMYK24.52%41.29%0.00%
39.22%

Color #755B9B in popluar number systems.

HEX755B9B
Decimal11791155
Binary1110101101101110011011
Octal165133233

Shades and tints

Shades of #755B9B

#755B9B
(117,91,155)
#6B538D
(107,83,141)
#614B7F
(97,75,127)
#574371
(87,67,113)
#4D3B63
(77,59,99)
#433355
(67,51,85)
#392B47
(57,43,71)
#2F2339
(47,35,57)
#251B2B
(37,27,43)
#1B131D
(27,19,29)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #755B9B

#755B9B
(117,91,155)
#8169A4
(129,105,164)
#8D77AD
(141,119,173)
#9985B6
(153,133,182)
#A593BF
(165,147,191)
#B1A1C8
(177,161,200)
#BDAFD1
(189,175,209)
#C9BDDA
(201,189,218)
#D5CBE3
(213,203,227)
#E1D9EC
(225,217,236)
#EDE7F5
(237,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755B9B; }

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

This text font color is #755B9B.


Background Color

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

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

This div background color is #755B9B.


Border color

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

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

This div border color is #755B9B.


Opacity

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

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

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

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

This text has shadow with #755B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755B9B on black background.


Color preview on white background

This text has color #755B9B on white background.



Black color preview on #755B9B background

This text has black color on #755B9B background.


White color preview on #755B9B background

This text has white color on #755B9B background.