COLOR #7FA5F8

HEX: #7FA5F8 RGB: (127,165,248)

Color info

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

RGB color model

#7FA5F8 color RGB value is (127,165,248).

RGB: (127,165,248) (50%, 65%, 97%)

RGB channels and saturation

R 127 of 255 = 50%
G 165 of 255 = 65%
B 248 of 255 = 97%

127
165
248

R + G + B ~ 71%. #7FA5F8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 165 + 248 = 540 (100%)
R 127 of 540 ~ 23.52%
G 165 of 540 ~ 30.56%
B 248 of 540 ~ 45.93'%

%23.52
%30.56
%45.93

CMYK color model

#7FA5F8 color CMYK value is (49,33,0,3).

  • cyan value is 48.79%
  • magenta value is 33.47%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (49,33,0,3)
C49M33Y0K3 (49%, 33%, 0%, 3%)
(0.49 / 0.33 / 0.00 / 0.03)

CMYK percentages

%48.79
%33.47
%0
%2.75

Codes

Color #7FA5F8 in popluar color models

7F A5 F8
RGB 127 165 248
HSL 221° 89.63% 73.53%
HSB/HSV 221° 48.79% 97.25%
CMYK 48.79% 33.47% 0.00%
2.75%

Color #7FA5F8 in popluar number systems.

HEX 7F A5 F8
Decimal 127 165 248
Binary 1111111 10100101 11111000
Octal 177 245 370

Shades and tints

Shades of #7FA5F8

#7FA5F8
(127,165,248)
#7496E2
(116,150,226)
#6987CC
(105,135,204)
#5E78B6
(94,120,182)
#5369A0
(83,105,160)
#485A8A
(72,90,138)
#3D4B74
(61,75,116)
#323C5E
(50,60,94)
#272D48
(39,45,72)
#1C1E32
(28,30,50)
#110F1C
(17,15,28)
#000000
(0,0,0)

Tints of #7FA5F8

#7FA5F8
(127,165,248)
#8AADF8
(138,173,248)
#95B5F8
(149,181,248)
#A0BDF8
(160,189,248)
#ABC5F8
(171,197,248)
#B6CDF8
(182,205,248)
#C1D5F8
(193,213,248)
#CCDDF8
(204,221,248)
#D7E5F8
(215,229,248)
#E2EDF8
(226,237,248)
#EDF5F8
(237,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA5F8 color. Also use rgb(127,165,248) instead hex code.

Text Font Color

.myTextColor { color: #7FA5F8; }

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

This text font color is #7FA5F8.

Background Color

.myBgColor { background-color: #7FA5F8; }

<div style="background-color:#7FA5F8">Inner text</div>

This div background color is #7FA5F8.

Border color

.myBorderColor { border: 1px solid #7FA5F8; }

<div style="border:3px solid #7FA5F8">Div</div>

This div border color is #7FA5F8.

Opacity

.myOpacity80 { color: #7FA5F8; opacity: 0.8; }

<p style="color:#7FA5F8;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FA5F8 color.


.textShadow {text-shadow: 3px 3px 1px #7FA5F8', 3px 3px 1px red;}

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

This text has shadow with #7FA5F8 primary color and red secondary color.


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

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

This text has shadow with #7FA5F8 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7FA5F8; -webkit-box-shadow: 1px 1px 3px 2px #7FA5F8; box-shadow:1px 1px 3px 2px #7FA5F8;">
Div content here
</div>

This div box has shadow with color #7FA5F8.

Preview

Color preview on black background

This text has color #7FA5F8 on black background.


Color preview on white background

This text has color #7FA5F8 on white background.


Black color preview on #7FA5F8 background

This text has black color on #7FA5F8 background.


White color preview on #7FA5F8 background

This text has white color on #7FA5F8 background.


Related colors

Complementary color

Complementary color for #hex is #805A07.


I love getcolorcode.com

Triadic colors

1 #F87FA5 and #A5F87F with #7FA5F8 are triadic colors.

2 #F8A57F and #A57FF8 with #7FA5F8 are triadic colors.