COLOR #7D8EFF

HEX: #7D8EFF
RGB: (125,142,255)

Color info

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

RGB color model

#7D8EFF color RGB value is (125,142,255).

  • red value is 125;
  • green value is 142;
  • blue value is 255.
RGB:
(125,142,255)
(49%,56%,100%)

RGB channels and saturation

R 125 of 255 = 49%
G 142 of 255 = 56%
B 255 of 255 = 100%

125
142
255

R + G + B ~ 68%. #7D8EFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 142 + 255 = 522 (100%)
R 125 of 522 ~ 23.95%
G 142 of 522 ~ 27.2%
B 255 of 522 ~ 48.85%

%23.95
%27.2
%48.85

CMYK color model

#7D8EFF color CMYK value is (51,44,0,0).

  • cyan value is 50.98%
  • magenta value is 44.31%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(51,44,0,0)
C51M44Y0K0 
(51%,44%,0%,0%)
(0.51/0.44/0.00/0.00)	

CMYK percentages

%50.98
%44.31
%0
%0

Codes

Color #7D8EFF in popluar color models

7D8EFF
RGB125142255
HSL232°100.00%74.51%
HSB/HSV232°50.98%100.00%
CMYK50.98%44.31%0.00%
0.00%

Color #7D8EFF in popluar number systems.

HEX7D8EFF
Decimal125142255
Binary11111011000111011111111
Octal175216377

Shades and tints

Shades of #7D8EFF

#7D8EFF
(125,142,255)
#7282E8
(114,130,232)
#6776D1
(103,118,209)
#5C6ABA
(92,106,186)
#515EA3
(81,94,163)
#46528C
(70,82,140)
#3B4675
(59,70,117)
#303A5E
(48,58,94)
#252E47
(37,46,71)
#1A2230
(26,34,48)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #7D8EFF

#7D8EFF
(125,142,255)
#8898FF
(136,152,255)
#93A2FF
(147,162,255)
#9EACFF
(158,172,255)
#A9B6FF
(169,182,255)
#B4C0FF
(180,192,255)
#BFCAFF
(191,202,255)
#CAD4FF
(202,212,255)
#D5DEFF
(213,222,255)
#E0E8FF
(224,232,255)
#EBF2FF
(235,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8EFF color. Also use rgb(125,142,255) instead hex code.

Text Font Color

.myTextColor { color: #7D8EFF; }

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

This text font color is #7D8EFF.


Background Color

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

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

This div background color is #7D8EFF.


Border color

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

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

This div border color is #7D8EFF.


Opacity

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

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

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

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

This text has shadow with #7D8EFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8EFF on black background.


Color preview on white background

This text has color #7D8EFF on white background.



Black color preview on #7D8EFF background

This text has black color on #7D8EFF background.


White color preview on #7D8EFF background

This text has white color on #7D8EFF background.