COLOR #7C98F8

HEX: #7C98F8
RGB: (124,152,248)

Color info

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

RGB color model

#7C98F8 color RGB value is (124,152,248).

  • red value is 124;
  • green value is 152;
  • blue value is 248.
RGB:
(124,152,248)
(49%,60%,97%)

RGB channels and saturation

R 124 of 255 = 49%
G 152 of 255 = 60%
B 248 of 255 = 97%

124
152
248

R + G + B ~ 69%. #7C98F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 152 + 248 = 524 (100%)
R 124 of 524 ~ 23.66%
G 152 of 524 ~ 29.01%
B 248 of 524 ~ 47.33%

%23.66
%29.01
%47.33

CMYK color model

#7C98F8 color CMYK value is (50,39,0,3).

  • cyan value is 50.00%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(50,39,0,3)
C50M39Y0K3 
(50%,39%,0%,3%)
(0.50/0.39/0.00/0.03)	

CMYK percentages

%50
%38.71
%0
%2.75

Codes

Color #7C98F8 in popluar color models

7C98F8
RGB124152248
HSL226°89.86%72.94%
HSB/HSV226°50.00%97.25%
CMYK50.00%38.71%0.00%
2.75%

Color #7C98F8 in popluar number systems.

HEX7C98F8
Decimal124152248
Binary11111001001100011111000
Octal174230370

Shades and tints

Shades of #7C98F8

#7C98F8
(124,152,248)
#718BE2
(113,139,226)
#667ECC
(102,126,204)
#5B71B6
(91,113,182)
#5064A0
(80,100,160)
#45578A
(69,87,138)
#3A4A74
(58,74,116)
#2F3D5E
(47,61,94)
#243048
(36,48,72)
#192332
(25,35,50)
#0E161C
(14,22,28)
#000000
(0,0,0)

Tints of #7C98F8

#7C98F8
(124,152,248)
#87A1F8
(135,161,248)
#92AAF8
(146,170,248)
#9DB3F8
(157,179,248)
#A8BCF8
(168,188,248)
#B3C5F8
(179,197,248)
#BECEF8
(190,206,248)
#C9D7F8
(201,215,248)
#D4E0F8
(212,224,248)
#DFE9F8
(223,233,248)
#EAF2F8
(234,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C98F8 color. Also use rgb(124,152,248) instead hex code.

Text Font Color

.myTextColor { color: #7C98F8; }

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

This text font color is #7C98F8.


Background Color

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

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

This div background color is #7C98F8.


Border color

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

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

This div border color is #7C98F8.


Opacity

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

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

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

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

This text has shadow with #7C98F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C98F8 on black background.


Color preview on white background

This text has color #7C98F8 on white background.



Black color preview on #7C98F8 background

This text has black color on #7C98F8 background.


White color preview on #7C98F8 background

This text has white color on #7C98F8 background.