COLOR #755BA5

HEX: #755BA5
RGB: (117,91,165)

Color info

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

RGB color model

#755BA5 color RGB value is (117,91,165).

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

RGB channels and saturation

R 117 of 255 = 46%
G 91 of 255 = 36%
B 165 of 255 = 65%

117
91
165

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

Portions of RGB colors in percentages

R + G + B =
117 + 91 + 165 = 373 (100%)
R 117 of 373 ~ 31.37%
G 91 of 373 ~ 24.4%
B 165 of 373 ~ 44.24%

%31.37
%24.4
%44.24

CMYK color model

#755BA5 color CMYK value is (29,45,0,35).

  • cyan value is 29.09%
  • magenta value is 44.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(29,45,0,35)
C29M45Y0K35 
(29%,45%,0%,35%)
(0.29/0.45/0.00/0.35)	

CMYK percentages

%29.09
%44.85
%0
%35.29

Codes

Color #755BA5 in popluar color models

755BA5
RGB11791165
HSL261°29.13%50.20%
HSB/HSV261°44.85%64.71%
CMYK29.09%44.85%0.00%
35.29%

Color #755BA5 in popluar number systems.

HEX755BA5
Decimal11791165
Binary1110101101101110100101
Octal165133245

Shades and tints

Shades of #755BA5

#755BA5
(117,91,165)
#6B5396
(107,83,150)
#614B87
(97,75,135)
#574378
(87,67,120)
#4D3B69
(77,59,105)
#43335A
(67,51,90)
#392B4B
(57,43,75)
#2F233C
(47,35,60)
#251B2D
(37,27,45)
#1B131E
(27,19,30)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #755BA5

#755BA5
(117,91,165)
#8169AD
(129,105,173)
#8D77B5
(141,119,181)
#9985BD
(153,133,189)
#A593C5
(165,147,197)
#B1A1CD
(177,161,205)
#BDAFD5
(189,175,213)
#C9BDDD
(201,189,221)
#D5CBE5
(213,203,229)
#E1D9ED
(225,217,237)
#EDE7F5
(237,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755BA5; }

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

This text font color is #755BA5.


Background Color

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

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

This div background color is #755BA5.


Border color

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

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

This div border color is #755BA5.


Opacity

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

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

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

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

This text has shadow with #755BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755BA5 on black background.


Color preview on white background

This text has color #755BA5 on white background.



Black color preview on #755BA5 background

This text has black color on #755BA5 background.


White color preview on #755BA5 background

This text has white color on #755BA5 background.