COLOR #755898

HEX: #755898
RGB: (117,88,152)

Color info

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

RGB color model

#755898 color RGB value is (117,88,152).

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

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 152 of 255 = 60%

117
88
152

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

Portions of RGB colors in percentages

R + G + B =
117 + 88 + 152 = 357 (100%)
R 117 of 357 ~ 32.77%
G 88 of 357 ~ 24.65%
B 152 of 357 ~ 42.58%

%32.77
%24.65
%42.58

CMYK color model

#755898 color CMYK value is (23,42,0,40).

  • cyan value is 23.03%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(23,42,0,40)
C23M42Y0K40 
(23%,42%,0%,40%)
(0.23/0.42/0.00/0.40)	

CMYK percentages

%23.03
%42.11
%0
%40.39

Codes

Color #755898 in popluar color models

755898
RGB11788152
HSL267°26.67%47.06%
HSB/HSV267°42.11%59.61%
CMYK23.03%42.11%0.00%
40.39%

Color #755898 in popluar number systems.

HEX755898
Decimal11788152
Binary1110101101100010011000
Octal165130230

Shades and tints

Shades of #755898

#755898
(117,88,152)
#6B508B
(107,80,139)
#61487E
(97,72,126)
#574071
(87,64,113)
#4D3864
(77,56,100)
#433057
(67,48,87)
#39284A
(57,40,74)
#2F203D
(47,32,61)
#251830
(37,24,48)
#1B1023
(27,16,35)
#110816
(17,8,22)
#000000
(0,0,0)

Tints of #755898

#755898
(117,88,152)
#8167A1
(129,103,161)
#8D76AA
(141,118,170)
#9985B3
(153,133,179)
#A594BC
(165,148,188)
#B1A3C5
(177,163,197)
#BDB2CE
(189,178,206)
#C9C1D7
(201,193,215)
#D5D0E0
(213,208,224)
#E1DFE9
(225,223,233)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755898; }

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

This text font color is #755898.


Background Color

.myBgColor { background-color: #755898; }

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

This div background color is #755898.


Border color

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

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

This div border color is #755898.


Opacity

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

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

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

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

This text has shadow with #755898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755898 on black background.


Color preview on white background

This text has color #755898 on white background.



Black color preview on #755898 background

This text has black color on #755898 background.


White color preview on #755898 background

This text has white color on #755898 background.