COLOR #7C69E0

HEX: #7C69E0
RGB: (124,105,224)

Color info

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

RGB color model

#7C69E0 color RGB value is (124,105,224).

  • red value is 124;
  • green value is 105;
  • blue value is 224.
RGB:
(124,105,224)
(49%,41%,88%)

RGB channels and saturation

R 124 of 255 = 49%
G 105 of 255 = 41%
B 224 of 255 = 88%

124
105
224

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

Portions of RGB colors in percentages

R + G + B =
124 + 105 + 224 = 453 (100%)
R 124 of 453 ~ 27.37%
G 105 of 453 ~ 23.18%
B 224 of 453 ~ 49.45%

%27.37
%23.18
%49.45

CMYK color model

#7C69E0 color CMYK value is (45,53,0,12).

  • cyan value is 44.64%
  • magenta value is 53.13%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(45,53,0,12)
C45M53Y0K12 
(45%,53%,0%,12%)
(0.45/0.53/0.00/0.12)	

CMYK percentages

%44.64
%53.13
%0
%12.16

Codes

Color #7C69E0 in popluar color models

7C69E0
RGB124105224
HSL250°65.75%64.51%
HSB/HSV250°53.13%87.84%
CMYK44.64%53.13%0.00%
12.16%

Color #7C69E0 in popluar number systems.

HEX7C69E0
Decimal124105224
Binary1111100110100111100000
Octal174151340

Shades and tints

Shades of #7C69E0

#7C69E0
(124,105,224)
#7160CC
(113,96,204)
#6657B8
(102,87,184)
#5B4EA4
(91,78,164)
#504590
(80,69,144)
#453C7C
(69,60,124)
#3A3368
(58,51,104)
#2F2A54
(47,42,84)
#242140
(36,33,64)
#19182C
(25,24,44)
#0E0F18
(14,15,24)
#000000
(0,0,0)

Tints of #7C69E0

#7C69E0
(124,105,224)
#8776E2
(135,118,226)
#9283E4
(146,131,228)
#9D90E6
(157,144,230)
#A89DE8
(168,157,232)
#B3AAEA
(179,170,234)
#BEB7EC
(190,183,236)
#C9C4EE
(201,196,238)
#D4D1F0
(212,209,240)
#DFDEF2
(223,222,242)
#EAEBF4
(234,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C69E0 color. Also use rgb(124,105,224) instead hex code.

Text Font Color

.myTextColor { color: #7C69E0; }

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

This text font color is #7C69E0.


Background Color

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

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

This div background color is #7C69E0.


Border color

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

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

This div border color is #7C69E0.


Opacity

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

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

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

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

This text has shadow with #7C69E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C69E0 on black background.


Color preview on white background

This text has color #7C69E0 on white background.



Black color preview on #7C69E0 background

This text has black color on #7C69E0 background.


White color preview on #7C69E0 background

This text has white color on #7C69E0 background.