COLOR #756CBE

HEX: #756CBE
RGB: (117,108,190)

Color info

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

RGB color model

#756CBE color RGB value is (117,108,190).

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

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 190 of 255 = 75%

117
108
190

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

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 190 = 415 (100%)
R 117 of 415 ~ 28.19%
G 108 of 415 ~ 26.02%
B 190 of 415 ~ 45.78%

%28.19
%26.02
%45.78

CMYK color model

#756CBE color CMYK value is (38,43,0,25).

  • cyan value is 38.42%
  • magenta value is 43.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(38,43,0,25)
C38M43Y0K25 
(38%,43%,0%,25%)
(0.38/0.43/0.00/0.25)	

CMYK percentages

%38.42
%43.16
%0
%25.49

Codes

Color #756CBE in popluar color models

756CBE
RGB117108190
HSL247°38.68%58.43%
HSB/HSV247°43.16%74.51%
CMYK38.42%43.16%0.00%
25.49%

Color #756CBE in popluar number systems.

HEX756CBE
Decimal117108190
Binary1110101110110010111110
Octal165154276

Shades and tints

Shades of #756CBE

#756CBE
(117,108,190)
#6B63AD
(107,99,173)
#615A9C
(97,90,156)
#57518B
(87,81,139)
#4D487A
(77,72,122)
#433F69
(67,63,105)
#393658
(57,54,88)
#2F2D47
(47,45,71)
#252436
(37,36,54)
#1B1B25
(27,27,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #756CBE

#756CBE
(117,108,190)
#8179C3
(129,121,195)
#8D86C8
(141,134,200)
#9993CD
(153,147,205)
#A5A0D2
(165,160,210)
#B1ADD7
(177,173,215)
#BDBADC
(189,186,220)
#C9C7E1
(201,199,225)
#D5D4E6
(213,212,230)
#E1E1EB
(225,225,235)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756CBE; }

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

This text font color is #756CBE.


Background Color

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

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

This div background color is #756CBE.


Border color

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

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

This div border color is #756CBE.


Opacity

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

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

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

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

This text has shadow with #756CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756CBE on black background.


Color preview on white background

This text has color #756CBE on white background.



Black color preview on #756CBE background

This text has black color on #756CBE background.


White color preview on #756CBE background

This text has white color on #756CBE background.