COLOR #755A97

HEX: #755A97 RGB: (117,90,151)

Color info

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

RGB color model

#755A97 color RGB value is (117,90,151).

RGB: (117,90,151) (46%, 35%, 59%)

RGB channels and saturation

R 117 of 255 = 46%
G 90 of 255 = 35%
B 151 of 255 = 59%

117
90
151

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

Portions of RGB colors in percentages

R + G + B = 117 + 90 + 151 = 358 (100%)
R 117 of 358 ~ 32.68%
G 90 of 358 ~ 25.14%
B 151 of 358 ~ 42.18'%

%32.68
%25.14
%42.18

CMYK color model

#755A97 color CMYK value is (23,40,0,41).

  • cyan value is 22.52%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (23,40,0,41)
C23M40Y0K41 (23%, 40%, 0%, 41%)
(0.23 / 0.40 / 0.00 / 0.41)

CMYK percentages

%22.52
%40.4
%0
%40.78

Codes

Color #755A97 in popluar color models

75 5A 97
RGB 117 90 151
HSL 267° 25.31% 47.25%
HSB/HSV 267° 40.40% 59.22%
CMYK 22.52% 40.40% 0.00%
40.78%

Color #755A97 in popluar number systems.

HEX 75 5A 97
Decimal 117 90 151
Binary 1110101 1011010 10010111
Octal 165 132 227

Shades and tints

Shades of #755A97

#755A97
(117,90,151)
#6B528A
(107,82,138)
#614A7D
(97,74,125)
#574270
(87,66,112)
#4D3A63
(77,58,99)
#433256
(67,50,86)
#392A49
(57,42,73)
#2F223C
(47,34,60)
#251A2F
(37,26,47)
#1B1222
(27,18,34)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #755A97

#755A97
(117,90,151)
#8169A0
(129,105,160)
#8D78A9
(141,120,169)
#9987B2
(153,135,178)
#A596BB
(165,150,187)
#B1A5C4
(177,165,196)
#BDB4CD
(189,180,205)
#C9C3D6
(201,195,214)
#D5D2DF
(213,210,223)
#E1E1E8
(225,225,232)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755A97 color. Also use rgb(117,90,151) instead hex code.

Text Font Color

.myTextColor { color: #755A97; }

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

This text font color is #755A97.

Background Color

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

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

This div background color is #755A97.

Border color

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

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

This div border color is #755A97.

Opacity

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

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

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

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

This text has shadow with #755A97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755A97.

Preview

Color preview on black background

This text has color #755A97 on black background.


Color preview on white background

This text has color #755A97 on white background.


Black color preview on #755A97 background

This text has black color on #755A97 background.


White color preview on #755A97 background

This text has white color on #755A97 background.


Related colors

Complementary color

Complementary color for #hex is #8AA568.


I love getcolorcode.com

Triadic colors

1 #97755A and #5A9775 with #755A97 are triadic colors.

2 #975A75 and #5A7597 with #755A97 are triadic colors.