COLOR #77A5FB

HEX: #77A5FB
RGB: (119,165,251)

Color info

#77A5FB contains mainly blue color. Web safe color of #77A5FB is #6699FF (or #69F).

RGB color model

#77A5FB color RGB value is (119,165,251).

  • red value is 119;
  • green value is 165;
  • blue value is 251.
RGB:
(119,165,251)
(47%,65%,98%)

RGB channels and saturation

R 119 of 255 = 47%
G 165 of 255 = 65%
B 251 of 255 = 98%

119
165
251

R + G + B ~ 70%. #77A5FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 165 + 251 = 535 (100%)
R 119 of 535 ~ 22.24%
G 165 of 535 ~ 30.84%
B 251 of 535 ~ 46.92%

%22.24
%30.84
%46.92

CMYK color model

#77A5FB color CMYK value is (53,34,0,2).

  • cyan value is 52.59%
  • magenta value is 34.26%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(53,34,0,2)
C53M34Y0K2 
(53%,34%,0%,2%)
(0.53/0.34/0.00/0.02)	

CMYK percentages

%52.59
%34.26
%0
%1.57

Codes

Color #77A5FB in popluar color models

77A5FB
RGB119165251
HSL219°94.29%72.55%
HSB/HSV219°52.59%98.43%
CMYK52.59%34.26%0.00%
1.57%

Color #77A5FB in popluar number systems.

HEX77A5FB
Decimal119165251
Binary11101111010010111111011
Octal167245373

Shades and tints

Shades of #77A5FB

#77A5FB
(119,165,251)
#6D96E5
(109,150,229)
#6387CF
(99,135,207)
#5978B9
(89,120,185)
#4F69A3
(79,105,163)
#455A8D
(69,90,141)
#3B4B77
(59,75,119)
#313C61
(49,60,97)
#272D4B
(39,45,75)
#1D1E35
(29,30,53)
#130F1F
(19,15,31)
#000000
(0,0,0)

Tints of #77A5FB

#77A5FB
(119,165,251)
#83ADFB
(131,173,251)
#8FB5FB
(143,181,251)
#9BBDFB
(155,189,251)
#A7C5FB
(167,197,251)
#B3CDFB
(179,205,251)
#BFD5FB
(191,213,251)
#CBDDFB
(203,221,251)
#D7E5FB
(215,229,251)
#E3EDFB
(227,237,251)
#EFF5FB
(239,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A5FB color. Also use rgb(119,165,251) instead hex code.

Text Font Color

.myTextColor { color: #77A5FB; }

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

This text font color is #77A5FB.


Background Color

.myBgColor { background-color: #77A5FB; }

<div style="background-color:#77A5FB">Inner text</div>

This div background color is #77A5FB.


Border color

.myBorderColor { border: 1px solid #77A5FB; }

<div style="border:3px solid #77A5FB">Div</div>

This div border color is #77A5FB.


Opacity

.myOpacity80 { color: #77A5FB; opacity: 0.8; }

<p style="color:#77A5FB;opacity:0.8;">80%</p>

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

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

This text has shadow with #77A5FB color.

.textShadow {text-shadow: 3px 3px 1px #77A5FB, 3px 3px 1px red;}

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

This text has shadow with #77A5FB primary color and red secondary color.


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

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

This text has shadow with #77A5FB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A5FB on black background.


Color preview on white background

This text has color #77A5FB on white background.



Black color preview on #77A5FB background

This text has black color on #77A5FB background.


White color preview on #77A5FB background

This text has white color on #77A5FB background.