COLOR #7528BC

HEX: #7528BC
RGB: (117,40,188)

Color info

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

RGB color model

#7528BC color RGB value is (117,40,188).

  • red value is 117;
  • green value is 40;
  • blue value is 188.
RGB:
(117,40,188)
(46%,16%,74%)

RGB channels and saturation

R 117 of 255 = 46%
G 40 of 255 = 16%
B 188 of 255 = 74%

117
40
188

R + G + B ~ 45%. #7528BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 40 + 188 = 345 (100%)
R 117 of 345 ~ 33.91%
G 40 of 345 ~ 11.59%
B 188 of 345 ~ 54.49%

%33.91
%11.59
%54.49

CMYK color model

#7528BC color CMYK value is (38,79,0,26).

  • cyan value is 37.77%
  • magenta value is 78.72%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(38,79,0,26)
C38M79Y0K26 
(38%,79%,0%,26%)
(0.38/0.79/0.00/0.26)	

CMYK percentages

%37.77
%78.72
%0
%26.27

Codes

Color #7528BC in popluar color models

7528BC
RGB11740188
HSL271°64.91%44.71%
HSB/HSV271°78.72%73.73%
CMYK37.77%78.72%0.00%
26.27%

Color #7528BC in popluar number systems.

HEX7528BC
Decimal11740188
Binary111010110100010111100
Octal16550274

Shades and tints

Shades of #7528BC

#7528BC
(117,40,188)
#6B25AB
(107,37,171)
#61229A
(97,34,154)
#571F89
(87,31,137)
#4D1C78
(77,28,120)
#431967
(67,25,103)
#391656
(57,22,86)
#2F1345
(47,19,69)
#251034
(37,16,52)
#1B0D23
(27,13,35)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #7528BC

#7528BC
(117,40,188)
#813BC2
(129,59,194)
#8D4EC8
(141,78,200)
#9961CE
(153,97,206)
#A574D4
(165,116,212)
#B187DA
(177,135,218)
#BD9AE0
(189,154,224)
#C9ADE6
(201,173,230)
#D5C0EC
(213,192,236)
#E1D3F2
(225,211,242)
#EDE6F8
(237,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7528BC color. Also use rgb(117,40,188) instead hex code.

Text Font Color

.myTextColor { color: #7528BC; }

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

This text font color is #7528BC.


Background Color

.myBgColor { background-color: #7528BC; }

<div style="background-color:#7528BC">Inner text</div>

This div background color is #7528BC.


Border color

.myBorderColor { border: 1px solid #7528BC; }

<div style="border:3px solid #7528BC">Div</div>

This div border color is #7528BC.


Opacity

.myOpacity80 { color: #7528BC; opacity: 0.8; }

<p style="color:#7528BC;opacity:0.8;">80%</p>

Text with #7528BC 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 #7528BC;}

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

This text has shadow with #7528BC color.

.textShadow {text-shadow: 3px 3px 1px #7528BC, 3px 3px 1px red;}

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

This text has shadow with #7528BC primary color and red secondary color.


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

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

This text has shadow with #7528BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7528BC on black background.


Color preview on white background

This text has color #7528BC on white background.



Black color preview on #7528BC background

This text has black color on #7528BC background.


White color preview on #7528BC background

This text has white color on #7528BC background.