COLOR #756CD6

HEX: #756CD6
RGB: (117,108,214)

Color info

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

RGB color model

#756CD6 color RGB value is (117,108,214).

  • red value is 117;
  • green value is 108;
  • blue value is 214.
RGB:
(117,108,214)
(46%,42%,84%)

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 214 of 255 = 84%

117
108
214

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

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 214 = 439 (100%)
R 117 of 439 ~ 26.65%
G 108 of 439 ~ 24.6%
B 214 of 439 ~ 48.75%

%26.65
%24.6
%48.75

CMYK color model

#756CD6 color CMYK value is (45,50,0,16).

  • cyan value is 45.33%
  • magenta value is 49.53%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(45,50,0,16)
C45M50Y0K16 
(45%,50%,0%,16%)
(0.45/0.50/0.00/0.16)	

CMYK percentages

%45.33
%49.53
%0
%16.08

Codes

Color #756CD6 in popluar color models

756CD6
RGB117108214
HSL245°56.38%63.14%
HSB/HSV245°49.53%83.92%
CMYK45.33%49.53%0.00%
16.08%

Color #756CD6 in popluar number systems.

HEX756CD6
Decimal117108214
Binary1110101110110011010110
Octal165154326

Shades and tints

Shades of #756CD6

#756CD6
(117,108,214)
#6B63C3
(107,99,195)
#615AB0
(97,90,176)
#57519D
(87,81,157)
#4D488A
(77,72,138)
#433F77
(67,63,119)
#393664
(57,54,100)
#2F2D51
(47,45,81)
#25243E
(37,36,62)
#1B1B2B
(27,27,43)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #756CD6

#756CD6
(117,108,214)
#8179D9
(129,121,217)
#8D86DC
(141,134,220)
#9993DF
(153,147,223)
#A5A0E2
(165,160,226)
#B1ADE5
(177,173,229)
#BDBAE8
(189,186,232)
#C9C7EB
(201,199,235)
#D5D4EE
(213,212,238)
#E1E1F1
(225,225,241)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756CD6 color. Also use rgb(117,108,214) instead hex code.

Text Font Color

.myTextColor { color: #756CD6; }

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

This text font color is #756CD6.


Background Color

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

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

This div background color is #756CD6.


Border color

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

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

This div border color is #756CD6.


Opacity

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

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

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

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

This text has shadow with #756CD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756CD6 on black background.


Color preview on white background

This text has color #756CD6 on white background.



Black color preview on #756CD6 background

This text has black color on #756CD6 background.


White color preview on #756CD6 background

This text has white color on #756CD6 background.