COLOR #775CEF

HEX: #775CEF
RGB: (119,92,239)

Color info

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

RGB color model

#775CEF color RGB value is (119,92,239).

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

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 239 of 255 = 94%

119
92
239

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

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 239 = 450 (100%)
R 119 of 450 ~ 26.44%
G 92 of 450 ~ 20.44%
B 239 of 450 ~ 53.11%

%26.44
%20.44
%53.11

CMYK color model

#775CEF color CMYK value is (50,62,0,6).

  • cyan value is 50.21%
  • magenta value is 61.51%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(50,62,0,6)
C50M62Y0K6 
(50%,62%,0%,6%)
(0.50/0.62/0.00/0.06)	

CMYK percentages

%50.21
%61.51
%0
%6.27

Codes

Color #775CEF in popluar color models

775CEF
RGB11992239
HSL251°82.12%64.90%
HSB/HSV251°61.51%93.73%
CMYK50.21%61.51%0.00%
6.27%

Color #775CEF in popluar number systems.

HEX775CEF
Decimal11992239
Binary1110111101110011101111
Octal167134357

Shades and tints

Shades of #775CEF

#775CEF
(119,92,239)
#6D54DA
(109,84,218)
#634CC5
(99,76,197)
#5944B0
(89,68,176)
#4F3C9B
(79,60,155)
#453486
(69,52,134)
#3B2C71
(59,44,113)
#31245C
(49,36,92)
#271C47
(39,28,71)
#1D1432
(29,20,50)
#130C1D
(19,12,29)
#000000
(0,0,0)

Tints of #775CEF

#775CEF
(119,92,239)
#836AF0
(131,106,240)
#8F78F1
(143,120,241)
#9B86F2
(155,134,242)
#A794F3
(167,148,243)
#B3A2F4
(179,162,244)
#BFB0F5
(191,176,245)
#CBBEF6
(203,190,246)
#D7CCF7
(215,204,247)
#E3DAF8
(227,218,248)
#EFE8F9
(239,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775CEF color. Also use rgb(119,92,239) instead hex code.

Text Font Color

.myTextColor { color: #775CEF; }

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

This text font color is #775CEF.


Background Color

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

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

This div background color is #775CEF.


Border color

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

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

This div border color is #775CEF.


Opacity

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

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

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

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

This text has shadow with #775CEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775CEF on black background.


Color preview on white background

This text has color #775CEF on white background.



Black color preview on #775CEF background

This text has black color on #775CEF background.


White color preview on #775CEF background

This text has white color on #775CEF background.