COLOR #7C57BF

HEX: #7C57BF
RGB: (124,87,191)

Color info

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

RGB color model

#7C57BF color RGB value is (124,87,191).

  • red value is 124;
  • green value is 87;
  • blue value is 191.
RGB:
(124,87,191)
(49%,34%,75%)

RGB channels and saturation

R 124 of 255 = 49%
G 87 of 255 = 34%
B 191 of 255 = 75%

124
87
191

R + G + B ~ 53%. #7C57BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 87 + 191 = 402 (100%)
R 124 of 402 ~ 30.85%
G 87 of 402 ~ 21.64%
B 191 of 402 ~ 47.51%

%30.85
%21.64
%47.51

CMYK color model

#7C57BF color CMYK value is (35,54,0,25).

  • cyan value is 35.08%
  • magenta value is 54.45%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(35,54,0,25)
C35M54Y0K25 
(35%,54%,0%,25%)
(0.35/0.54/0.00/0.25)	

CMYK percentages

%35.08
%54.45
%0
%25.1

Codes

Color #7C57BF in popluar color models

7C57BF
RGB12487191
HSL261°44.83%54.51%
HSB/HSV261°54.45%74.90%
CMYK35.08%54.45%0.00%
25.10%

Color #7C57BF in popluar number systems.

HEX7C57BF
Decimal12487191
Binary1111100101011110111111
Octal174127277

Shades and tints

Shades of #7C57BF

#7C57BF
(124,87,191)
#7150AE
(113,80,174)
#66499D
(102,73,157)
#5B428C
(91,66,140)
#503B7B
(80,59,123)
#45346A
(69,52,106)
#3A2D59
(58,45,89)
#2F2648
(47,38,72)
#241F37
(36,31,55)
#191826
(25,24,38)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #7C57BF

#7C57BF
(124,87,191)
#8766C4
(135,102,196)
#9275C9
(146,117,201)
#9D84CE
(157,132,206)
#A893D3
(168,147,211)
#B3A2D8
(179,162,216)
#BEB1DD
(190,177,221)
#C9C0E2
(201,192,226)
#D4CFE7
(212,207,231)
#DFDEEC
(223,222,236)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C57BF color. Also use rgb(124,87,191) instead hex code.

Text Font Color

.myTextColor { color: #7C57BF; }

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

This text font color is #7C57BF.


Background Color

.myBgColor { background-color: #7C57BF; }

<div style="background-color:#7C57BF">Inner text</div>

This div background color is #7C57BF.


Border color

.myBorderColor { border: 1px solid #7C57BF; }

<div style="border:3px solid #7C57BF">Div</div>

This div border color is #7C57BF.


Opacity

.myOpacity80 { color: #7C57BF; opacity: 0.8; }

<p style="color:#7C57BF;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C57BF color.

.textShadow {text-shadow: 3px 3px 1px #7C57BF, 3px 3px 1px red;}

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

This text has shadow with #7C57BF primary color and red secondary color.


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

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

This text has shadow with #7C57BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C57BF on black background.


Color preview on white background

This text has color #7C57BF on white background.



Black color preview on #7C57BF background

This text has black color on #7C57BF background.


White color preview on #7C57BF background

This text has white color on #7C57BF background.