COLOR #7F62C3

HEX: #7F62C3 RGB: (127,98,195)

Color info

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

RGB color model

#7F62C3 color RGB value is (127,98,195).

RGB: (127,98,195) (50%, 38%, 76%)

RGB channels and saturation

R 127 of 255 = 50%
G 98 of 255 = 38%
B 195 of 255 = 76%

127
98
195

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

Portions of RGB colors in percentages

R + G + B = 127 + 98 + 195 = 420 (100%)
R 127 of 420 ~ 30.24%
G 98 of 420 ~ 23.33%
B 195 of 420 ~ 46.43'%

%30.24
%23.33
%46.43

CMYK color model

#7F62C3 color CMYK value is (35,50,0,24).

  • cyan value is 34.87%
  • magenta value is 49.74%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (35,50,0,24)
C35M50Y0K24 (35%, 50%, 0%, 24%)
(0.35 / 0.50 / 0.00 / 0.24)

CMYK percentages

%34.87
%49.74
%0
%23.53

Codes

Color #7F62C3 in popluar color models

7F 62 C3
RGB 127 98 195
HSL 258° 44.70% 57.45%
HSB/HSV 258° 49.74% 76.47%
CMYK 34.87% 49.74% 0.00%
23.53%

Color #7F62C3 in popluar number systems.

HEX 7F 62 C3
Decimal 127 98 195
Binary 1111111 1100010 11000011
Octal 177 142 303

Shades and tints

Shades of #7F62C3

#7F62C3
(127,98,195)
#745AB2
(116,90,178)
#6952A1
(105,82,161)
#5E4A90
(94,74,144)
#53427F
(83,66,127)
#483A6E
(72,58,110)
#3D325D
(61,50,93)
#322A4C
(50,42,76)
#27223B
(39,34,59)
#1C1A2A
(28,26,42)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #7F62C3

#7F62C3
(127,98,195)
#8A70C8
(138,112,200)
#957ECD
(149,126,205)
#A08CD2
(160,140,210)
#AB9AD7
(171,154,215)
#B6A8DC
(182,168,220)
#C1B6E1
(193,182,225)
#CCC4E6
(204,196,230)
#D7D2EB
(215,210,235)
#E2E0F0
(226,224,240)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F62C3 color. Also use rgb(127,98,195) instead hex code.

Text Font Color

.myTextColor { color: #7F62C3; }

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

This text font color is #7F62C3.

Background Color

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

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

This div background color is #7F62C3.

Border color

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

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

This div border color is #7F62C3.

Opacity

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

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

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

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

This text has shadow with #7F62C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F62C3.

Preview

Color preview on black background

This text has color #7F62C3 on black background.


Color preview on white background

This text has color #7F62C3 on white background.


Black color preview on #7F62C3 background

This text has black color on #7F62C3 background.


White color preview on #7F62C3 background

This text has white color on #7F62C3 background.


Related colors

Complementary color

Complementary color for #hex is #809D3C.


I love getcolorcode.com

Triadic colors

1 #C37F62 and #62C37F with #7F62C3 are triadic colors.

2 #C3627F and #627FC3 with #7F62C3 are triadic colors.