COLOR #775EEA

HEX: #775EEA
RGB: (119,94,234)

Color info

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

RGB color model

#775EEA color RGB value is (119,94,234).

  • red value is 119;
  • green value is 94;
  • blue value is 234.
RGB:
(119,94,234)
(47%,37%,92%)

RGB channels and saturation

R 119 of 255 = 47%
G 94 of 255 = 37%
B 234 of 255 = 92%

119
94
234

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

Portions of RGB colors in percentages

R + G + B =
119 + 94 + 234 = 447 (100%)
R 119 of 447 ~ 26.62%
G 94 of 447 ~ 21.03%
B 234 of 447 ~ 52.35%

%26.62
%21.03
%52.35

CMYK color model

#775EEA color CMYK value is (49,60,0,8).

  • cyan value is 49.15%
  • magenta value is 59.83%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(49,60,0,8)
C49M60Y0K8 
(49%,60%,0%,8%)
(0.49/0.60/0.00/0.08)	

CMYK percentages

%49.15
%59.83
%0
%8.24

Codes

Color #775EEA in popluar color models

775EEA
RGB11994234
HSL251°76.92%64.31%
HSB/HSV251°59.83%91.76%
CMYK49.15%59.83%0.00%
8.24%

Color #775EEA in popluar number systems.

HEX775EEA
Decimal11994234
Binary1110111101111011101010
Octal167136352

Shades and tints

Shades of #775EEA

#775EEA
(119,94,234)
#6D56D5
(109,86,213)
#634EC0
(99,78,192)
#5946AB
(89,70,171)
#4F3E96
(79,62,150)
#453681
(69,54,129)
#3B2E6C
(59,46,108)
#312657
(49,38,87)
#271E42
(39,30,66)
#1D162D
(29,22,45)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #775EEA

#775EEA
(119,94,234)
#836CEB
(131,108,235)
#8F7AEC
(143,122,236)
#9B88ED
(155,136,237)
#A796EE
(167,150,238)
#B3A4EF
(179,164,239)
#BFB2F0
(191,178,240)
#CBC0F1
(203,192,241)
#D7CEF2
(215,206,242)
#E3DCF3
(227,220,243)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775EEA color. Also use rgb(119,94,234) instead hex code.

Text Font Color

.myTextColor { color: #775EEA; }

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

This text font color is #775EEA.


Background Color

.myBgColor { background-color: #775EEA; }

<div style="background-color:#775EEA">Inner text</div>

This div background color is #775EEA.


Border color

.myBorderColor { border: 1px solid #775EEA; }

<div style="border:3px solid #775EEA">Div</div>

This div border color is #775EEA.


Opacity

.myOpacity80 { color: #775EEA; opacity: 0.8; }

<p style="color:#775EEA;opacity:0.8;">80%</p>

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

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

This text has shadow with #775EEA color.

.textShadow {text-shadow: 3px 3px 1px #775EEA, 3px 3px 1px red;}

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

This text has shadow with #775EEA primary color and red secondary color.


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

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

This text has shadow with #775EEA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775EEA on black background.


Color preview on white background

This text has color #775EEA on white background.



Black color preview on #775EEA background

This text has black color on #775EEA background.


White color preview on #775EEA background

This text has white color on #775EEA background.