COLOR #7541B8

HEX: #7541B8
RGB: (117,65,184)

Color info

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

RGB color model

#7541B8 color RGB value is (117,65,184).

  • red value is 117;
  • green value is 65;
  • blue value is 184.
RGB:
(117,65,184)
(46%,25%,72%)

RGB channels and saturation

R 117 of 255 = 46%
G 65 of 255 = 25%
B 184 of 255 = 72%

117
65
184

R + G + B ~ 48%. #7541B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 65 + 184 = 366 (100%)
R 117 of 366 ~ 31.97%
G 65 of 366 ~ 17.76%
B 184 of 366 ~ 50.27%

%31.97
%17.76
%50.27

CMYK color model

#7541B8 color CMYK value is (36,65,0,28).

  • cyan value is 36.41%
  • magenta value is 64.67%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(36,65,0,28)
C36M65Y0K28 
(36%,65%,0%,28%)
(0.36/0.65/0.00/0.28)	

CMYK percentages

%36.41
%64.67
%0
%27.84

Codes

Color #7541B8 in popluar color models

7541B8
RGB11765184
HSL266°47.79%48.82%
HSB/HSV266°64.67%72.16%
CMYK36.41%64.67%0.00%
27.84%

Color #7541B8 in popluar number systems.

HEX7541B8
Decimal11765184
Binary1110101100000110111000
Octal165101270

Shades and tints

Shades of #7541B8

#7541B8
(117,65,184)
#6B3CA8
(107,60,168)
#613798
(97,55,152)
#573288
(87,50,136)
#4D2D78
(77,45,120)
#432868
(67,40,104)
#392358
(57,35,88)
#2F1E48
(47,30,72)
#251938
(37,25,56)
#1B1428
(27,20,40)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #7541B8

#7541B8
(117,65,184)
#8152BE
(129,82,190)
#8D63C4
(141,99,196)
#9974CA
(153,116,202)
#A585D0
(165,133,208)
#B196D6
(177,150,214)
#BDA7DC
(189,167,220)
#C9B8E2
(201,184,226)
#D5C9E8
(213,201,232)
#E1DAEE
(225,218,238)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7541B8 color. Also use rgb(117,65,184) instead hex code.

Text Font Color

.myTextColor { color: #7541B8; }

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

This text font color is #7541B8.


Background Color

.myBgColor { background-color: #7541B8; }

<div style="background-color:#7541B8">Inner text</div>

This div background color is #7541B8.


Border color

.myBorderColor { border: 1px solid #7541B8; }

<div style="border:3px solid #7541B8">Div</div>

This div border color is #7541B8.


Opacity

.myOpacity80 { color: #7541B8; opacity: 0.8; }

<p style="color:#7541B8;opacity:0.8;">80%</p>

Text with #7541B8 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 #7541B8;}

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

This text has shadow with #7541B8 color.

.textShadow {text-shadow: 3px 3px 1px #7541B8, 3px 3px 1px red;}

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

This text has shadow with #7541B8 primary color and red secondary color.


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

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

This text has shadow with #7541B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7541B8 on black background.


Color preview on white background

This text has color #7541B8 on white background.



Black color preview on #7541B8 background

This text has black color on #7541B8 background.


White color preview on #7541B8 background

This text has white color on #7541B8 background.