COLOR #7F65E4

HEX: #7F65E4
RGB: (127,101,228)

Color info

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

RGB color model

#7F65E4 color RGB value is (127,101,228).

  • red value is 127;
  • green value is 101;
  • blue value is 228.
RGB:
(127,101,228)
(50%,40%,89%)

RGB channels and saturation

R 127 of 255 = 50%
G 101 of 255 = 40%
B 228 of 255 = 89%

127
101
228

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

Portions of RGB colors in percentages

R + G + B =
127 + 101 + 228 = 456 (100%)
R 127 of 456 ~ 27.85%
G 101 of 456 ~ 22.15%
B 228 of 456 ~ 50%

%27.85
%22.15
%50

CMYK color model

#7F65E4 color CMYK value is (44,56,0,11).

  • cyan value is 44.30%
  • magenta value is 55.70%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(44,56,0,11)
C44M56Y0K11 
(44%,56%,0%,11%)
(0.44/0.56/0.00/0.11)	

CMYK percentages

%44.3
%55.7
%0
%10.59

Codes

Color #7F65E4 in popluar color models

7F65E4
RGB127101228
HSL252°70.17%64.51%
HSB/HSV252°55.70%89.41%
CMYK44.30%55.70%0.00%
10.59%

Color #7F65E4 in popluar number systems.

HEX7F65E4
Decimal127101228
Binary1111111110010111100100
Octal177145344

Shades and tints

Shades of #7F65E4

#7F65E4
(127,101,228)
#745CD0
(116,92,208)
#6953BC
(105,83,188)
#5E4AA8
(94,74,168)
#534194
(83,65,148)
#483880
(72,56,128)
#3D2F6C
(61,47,108)
#322658
(50,38,88)
#271D44
(39,29,68)
#1C1430
(28,20,48)
#110B1C
(17,11,28)
#000000
(0,0,0)

Tints of #7F65E4

#7F65E4
(127,101,228)
#8A73E6
(138,115,230)
#9581E8
(149,129,232)
#A08FEA
(160,143,234)
#AB9DEC
(171,157,236)
#B6ABEE
(182,171,238)
#C1B9F0
(193,185,240)
#CCC7F2
(204,199,242)
#D7D5F4
(215,213,244)
#E2E3F6
(226,227,246)
#EDF1F8
(237,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F65E4 color. Also use rgb(127,101,228) instead hex code.

Text Font Color

.myTextColor { color: #7F65E4; }

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

This text font color is #7F65E4.


Background Color

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

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

This div background color is #7F65E4.


Border color

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

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

This div border color is #7F65E4.


Opacity

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

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

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

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

This text has shadow with #7F65E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F65E4 on black background.


Color preview on white background

This text has color #7F65E4 on white background.



Black color preview on #7F65E4 background

This text has black color on #7F65E4 background.


White color preview on #7F65E4 background

This text has white color on #7F65E4 background.