COLOR #777BFD

HEX: #777BFD
RGB: (119,123,253)

Color info

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

RGB color model

#777BFD color RGB value is (119,123,253).

  • red value is 119;
  • green value is 123;
  • blue value is 253.
RGB:
(119,123,253)
(47%,48%,99%)

RGB channels and saturation

R 119 of 255 = 47%
G 123 of 255 = 48%
B 253 of 255 = 99%

119
123
253

R + G + B ~ 65%. #777BFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 123 + 253 = 495 (100%)
R 119 of 495 ~ 24.04%
G 123 of 495 ~ 24.85%
B 253 of 495 ~ 51.11%

%24.04
%24.85
%51.11

CMYK color model

#777BFD color CMYK value is (53,51,0,1).

  • cyan value is 52.96%
  • magenta value is 51.38%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(53,51,0,1)
C53M51Y0K1 
(53%,51%,0%,1%)
(0.53/0.51/0.00/0.01)	

CMYK percentages

%52.96
%51.38
%0
%0.78

Codes

Color #777BFD in popluar color models

777BFD
RGB119123253
HSL238°97.10%72.94%
HSB/HSV238°52.96%99.22%
CMYK52.96%51.38%0.00%
0.78%

Color #777BFD in popluar number systems.

HEX777BFD
Decimal119123253
Binary1110111111101111111101
Octal167173375

Shades and tints

Shades of #777BFD

#777BFD
(119,123,253)
#6D70E6
(109,112,230)
#6365CF
(99,101,207)
#595AB8
(89,90,184)
#4F4FA1
(79,79,161)
#45448A
(69,68,138)
#3B3973
(59,57,115)
#312E5C
(49,46,92)
#272345
(39,35,69)
#1D182E
(29,24,46)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #777BFD

#777BFD
(119,123,253)
#8387FD
(131,135,253)
#8F93FD
(143,147,253)
#9B9FFD
(155,159,253)
#A7ABFD
(167,171,253)
#B3B7FD
(179,183,253)
#BFC3FD
(191,195,253)
#CBCFFD
(203,207,253)
#D7DBFD
(215,219,253)
#E3E7FD
(227,231,253)
#EFF3FD
(239,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777BFD color. Also use rgb(119,123,253) instead hex code.

Text Font Color

.myTextColor { color: #777BFD; }

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

This text font color is #777BFD.


Background Color

.myBgColor { background-color: #777BFD; }

<div style="background-color:#777BFD">Inner text</div>

This div background color is #777BFD.


Border color

.myBorderColor { border: 1px solid #777BFD; }

<div style="border:3px solid #777BFD">Div</div>

This div border color is #777BFD.


Opacity

.myOpacity80 { color: #777BFD; opacity: 0.8; }

<p style="color:#777BFD;opacity:0.8;">80%</p>

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

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

This text has shadow with #777BFD color.

.textShadow {text-shadow: 3px 3px 1px #777BFD, 3px 3px 1px red;}

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

This text has shadow with #777BFD primary color and red secondary color.


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

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

This text has shadow with #777BFD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777BFD on black background.


Color preview on white background

This text has color #777BFD on white background.



Black color preview on #777BFD background

This text has black color on #777BFD background.


White color preview on #777BFD background

This text has white color on #777BFD background.