COLOR #754DCC

HEX: #754DCC
RGB: (117,77,204)

Color info

#754DCC contains mainly blue color. Web safe color of #754DCC is #6633CC (or #63C).

RGB color model

#754DCC color RGB value is (117,77,204).

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

RGB channels and saturation

R 117 of 255 = 46%
G 77 of 255 = 30%
B 204 of 255 = 80%

117
77
204

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

Portions of RGB colors in percentages

R + G + B =
117 + 77 + 204 = 398 (100%)
R 117 of 398 ~ 29.4%
G 77 of 398 ~ 19.35%
B 204 of 398 ~ 51.26%

%29.4
%19.35
%51.26

CMYK color model

#754DCC color CMYK value is (43,62,0,20).

  • cyan value is 42.65%
  • magenta value is 62.25%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(43,62,0,20)
C43M62Y0K20 
(43%,62%,0%,20%)
(0.43/0.62/0.00/0.20)	

CMYK percentages

%42.65
%62.25
%0
%20

Codes

Color #754DCC in popluar color models

754DCC
RGB11777204
HSL259°55.46%55.10%
HSB/HSV259°62.25%80.00%
CMYK42.65%62.25%0.00%
20.00%

Color #754DCC in popluar number systems.

HEX754DCC
Decimal11777204
Binary1110101100110111001100
Octal165115314

Shades and tints

Shades of #754DCC

#754DCC
(117,77,204)
#6B46BA
(107,70,186)
#613FA8
(97,63,168)
#573896
(87,56,150)
#4D3184
(77,49,132)
#432A72
(67,42,114)
#392360
(57,35,96)
#2F1C4E
(47,28,78)
#25153C
(37,21,60)
#1B0E2A
(27,14,42)
#110718
(17,7,24)
#000000
(0,0,0)

Tints of #754DCC

#754DCC
(117,77,204)
#815DD0
(129,93,208)
#8D6DD4
(141,109,212)
#997DD8
(153,125,216)
#A58DDC
(165,141,220)
#B19DE0
(177,157,224)
#BDADE4
(189,173,228)
#C9BDE8
(201,189,232)
#D5CDEC
(213,205,236)
#E1DDF0
(225,221,240)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754DCC color. Also use rgb(117,77,204) instead hex code.

Text Font Color

.myTextColor { color: #754DCC; }

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

This text font color is #754DCC.


Background Color

.myBgColor { background-color: #754DCC; }

<div style="background-color:#754DCC">Inner text</div>

This div background color is #754DCC.


Border color

.myBorderColor { border: 1px solid #754DCC; }

<div style="border:3px solid #754DCC">Div</div>

This div border color is #754DCC.


Opacity

.myOpacity80 { color: #754DCC; opacity: 0.8; }

<p style="color:#754DCC;opacity:0.8;">80%</p>

Text with #754DCC 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 #754DCC;}

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

This text has shadow with #754DCC color.

.textShadow {text-shadow: 3px 3px 1px #754DCC, 3px 3px 1px red;}

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

This text has shadow with #754DCC primary color and red secondary color.


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

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

This text has shadow with #754DCC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754DCC on black background.


Color preview on white background

This text has color #754DCC on white background.



Black color preview on #754DCC background

This text has black color on #754DCC background.


White color preview on #754DCC background

This text has white color on #754DCC background.