COLOR #7C75D1

HEX: #7C75D1 RGB: (124,117,209)

Color info

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

RGB color model

#7C75D1 color RGB value is (124,117,209).

RGB: (124,117,209) (49%, 46%, 82%)

RGB channels and saturation

R 124 of 255 = 49%
G 117 of 255 = 46%
B 209 of 255 = 82%

124
117
209

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

Portions of RGB colors in percentages

R + G + B = 124 + 117 + 209 = 450 (100%)
R 124 of 450 ~ 27.56%
G 117 of 450 ~ 26%
B 209 of 450 ~ 46.44'%

%27.56
%26
%46.44

CMYK color model

#7C75D1 color CMYK value is (41,44,0,18).

  • cyan value is 40.67%
  • magenta value is 44.02%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (41,44,0,18)
C41M44Y0K18 (41%, 44%, 0%, 18%)
(0.41 / 0.44 / 0.00 / 0.18)

CMYK percentages

%40.67
%44.02
%0
%18.04

Codes

Color #7C75D1 in popluar color models

7C 75 D1
RGB 124 117 209
HSL 245° 50.00% 63.92%
HSB/HSV 245° 44.02% 81.96%
CMYK 40.67% 44.02% 0.00%
18.04%

Color #7C75D1 in popluar number systems.

HEX 7C 75 D1
Decimal 124 117 209
Binary 1111100 1110101 11010001
Octal 174 165 321

Shades and tints

Shades of #7C75D1

#7C75D1
(124,117,209)
#716BBE
(113,107,190)
#6661AB
(102,97,171)
#5B5798
(91,87,152)
#504D85
(80,77,133)
#454372
(69,67,114)
#3A395F
(58,57,95)
#2F2F4C
(47,47,76)
#242539
(36,37,57)
#191B26
(25,27,38)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #7C75D1

#7C75D1
(124,117,209)
#8781D5
(135,129,213)
#928DD9
(146,141,217)
#9D99DD
(157,153,221)
#A8A5E1
(168,165,225)
#B3B1E5
(179,177,229)
#BEBDE9
(190,189,233)
#C9C9ED
(201,201,237)
#D4D5F1
(212,213,241)
#DFE1F5
(223,225,245)
#EAEDF9
(234,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C75D1 color. Also use rgb(124,117,209) instead hex code.

Text Font Color

.myTextColor { color: #7C75D1; }

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

This text font color is #7C75D1.

Background Color

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

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

This div background color is #7C75D1.

Border color

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

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

This div border color is #7C75D1.

Opacity

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

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

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

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

This text has shadow with #7C75D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C75D1.

Preview

Color preview on black background

This text has color #7C75D1 on black background.


Color preview on white background

This text has color #7C75D1 on white background.


Black color preview on #7C75D1 background

This text has black color on #7C75D1 background.


White color preview on #7C75D1 background

This text has white color on #7C75D1 background.


Related colors

Complementary color

Complementary color for #hex is #838A2E.


I love getcolorcode.com

Triadic colors

1 #D17C75 and #75D17C with #7C75D1 are triadic colors.

2 #D1757C and #757CD1 with #7C75D1 are triadic colors.