COLOR #756DB7

HEX: #756DB7
RGB: (117,109,183)

Color info

#756DB7 contains mainly blue color. Web safe color of #756DB7 is #6666CC (or #66C).

RGB color model

#756DB7 color RGB value is (117,109,183).

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

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 183 of 255 = 72%

117
109
183

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

Portions of RGB colors in percentages

R + G + B =
117 + 109 + 183 = 409 (100%)
R 117 of 409 ~ 28.61%
G 109 of 409 ~ 26.65%
B 183 of 409 ~ 44.74%

%28.61
%26.65
%44.74

CMYK color model

#756DB7 color CMYK value is (36,40,0,28).

  • cyan value is 36.07%
  • magenta value is 40.44%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(36,40,0,28)
C36M40Y0K28 
(36%,40%,0%,28%)
(0.36/0.40/0.00/0.28)	

CMYK percentages

%36.07
%40.44
%0
%28.24

Codes

Color #756DB7 in popluar color models

756DB7
RGB117109183
HSL246°33.94%57.25%
HSB/HSV246°40.44%71.76%
CMYK36.07%40.44%0.00%
28.24%

Color #756DB7 in popluar number systems.

HEX756DB7
Decimal117109183
Binary1110101110110110110111
Octal165155267

Shades and tints

Shades of #756DB7

#756DB7
(117,109,183)
#6B64A7
(107,100,167)
#615B97
(97,91,151)
#575287
(87,82,135)
#4D4977
(77,73,119)
#434067
(67,64,103)
#393757
(57,55,87)
#2F2E47
(47,46,71)
#252537
(37,37,55)
#1B1C27
(27,28,39)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #756DB7

#756DB7
(117,109,183)
#817ABD
(129,122,189)
#8D87C3
(141,135,195)
#9994C9
(153,148,201)
#A5A1CF
(165,161,207)
#B1AED5
(177,174,213)
#BDBBDB
(189,187,219)
#C9C8E1
(201,200,225)
#D5D5E7
(213,213,231)
#E1E2ED
(225,226,237)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756DB7; }

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

This text font color is #756DB7.


Background Color

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

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

This div background color is #756DB7.


Border color

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

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

This div border color is #756DB7.


Opacity

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

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

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

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

This text has shadow with #756DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756DB7 on black background.


Color preview on white background

This text has color #756DB7 on white background.



Black color preview on #756DB7 background

This text has black color on #756DB7 background.


White color preview on #756DB7 background

This text has white color on #756DB7 background.