COLOR #7F75CF

HEX: #7F75CF RGB: (127,117,207)

Color info

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

RGB color model

#7F75CF color RGB value is (127,117,207).

RGB: (127,117,207) (50%, 46%, 81%)

RGB channels and saturation

R 127 of 255 = 50%
G 117 of 255 = 46%
B 207 of 255 = 81%

127
117
207

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

Portions of RGB colors in percentages

R + G + B = 127 + 117 + 207 = 451 (100%)
R 127 of 451 ~ 28.16%
G 117 of 451 ~ 25.94%
B 207 of 451 ~ 45.9'%

%28.16
%25.94
%45.9

CMYK color model

#7F75CF color CMYK value is (39,43,0,19).

  • cyan value is 38.65%
  • magenta value is 43.48%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (39,43,0,19)
C39M43Y0K19 (39%, 43%, 0%, 19%)
(0.39 / 0.43 / 0.00 / 0.19)

CMYK percentages

%38.65
%43.48
%0
%18.82

Codes

Color #7F75CF in popluar color models

7F 75 CF
RGB 127 117 207
HSL 247° 48.39% 63.53%
HSB/HSV 247° 43.48% 81.18%
CMYK 38.65% 43.48% 0.00%
18.82%

Color #7F75CF in popluar number systems.

HEX 7F 75 CF
Decimal 127 117 207
Binary 1111111 1110101 11001111
Octal 177 165 317

Shades and tints

Shades of #7F75CF

#7F75CF
(127,117,207)
#746BBD
(116,107,189)
#6961AB
(105,97,171)
#5E5799
(94,87,153)
#534D87
(83,77,135)
#484375
(72,67,117)
#3D3963
(61,57,99)
#322F51
(50,47,81)
#27253F
(39,37,63)
#1C1B2D
(28,27,45)
#11111B
(17,17,27)
#000000
(0,0,0)

Tints of #7F75CF

#7F75CF
(127,117,207)
#8A81D3
(138,129,211)
#958DD7
(149,141,215)
#A099DB
(160,153,219)
#ABA5DF
(171,165,223)
#B6B1E3
(182,177,227)
#C1BDE7
(193,189,231)
#CCC9EB
(204,201,235)
#D7D5EF
(215,213,239)
#E2E1F3
(226,225,243)
#EDEDF7
(237,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F75CF color. Also use rgb(127,117,207) instead hex code.

Text Font Color

.myTextColor { color: #7F75CF; }

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

This text font color is #7F75CF.

Background Color

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

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

This div background color is #7F75CF.

Border color

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

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

This div border color is #7F75CF.

Opacity

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

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

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

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

This text has shadow with #7F75CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F75CF.

Preview

Color preview on black background

This text has color #7F75CF on black background.


Color preview on white background

This text has color #7F75CF on white background.


Black color preview on #7F75CF background

This text has black color on #7F75CF background.


White color preview on #7F75CF background

This text has white color on #7F75CF background.


Related colors

Complementary color

Complementary color for #hex is #808A30.


I love getcolorcode.com

Triadic colors

1 #CF7F75 and #75CF7F with #7F75CF are triadic colors.

2 #CF757F and #757FCF with #7F75CF are triadic colors.