COLOR #755894

HEX: #755894
RGB: (117,88,148)

Color info

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

RGB color model

#755894 color RGB value is (117,88,148).

  • red value is 117;
  • green value is 88;
  • blue value is 148.
RGB:
(117,88,148)
(46%,35%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 148 of 255 = 58%

117
88
148

R + G + B ~ 46%. #755894 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 88 + 148 = 353 (100%)
R 117 of 353 ~ 33.14%
G 88 of 353 ~ 24.93%
B 148 of 353 ~ 41.93%

%33.14
%24.93
%41.93

CMYK color model

#755894 color CMYK value is (21,41,0,42).

  • cyan value is 20.95%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(21,41,0,42)
C21M41Y0K42 
(21%,41%,0%,42%)
(0.21/0.41/0.00/0.42)	

CMYK percentages

%20.95
%40.54
%0
%41.96

Codes

Color #755894 in popluar color models

755894
RGB11788148
HSL269°25.42%46.27%
HSB/HSV269°40.54%58.04%
CMYK20.95%40.54%0.00%
41.96%

Color #755894 in popluar number systems.

HEX755894
Decimal11788148
Binary1110101101100010010100
Octal165130224

Shades and tints

Shades of #755894

#755894
(117,88,148)
#6B5087
(107,80,135)
#61487A
(97,72,122)
#57406D
(87,64,109)
#4D3860
(77,56,96)
#433053
(67,48,83)
#392846
(57,40,70)
#2F2039
(47,32,57)
#25182C
(37,24,44)
#1B101F
(27,16,31)
#110812
(17,8,18)
#000000
(0,0,0)

Tints of #755894

#755894
(117,88,148)
#81679D
(129,103,157)
#8D76A6
(141,118,166)
#9985AF
(153,133,175)
#A594B8
(165,148,184)
#B1A3C1
(177,163,193)
#BDB2CA
(189,178,202)
#C9C1D3
(201,193,211)
#D5D0DC
(213,208,220)
#E1DFE5
(225,223,229)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755894 color. Also use rgb(117,88,148) instead hex code.

Text Font Color

.myTextColor { color: #755894; }

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

This text font color is #755894.


Background Color

.myBgColor { background-color: #755894; }

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

This div background color is #755894.


Border color

.myBorderColor { border: 1px solid #755894; }

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

This div border color is #755894.


Opacity

.myOpacity80 { color: #755894; opacity: 0.8; }

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

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

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

This text has shadow with #755894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755894 on black background.


Color preview on white background

This text has color #755894 on white background.



Black color preview on #755894 background

This text has black color on #755894 background.


White color preview on #755894 background

This text has white color on #755894 background.