COLOR #756CB1

HEX: #756CB1
RGB: (117,108,177)

Color info

#756CB1 contains mainly blue color. Web safe color of #756CB1 is #666699 (or #669).

RGB color model

#756CB1 color RGB value is (117,108,177).

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

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 177 of 255 = 69%

117
108
177

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

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 177 = 402 (100%)
R 117 of 402 ~ 29.1%
G 108 of 402 ~ 26.87%
B 177 of 402 ~ 44.03%

%29.1
%26.87
%44.03

CMYK color model

#756CB1 color CMYK value is (34,39,0,31).

  • cyan value is 33.90%
  • magenta value is 38.98%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(34,39,0,31)
C34M39Y0K31 
(34%,39%,0%,31%)
(0.34/0.39/0.00/0.31)	

CMYK percentages

%33.9
%38.98
%0
%30.59

Codes

Color #756CB1 in popluar color models

756CB1
RGB117108177
HSL248°30.67%55.88%
HSB/HSV248°38.98%69.41%
CMYK33.90%38.98%0.00%
30.59%

Color #756CB1 in popluar number systems.

HEX756CB1
Decimal117108177
Binary1110101110110010110001
Octal165154261

Shades and tints

Shades of #756CB1

#756CB1
(117,108,177)
#6B63A1
(107,99,161)
#615A91
(97,90,145)
#575181
(87,81,129)
#4D4871
(77,72,113)
#433F61
(67,63,97)
#393651
(57,54,81)
#2F2D41
(47,45,65)
#252431
(37,36,49)
#1B1B21
(27,27,33)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #756CB1

#756CB1
(117,108,177)
#8179B8
(129,121,184)
#8D86BF
(141,134,191)
#9993C6
(153,147,198)
#A5A0CD
(165,160,205)
#B1ADD4
(177,173,212)
#BDBADB
(189,186,219)
#C9C7E2
(201,199,226)
#D5D4E9
(213,212,233)
#E1E1F0
(225,225,240)
#EDEEF7
(237,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756CB1; }

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

This text font color is #756CB1.


Background Color

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

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

This div background color is #756CB1.


Border color

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

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

This div border color is #756CB1.


Opacity

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

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

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

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

This text has shadow with #756CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756CB1 on black background.


Color preview on white background

This text has color #756CB1 on white background.



Black color preview on #756CB1 background

This text has black color on #756CB1 background.


White color preview on #756CB1 background

This text has white color on #756CB1 background.