COLOR #756FCC

HEX: #756FCC
RGB: (117,111,204)

Color info

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

RGB color model

#756FCC color RGB value is (117,111,204).

  • red value is 117;
  • green value is 111;
  • blue value is 204.
RGB:
(117,111,204)
(46%,44%,80%)

RGB channels and saturation

R 117 of 255 = 46%
G 111 of 255 = 44%
B 204 of 255 = 80%

117
111
204

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

Portions of RGB colors in percentages

R + G + B =
117 + 111 + 204 = 432 (100%)
R 117 of 432 ~ 27.08%
G 111 of 432 ~ 25.69%
B 204 of 432 ~ 47.22%

%27.08
%25.69
%47.22

CMYK color model

#756FCC color CMYK value is (43,46,0,20).

  • cyan value is 42.65%
  • magenta value is 45.59%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(43,46,0,20)
C43M46Y0K20 
(43%,46%,0%,20%)
(0.43/0.46/0.00/0.20)	

CMYK percentages

%42.65
%45.59
%0
%20

Codes

Color #756FCC in popluar color models

756FCC
RGB117111204
HSL244°47.69%61.76%
HSB/HSV244°45.59%80.00%
CMYK42.65%45.59%0.00%
20.00%

Color #756FCC in popluar number systems.

HEX756FCC
Decimal117111204
Binary1110101110111111001100
Octal165157314

Shades and tints

Shades of #756FCC

#756FCC
(117,111,204)
#6B65BA
(107,101,186)
#615BA8
(97,91,168)
#575196
(87,81,150)
#4D4784
(77,71,132)
#433D72
(67,61,114)
#393360
(57,51,96)
#2F294E
(47,41,78)
#251F3C
(37,31,60)
#1B152A
(27,21,42)
#110B18
(17,11,24)
#000000
(0,0,0)

Tints of #756FCC

#756FCC
(117,111,204)
#817CD0
(129,124,208)
#8D89D4
(141,137,212)
#9996D8
(153,150,216)
#A5A3DC
(165,163,220)
#B1B0E0
(177,176,224)
#BDBDE4
(189,189,228)
#C9CAE8
(201,202,232)
#D5D7EC
(213,215,236)
#E1E4F0
(225,228,240)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756FCC color. Also use rgb(117,111,204) instead hex code.

Text Font Color

.myTextColor { color: #756FCC; }

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

This text font color is #756FCC.


Background Color

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

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

This div background color is #756FCC.


Border color

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

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

This div border color is #756FCC.


Opacity

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

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

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

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

This text has shadow with #756FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756FCC on black background.


Color preview on white background

This text has color #756FCC on white background.



Black color preview on #756FCC background

This text has black color on #756FCC background.


White color preview on #756FCC background

This text has white color on #756FCC background.