COLOR #756DB0

HEX: #756DB0
RGB: (117,109,176)

Color info

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

RGB color model

#756DB0 color RGB value is (117,109,176).

  • red value is 117;
  • green value is 109;
  • blue value is 176.
RGB:
(117,109,176)
(46%,43%,69%)

RGB channels and saturation

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

117
109
176

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

Portions of RGB colors in percentages

R + G + B =
117 + 109 + 176 = 402 (100%)
R 117 of 402 ~ 29.1%
G 109 of 402 ~ 27.11%
B 176 of 402 ~ 43.78%

%29.1
%27.11
%43.78

CMYK color model

#756DB0 color CMYK value is (34,38,0,31).

  • cyan value is 33.52%
  • magenta value is 38.07%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(34,38,0,31)
C34M38Y0K31 
(34%,38%,0%,31%)
(0.34/0.38/0.00/0.31)	

CMYK percentages

%33.52
%38.07
%0
%30.98

Codes

Color #756DB0 in popluar color models

756DB0
RGB117109176
HSL247°29.78%55.88%
HSB/HSV247°38.07%69.02%
CMYK33.52%38.07%0.00%
30.98%

Color #756DB0 in popluar number systems.

HEX756DB0
Decimal117109176
Binary1110101110110110110000
Octal165155260

Shades and tints

Shades of #756DB0

#756DB0
(117,109,176)
#6B64A0
(107,100,160)
#615B90
(97,91,144)
#575280
(87,82,128)
#4D4970
(77,73,112)
#434060
(67,64,96)
#393750
(57,55,80)
#2F2E40
(47,46,64)
#252530
(37,37,48)
#1B1C20
(27,28,32)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #756DB0

#756DB0
(117,109,176)
#817AB7
(129,122,183)
#8D87BE
(141,135,190)
#9994C5
(153,148,197)
#A5A1CC
(165,161,204)
#B1AED3
(177,174,211)
#BDBBDA
(189,187,218)
#C9C8E1
(201,200,225)
#D5D5E8
(213,213,232)
#E1E2EF
(225,226,239)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756DB0; }

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

This text font color is #756DB0.


Background Color

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

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

This div background color is #756DB0.


Border color

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

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

This div border color is #756DB0.


Opacity

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

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

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

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

This text has shadow with #756DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756DB0 on black background.


Color preview on white background

This text has color #756DB0 on white background.



Black color preview on #756DB0 background

This text has black color on #756DB0 background.


White color preview on #756DB0 background

This text has white color on #756DB0 background.