COLOR #7D82DD

HEX: #7D82DD
RGB: (125,130,221)

Color info

#7D82DD contains mainly blue color. Web safe color of #7D82DD is #6699CC (or #69C).

RGB color model

#7D82DD color RGB value is (125,130,221).

  • red value is 125;
  • green value is 130;
  • blue value is 221.
RGB:
(125,130,221)
(49%,51%,87%)

RGB channels and saturation

R 125 of 255 = 49%
G 130 of 255 = 51%
B 221 of 255 = 87%

125
130
221

R + G + B ~ 62%. #7D82DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 130 + 221 = 476 (100%)
R 125 of 476 ~ 26.26%
G 130 of 476 ~ 27.31%
B 221 of 476 ~ 46.43%

%26.26
%27.31
%46.43

CMYK color model

#7D82DD color CMYK value is (43,41,0,13).

  • cyan value is 43.44%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(43,41,0,13)
C43M41Y0K13 
(43%,41%,0%,13%)
(0.43/0.41/0.00/0.13)	

CMYK percentages

%43.44
%41.18
%0
%13.33

Codes

Color #7D82DD in popluar color models

7D82DD
RGB125130221
HSL237°58.54%67.84%
HSB/HSV237°43.44%86.67%
CMYK43.44%41.18%0.00%
13.33%

Color #7D82DD in popluar number systems.

HEX7D82DD
Decimal125130221
Binary11111011000001011011101
Octal175202335

Shades and tints

Shades of #7D82DD

#7D82DD
(125,130,221)
#7277C9
(114,119,201)
#676CB5
(103,108,181)
#5C61A1
(92,97,161)
#51568D
(81,86,141)
#464B79
(70,75,121)
#3B4065
(59,64,101)
#303551
(48,53,81)
#252A3D
(37,42,61)
#1A1F29
(26,31,41)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #7D82DD

#7D82DD
(125,130,221)
#888DE0
(136,141,224)
#9398E3
(147,152,227)
#9EA3E6
(158,163,230)
#A9AEE9
(169,174,233)
#B4B9EC
(180,185,236)
#BFC4EF
(191,196,239)
#CACFF2
(202,207,242)
#D5DAF5
(213,218,245)
#E0E5F8
(224,229,248)
#EBF0FB
(235,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D82DD color. Also use rgb(125,130,221) instead hex code.

Text Font Color

.myTextColor { color: #7D82DD; }

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

This text font color is #7D82DD.


Background Color

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

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

This div background color is #7D82DD.


Border color

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

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

This div border color is #7D82DD.


Opacity

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

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

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

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

This text has shadow with #7D82DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D82DD on black background.


Color preview on white background

This text has color #7D82DD on white background.



Black color preview on #7D82DD background

This text has black color on #7D82DD background.


White color preview on #7D82DD background

This text has white color on #7D82DD background.