COLOR #755BA0

HEX: #755BA0
RGB: (117,91,160)

Color info

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

RGB color model

#755BA0 color RGB value is (117,91,160).

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

RGB channels and saturation

R 117 of 255 = 46%
G 91 of 255 = 36%
B 160 of 255 = 63%

117
91
160

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

Portions of RGB colors in percentages

R + G + B =
117 + 91 + 160 = 368 (100%)
R 117 of 368 ~ 31.79%
G 91 of 368 ~ 24.73%
B 160 of 368 ~ 43.48%

%31.79
%24.73
%43.48

CMYK color model

#755BA0 color CMYK value is (27,43,0,37).

  • cyan value is 26.88%
  • magenta value is 43.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(27,43,0,37)
C27M43Y0K37 
(27%,43%,0%,37%)
(0.27/0.43/0.00/0.37)	

CMYK percentages

%26.88
%43.13
%0
%37.25

Codes

Color #755BA0 in popluar color models

755BA0
RGB11791160
HSL263°27.49%49.22%
HSB/HSV263°43.13%62.75%
CMYK26.88%43.13%0.00%
37.25%

Color #755BA0 in popluar number systems.

HEX755BA0
Decimal11791160
Binary1110101101101110100000
Octal165133240

Shades and tints

Shades of #755BA0

#755BA0
(117,91,160)
#6B5392
(107,83,146)
#614B84
(97,75,132)
#574376
(87,67,118)
#4D3B68
(77,59,104)
#43335A
(67,51,90)
#392B4C
(57,43,76)
#2F233E
(47,35,62)
#251B30
(37,27,48)
#1B1322
(27,19,34)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #755BA0

#755BA0
(117,91,160)
#8169A8
(129,105,168)
#8D77B0
(141,119,176)
#9985B8
(153,133,184)
#A593C0
(165,147,192)
#B1A1C8
(177,161,200)
#BDAFD0
(189,175,208)
#C9BDD8
(201,189,216)
#D5CBE0
(213,203,224)
#E1D9E8
(225,217,232)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755BA0; }

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

This text font color is #755BA0.


Background Color

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

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

This div background color is #755BA0.


Border color

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

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

This div border color is #755BA0.


Opacity

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

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

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

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

This text has shadow with #755BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755BA0 on black background.


Color preview on white background

This text has color #755BA0 on white background.



Black color preview on #755BA0 background

This text has black color on #755BA0 background.


White color preview on #755BA0 background

This text has white color on #755BA0 background.