COLOR #756DAF

HEX: #756DAF RGB: (117,109,175)

Color info

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

RGB color model

#756DAF color RGB value is (117,109,175).

RGB: (117,109,175) (46%, 43%, 69%)

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 175 of 255 = 69%

117
109
175

R + G + B ~ 53%. #756DAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 109 + 175 = 401 (100%)
R 117 of 401 ~ 29.18%
G 109 of 401 ~ 27.18%
B 175 of 401 ~ 43.64'%

%29.18
%27.18
%43.64

CMYK color model

#756DAF color CMYK value is (33,38,0,31).

  • cyan value is 33.14%
  • magenta value is 37.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (33,38,0,31) C33M38Y0K31 (33%,38%,0%,31%) (0.33/0.38/0.00/0.31) 

CMYK percentages

%33.14
%37.71
%0
%31.37

Codes

Color #756DAF in popluar color models

75 6D AF
RGB 117 109 175
HSL 247° 29.20% 55.69%
HSB/HSV 247° 37.71% 68.63%
CMYK 33.14% 37.71% 0.00%
31.37%

Color #756DAF in popluar number systems.

HEX 75 6D AF
Decimal 117 109 175
Binary 1110101 1101101 10101111
Octal 165 155 257

Shades and tints

Shades of #756DAF

#756DAF
(117,109,175)
#6B64A0
(107,100,160)
#615B91
(97,91,145)
#575282
(87,82,130)
#4D4973
(77,73,115)
#434064
(67,64,100)
#393755
(57,55,85)
#2F2E46
(47,46,70)
#252537
(37,37,55)
#1B1C28
(27,28,40)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #756DAF

#756DAF
(117,109,175)
#817AB6
(129,122,182)
#8D87BD
(141,135,189)
#9994C4
(153,148,196)
#A5A1CB
(165,161,203)
#B1AED2
(177,174,210)
#BDBBD9
(189,187,217)
#C9C8E0
(201,200,224)
#D5D5E7
(213,213,231)
#E1E2EE
(225,226,238)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756DAF color. Also use rgb(117,109,175) instead hex code.

Text Font Color

.myTextColor { color: #756DAF; }

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

This text font color is #756DAF.

Background Color

.myBgColor { background-color: #756DAF; }

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

This div background color is #756DAF.

Border color

.myBorderColor { border: 1px solid #756DAF; }

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

This div border color is #756DAF.

Opacity

.myOpacity80 { color: #756DAF; opacity: 0.8; }

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

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

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

This text has shadow with #756DAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756DAF.

Preview

Color preview on black background

This text has color #756DAF on black background.


Color preview on white background

This text has color #756DAF on white background.


Black color preview on #756DAF background

This text has black color on #756DAF background.


White color preview on #756DAF background

This text has white color on #756DAF background.


Related colors

Complementary color

Complementary color for #hex is #8A9250.


I love getcolorcode.com

Triadic colors

1 #AF756D and #6DAF75 with #756DAF are triadic colors.

2 #AF6D75 and #6D75AF with #756DAF are triadic colors.