COLOR #755D9C

HEX: #755D9C
RGB: (117,93,156)

Color info

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

RGB color model

#755D9C color RGB value is (117,93,156).

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

RGB channels and saturation

R 117 of 255 = 46%
G 93 of 255 = 36%
B 156 of 255 = 61%

117
93
156

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

Portions of RGB colors in percentages

R + G + B =
117 + 93 + 156 = 366 (100%)
R 117 of 366 ~ 31.97%
G 93 of 366 ~ 25.41%
B 156 of 366 ~ 42.62%

%31.97
%25.41
%42.62

CMYK color model

#755D9C color CMYK value is (25,40,0,39).

  • cyan value is 25.00%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(25,40,0,39)
C25M40Y0K39 
(25%,40%,0%,39%)
(0.25/0.40/0.00/0.39)	

CMYK percentages

%25
%40.38
%0
%38.82

Codes

Color #755D9C in popluar color models

755D9C
RGB11793156
HSL263°25.30%48.82%
HSB/HSV263°40.38%61.18%
CMYK25.00%40.38%0.00%
38.82%

Color #755D9C in popluar number systems.

HEX755D9C
Decimal11793156
Binary1110101101110110011100
Octal165135234

Shades and tints

Shades of #755D9C

#755D9C
(117,93,156)
#6B558E
(107,85,142)
#614D80
(97,77,128)
#574572
(87,69,114)
#4D3D64
(77,61,100)
#433556
(67,53,86)
#392D48
(57,45,72)
#2F253A
(47,37,58)
#251D2C
(37,29,44)
#1B151E
(27,21,30)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #755D9C

#755D9C
(117,93,156)
#816BA5
(129,107,165)
#8D79AE
(141,121,174)
#9987B7
(153,135,183)
#A595C0
(165,149,192)
#B1A3C9
(177,163,201)
#BDB1D2
(189,177,210)
#C9BFDB
(201,191,219)
#D5CDE4
(213,205,228)
#E1DBED
(225,219,237)
#EDE9F6
(237,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755D9C color. Also use rgb(117,93,156) instead hex code.

Text Font Color

.myTextColor { color: #755D9C; }

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

This text font color is #755D9C.


Background Color

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

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

This div background color is #755D9C.


Border color

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

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

This div border color is #755D9C.


Opacity

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

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

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

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

This text has shadow with #755D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755D9C on black background.


Color preview on white background

This text has color #755D9C on white background.



Black color preview on #755D9C background

This text has black color on #755D9C background.


White color preview on #755D9C background

This text has white color on #755D9C background.