COLOR #7D75C6

HEX: #7D75C6 RGB: (125,117,198)

Color info

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

RGB color model

#7D75C6 color RGB value is (125,117,198).

RGB: (125,117,198) (49%, 46%, 78%)

RGB channels and saturation

R 125 of 255 = 49%
G 117 of 255 = 46%
B 198 of 255 = 78%

125
117
198

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

Portions of RGB colors in percentages

R + G + B = 125 + 117 + 198 = 440 (100%)
R 125 of 440 ~ 28.41%
G 117 of 440 ~ 26.59%
B 198 of 440 ~ 45'%

%28.41
%26.59
%45

CMYK color model

#7D75C6 color CMYK value is (37,41,0,22).

  • cyan value is 36.87%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (37,41,0,22)
C37M41Y0K22 (37%, 41%, 0%, 22%)
(0.37 / 0.41 / 0.00 / 0.22)

CMYK percentages

%36.87
%40.91
%0
%22.35

Codes

Color #7D75C6 in popluar color models

7D 75 C6
RGB 125 117 198
HSL 246° 41.54% 61.76%
HSB/HSV 246° 40.91% 77.65%
CMYK 36.87% 40.91% 0.00%
22.35%

Color #7D75C6 in popluar number systems.

HEX 7D 75 C6
Decimal 125 117 198
Binary 1111101 1110101 11000110
Octal 175 165 306

Shades and tints

Shades of #7D75C6

#7D75C6
(125,117,198)
#726BB4
(114,107,180)
#6761A2
(103,97,162)
#5C5790
(92,87,144)
#514D7E
(81,77,126)
#46436C
(70,67,108)
#3B395A
(59,57,90)
#302F48
(48,47,72)
#252536
(37,37,54)
#1A1B24
(26,27,36)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #7D75C6

#7D75C6
(125,117,198)
#8881CB
(136,129,203)
#938DD0
(147,141,208)
#9E99D5
(158,153,213)
#A9A5DA
(169,165,218)
#B4B1DF
(180,177,223)
#BFBDE4
(191,189,228)
#CAC9E9
(202,201,233)
#D5D5EE
(213,213,238)
#E0E1F3
(224,225,243)
#EBEDF8
(235,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D75C6 color. Also use rgb(125,117,198) instead hex code.

Text Font Color

.myTextColor { color: #7D75C6; }

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

This text font color is #7D75C6.

Background Color

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

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

This div background color is #7D75C6.

Border color

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

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

This div border color is #7D75C6.

Opacity

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

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

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

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

This text has shadow with #7D75C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D75C6.

Preview

Color preview on black background

This text has color #7D75C6 on black background.


Color preview on white background

This text has color #7D75C6 on white background.


Black color preview on #7D75C6 background

This text has black color on #7D75C6 background.


White color preview on #7D75C6 background

This text has white color on #7D75C6 background.


Related colors

Complementary color

Complementary color for #hex is #828A39.


I love getcolorcode.com

Triadic colors

1 #C67D75 and #75C67D with #7D75C6 are triadic colors.

2 #C6757D and #757DC6 with #7D75C6 are triadic colors.