COLOR #7C63C7

HEX: #7C63C7
RGB: (124,99,199)

Color info

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

RGB color model

#7C63C7 color RGB value is (124,99,199).

  • red value is 124;
  • green value is 99;
  • blue value is 199.
RGB:
(124,99,199)
(49%,39%,78%)

RGB channels and saturation

R 124 of 255 = 49%
G 99 of 255 = 39%
B 199 of 255 = 78%

124
99
199

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

Portions of RGB colors in percentages

R + G + B =
124 + 99 + 199 = 422 (100%)
R 124 of 422 ~ 29.38%
G 99 of 422 ~ 23.46%
B 199 of 422 ~ 47.16%

%29.38
%23.46
%47.16

CMYK color model

#7C63C7 color CMYK value is (38,50,0,22).

  • cyan value is 37.69%
  • magenta value is 50.25%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(38,50,0,22)
C38M50Y0K22 
(38%,50%,0%,22%)
(0.38/0.50/0.00/0.22)	

CMYK percentages

%37.69
%50.25
%0
%21.96

Codes

Color #7C63C7 in popluar color models

7C63C7
RGB12499199
HSL255°47.17%58.43%
HSB/HSV255°50.25%78.04%
CMYK37.69%50.25%0.00%
21.96%

Color #7C63C7 in popluar number systems.

HEX7C63C7
Decimal12499199
Binary1111100110001111000111
Octal174143307

Shades and tints

Shades of #7C63C7

#7C63C7
(124,99,199)
#715AB5
(113,90,181)
#6651A3
(102,81,163)
#5B4891
(91,72,145)
#503F7F
(80,63,127)
#45366D
(69,54,109)
#3A2D5B
(58,45,91)
#2F2449
(47,36,73)
#241B37
(36,27,55)
#191225
(25,18,37)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #7C63C7

#7C63C7
(124,99,199)
#8771CC
(135,113,204)
#927FD1
(146,127,209)
#9D8DD6
(157,141,214)
#A89BDB
(168,155,219)
#B3A9E0
(179,169,224)
#BEB7E5
(190,183,229)
#C9C5EA
(201,197,234)
#D4D3EF
(212,211,239)
#DFE1F4
(223,225,244)
#EAEFF9
(234,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C63C7 color. Also use rgb(124,99,199) instead hex code.

Text Font Color

.myTextColor { color: #7C63C7; }

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

This text font color is #7C63C7.


Background Color

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

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

This div background color is #7C63C7.


Border color

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

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

This div border color is #7C63C7.


Opacity

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

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

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

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

This text has shadow with #7C63C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C63C7 on black background.


Color preview on white background

This text has color #7C63C7 on white background.



Black color preview on #7C63C7 background

This text has black color on #7C63C7 background.


White color preview on #7C63C7 background

This text has white color on #7C63C7 background.