COLOR #7D83C2

HEX: #7D83C2
RGB: (125,131,194)

Color info

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

RGB color model

#7D83C2 color RGB value is (125,131,194).

  • red value is 125;
  • green value is 131;
  • blue value is 194.
RGB:
(125,131,194)
(49%,51%,76%)

RGB channels and saturation

R 125 of 255 = 49%
G 131 of 255 = 51%
B 194 of 255 = 76%

125
131
194

R + G + B ~ 59%. #7D83C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 131 + 194 = 450 (100%)
R 125 of 450 ~ 27.78%
G 131 of 450 ~ 29.11%
B 194 of 450 ~ 43.11%

%27.78
%29.11
%43.11

CMYK color model

#7D83C2 color CMYK value is (36,32,0,24).

  • cyan value is 35.57%
  • magenta value is 32.47%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(36,32,0,24)
C36M32Y0K24 
(36%,32%,0%,24%)
(0.36/0.32/0.00/0.24)	

CMYK percentages

%35.57
%32.47
%0
%23.92

Codes

Color #7D83C2 in popluar color models

7D83C2
RGB125131194
HSL235°36.13%62.55%
HSB/HSV235°35.57%76.08%
CMYK35.57%32.47%0.00%
23.92%

Color #7D83C2 in popluar number systems.

HEX7D83C2
Decimal125131194
Binary11111011000001111000010
Octal175203302

Shades and tints

Shades of #7D83C2

#7D83C2
(125,131,194)
#7278B1
(114,120,177)
#676DA0
(103,109,160)
#5C628F
(92,98,143)
#51577E
(81,87,126)
#464C6D
(70,76,109)
#3B415C
(59,65,92)
#30364B
(48,54,75)
#252B3A
(37,43,58)
#1A2029
(26,32,41)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #7D83C2

#7D83C2
(125,131,194)
#888EC7
(136,142,199)
#9399CC
(147,153,204)
#9EA4D1
(158,164,209)
#A9AFD6
(169,175,214)
#B4BADB
(180,186,219)
#BFC5E0
(191,197,224)
#CAD0E5
(202,208,229)
#D5DBEA
(213,219,234)
#E0E6EF
(224,230,239)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D83C2 color. Also use rgb(125,131,194) instead hex code.

Text Font Color

.myTextColor { color: #7D83C2; }

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

This text font color is #7D83C2.


Background Color

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

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

This div background color is #7D83C2.


Border color

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

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

This div border color is #7D83C2.


Opacity

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

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

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

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

This text has shadow with #7D83C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D83C2 on black background.


Color preview on white background

This text has color #7D83C2 on white background.



Black color preview on #7D83C2 background

This text has black color on #7D83C2 background.


White color preview on #7D83C2 background

This text has white color on #7D83C2 background.