COLOR #756CF1

HEX: #756CF1
RGB: (117,108,241)

Color info

#756CF1 contains mainly blue color. Web safe color of #756CF1 is #6666FF (or #66F).

RGB color model

#756CF1 color RGB value is (117,108,241).

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

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 241 of 255 = 95%

117
108
241

R + G + B ~ 61%. #756CF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 241 = 466 (100%)
R 117 of 466 ~ 25.11%
G 108 of 466 ~ 23.18%
B 241 of 466 ~ 51.72%

%25.11
%23.18
%51.72

CMYK color model

#756CF1 color CMYK value is (51,55,0,5).

  • cyan value is 51.45%
  • magenta value is 55.19%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(51,55,0,5)
C51M55Y0K5 
(51%,55%,0%,5%)
(0.51/0.55/0.00/0.05)	

CMYK percentages

%51.45
%55.19
%0
%5.49

Codes

Color #756CF1 in popluar color models

756CF1
RGB117108241
HSL244°82.61%68.43%
HSB/HSV244°55.19%94.51%
CMYK51.45%55.19%0.00%
5.49%

Color #756CF1 in popluar number systems.

HEX756CF1
Decimal117108241
Binary1110101110110011110001
Octal165154361

Shades and tints

Shades of #756CF1

#756CF1
(117,108,241)
#6B63DC
(107,99,220)
#615AC7
(97,90,199)
#5751B2
(87,81,178)
#4D489D
(77,72,157)
#433F88
(67,63,136)
#393673
(57,54,115)
#2F2D5E
(47,45,94)
#252449
(37,36,73)
#1B1B34
(27,27,52)
#11121F
(17,18,31)
#000000
(0,0,0)

Tints of #756CF1

#756CF1
(117,108,241)
#8179F2
(129,121,242)
#8D86F3
(141,134,243)
#9993F4
(153,147,244)
#A5A0F5
(165,160,245)
#B1ADF6
(177,173,246)
#BDBAF7
(189,186,247)
#C9C7F8
(201,199,248)
#D5D4F9
(213,212,249)
#E1E1FA
(225,225,250)
#EDEEFB
(237,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756CF1; }

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

This text font color is #756CF1.


Background Color

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

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

This div background color is #756CF1.


Border color

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

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

This div border color is #756CF1.


Opacity

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

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

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

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

This text has shadow with #756CF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756CF1 on black background.


Color preview on white background

This text has color #756CF1 on white background.



Black color preview on #756CF1 background

This text has black color on #756CF1 background.


White color preview on #756CF1 background

This text has white color on #756CF1 background.