COLOR #7757ED

HEX: #7757ED
RGB: (119,87,237)

Color info

#7757ED contains mainly blue color. Web safe color of #7757ED is #6666FF (or #66F).

RGB color model

#7757ED color RGB value is (119,87,237).

  • red value is 119;
  • green value is 87;
  • blue value is 237.
RGB:
(119,87,237)
(47%,34%,93%)

RGB channels and saturation

R 119 of 255 = 47%
G 87 of 255 = 34%
B 237 of 255 = 93%

119
87
237

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

Portions of RGB colors in percentages

R + G + B =
119 + 87 + 237 = 443 (100%)
R 119 of 443 ~ 26.86%
G 87 of 443 ~ 19.64%
B 237 of 443 ~ 53.5%

%26.86
%19.64
%53.5

CMYK color model

#7757ED color CMYK value is (50,63,0,7).

  • cyan value is 49.79%
  • magenta value is 63.29%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(50,63,0,7)
C50M63Y0K7 
(50%,63%,0%,7%)
(0.50/0.63/0.00/0.07)	

CMYK percentages

%49.79
%63.29
%0
%7.06

Codes

Color #7757ED in popluar color models

7757ED
RGB11987237
HSL253°80.65%63.53%
HSB/HSV253°63.29%92.94%
CMYK49.79%63.29%0.00%
7.06%

Color #7757ED in popluar number systems.

HEX7757ED
Decimal11987237
Binary1110111101011111101101
Octal167127355

Shades and tints

Shades of #7757ED

#7757ED
(119,87,237)
#6D50D8
(109,80,216)
#6349C3
(99,73,195)
#5942AE
(89,66,174)
#4F3B99
(79,59,153)
#453484
(69,52,132)
#3B2D6F
(59,45,111)
#31265A
(49,38,90)
#271F45
(39,31,69)
#1D1830
(29,24,48)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #7757ED

#7757ED
(119,87,237)
#8366EE
(131,102,238)
#8F75EF
(143,117,239)
#9B84F0
(155,132,240)
#A793F1
(167,147,241)
#B3A2F2
(179,162,242)
#BFB1F3
(191,177,243)
#CBC0F4
(203,192,244)
#D7CFF5
(215,207,245)
#E3DEF6
(227,222,246)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7757ED color. Also use rgb(119,87,237) instead hex code.

Text Font Color

.myTextColor { color: #7757ED; }

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

This text font color is #7757ED.


Background Color

.myBgColor { background-color: #7757ED; }

<div style="background-color:#7757ED">Inner text</div>

This div background color is #7757ED.


Border color

.myBorderColor { border: 1px solid #7757ED; }

<div style="border:3px solid #7757ED">Div</div>

This div border color is #7757ED.


Opacity

.myOpacity80 { color: #7757ED; opacity: 0.8; }

<p style="color:#7757ED;opacity:0.8;">80%</p>

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

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

This text has shadow with #7757ED color.

.textShadow {text-shadow: 3px 3px 1px #7757ED, 3px 3px 1px red;}

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

This text has shadow with #7757ED primary color and red secondary color.


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

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

This text has shadow with #7757ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7757ED on black background.


Color preview on white background

This text has color #7757ED on white background.



Black color preview on #7757ED background

This text has black color on #7757ED background.


White color preview on #7757ED background

This text has white color on #7757ED background.