COLOR #7D91EB

HEX: #7D91EB
RGB: (125,145,235)

Color info

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

RGB color model

#7D91EB color RGB value is (125,145,235).

  • red value is 125;
  • green value is 145;
  • blue value is 235.
RGB:
(125,145,235)
(49%,57%,92%)

RGB channels and saturation

R 125 of 255 = 49%
G 145 of 255 = 57%
B 235 of 255 = 92%

125
145
235

R + G + B ~ 66%. #7D91EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 145 + 235 = 505 (100%)
R 125 of 505 ~ 24.75%
G 145 of 505 ~ 28.71%
B 235 of 505 ~ 46.53%

%24.75
%28.71
%46.53

CMYK color model

#7D91EB color CMYK value is (47,38,0,8).

  • cyan value is 46.81%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(47,38,0,8)
C47M38Y0K8 
(47%,38%,0%,8%)
(0.47/0.38/0.00/0.08)	

CMYK percentages

%46.81
%38.3
%0
%7.84

Codes

Color #7D91EB in popluar color models

7D91EB
RGB125145235
HSL229°73.33%70.59%
HSB/HSV229°46.81%92.16%
CMYK46.81%38.30%0.00%
7.84%

Color #7D91EB in popluar number systems.

HEX7D91EB
Decimal125145235
Binary11111011001000111101011
Octal175221353

Shades and tints

Shades of #7D91EB

#7D91EB
(125,145,235)
#7284D6
(114,132,214)
#6777C1
(103,119,193)
#5C6AAC
(92,106,172)
#515D97
(81,93,151)
#465082
(70,80,130)
#3B436D
(59,67,109)
#303658
(48,54,88)
#252943
(37,41,67)
#1A1C2E
(26,28,46)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #7D91EB

#7D91EB
(125,145,235)
#889BEC
(136,155,236)
#93A5ED
(147,165,237)
#9EAFEE
(158,175,238)
#A9B9EF
(169,185,239)
#B4C3F0
(180,195,240)
#BFCDF1
(191,205,241)
#CAD7F2
(202,215,242)
#D5E1F3
(213,225,243)
#E0EBF4
(224,235,244)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D91EB color. Also use rgb(125,145,235) instead hex code.

Text Font Color

.myTextColor { color: #7D91EB; }

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

This text font color is #7D91EB.


Background Color

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

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

This div background color is #7D91EB.


Border color

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

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

This div border color is #7D91EB.


Opacity

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

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

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

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

This text has shadow with #7D91EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D91EB on black background.


Color preview on white background

This text has color #7D91EB on white background.



Black color preview on #7D91EB background

This text has black color on #7D91EB background.


White color preview on #7D91EB background

This text has white color on #7D91EB background.