COLOR #7D94FC

HEX: #7D94FC
RGB: (125,148,252)

Color info

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

RGB color model

#7D94FC color RGB value is (125,148,252).

  • red value is 125;
  • green value is 148;
  • blue value is 252.
RGB:
(125,148,252)
(49%,58%,99%)

RGB channels and saturation

R 125 of 255 = 49%
G 148 of 255 = 58%
B 252 of 255 = 99%

125
148
252

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

Portions of RGB colors in percentages

R + G + B =
125 + 148 + 252 = 525 (100%)
R 125 of 525 ~ 23.81%
G 148 of 525 ~ 28.19%
B 252 of 525 ~ 48%

%23.81
%28.19
%48

CMYK color model

#7D94FC color CMYK value is (50,41,0,1).

  • cyan value is 50.40%
  • magenta value is 41.27%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(50,41,0,1)
C50M41Y0K1 
(50%,41%,0%,1%)
(0.50/0.41/0.00/0.01)	

CMYK percentages

%50.4
%41.27
%0
%1.18

Codes

Color #7D94FC in popluar color models

7D94FC
RGB125148252
HSL229°95.49%73.92%
HSB/HSV229°50.40%98.82%
CMYK50.40%41.27%0.00%
1.18%

Color #7D94FC in popluar number systems.

HEX7D94FC
Decimal125148252
Binary11111011001010011111100
Octal175224374

Shades and tints

Shades of #7D94FC

#7D94FC
(125,148,252)
#7287E6
(114,135,230)
#677AD0
(103,122,208)
#5C6DBA
(92,109,186)
#5160A4
(81,96,164)
#46538E
(70,83,142)
#3B4678
(59,70,120)
#303962
(48,57,98)
#252C4C
(37,44,76)
#1A1F36
(26,31,54)
#0F1220
(15,18,32)
#000000
(0,0,0)

Tints of #7D94FC

#7D94FC
(125,148,252)
#889DFC
(136,157,252)
#93A6FC
(147,166,252)
#9EAFFC
(158,175,252)
#A9B8FC
(169,184,252)
#B4C1FC
(180,193,252)
#BFCAFC
(191,202,252)
#CAD3FC
(202,211,252)
#D5DCFC
(213,220,252)
#E0E5FC
(224,229,252)
#EBEEFC
(235,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D94FC color. Also use rgb(125,148,252) instead hex code.

Text Font Color

.myTextColor { color: #7D94FC; }

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

This text font color is #7D94FC.


Background Color

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

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

This div background color is #7D94FC.


Border color

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

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

This div border color is #7D94FC.


Opacity

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

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

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

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

This text has shadow with #7D94FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D94FC on black background.


Color preview on white background

This text has color #7D94FC on white background.



Black color preview on #7D94FC background

This text has black color on #7D94FC background.


White color preview on #7D94FC background

This text has white color on #7D94FC background.