COLOR #7C83D0

HEX: #7C83D0 RGB: (124,131,208)

Color info

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

RGB color model

#7C83D0 color RGB value is (124,131,208).

RGB: (124,131,208) (49%, 51%, 82%)

RGB channels and saturation

R 124 of 255 = 49%
G 131 of 255 = 51%
B 208 of 255 = 82%

124
131
208

R + G + B ~ 61%. #7C83D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 131 + 208 = 463 (100%)
R 124 of 463 ~ 26.78%
G 131 of 463 ~ 28.29%
B 208 of 463 ~ 44.92'%

%26.78
%28.29
%44.92

CMYK color model

#7C83D0 color CMYK value is (40,37,0,18).

  • cyan value is 40.38%
  • magenta value is 37.02%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (40,37,0,18)
C40M37Y0K18 (40%, 37%, 0%, 18%)
(0.40 / 0.37 / 0.00 / 0.18)

CMYK percentages

%40.38
%37.02
%0
%18.43

Codes

Color #7C83D0 in popluar color models

7C 83 D0
RGB 124 131 208
HSL 235° 47.19% 65.10%
HSB/HSV 235° 40.38% 81.57%
CMYK 40.38% 37.02% 0.00%
18.43%

Color #7C83D0 in popluar number systems.

HEX 7C 83 D0
Decimal 124 131 208
Binary 1111100 10000011 11010000
Octal 174 203 320

Shades and tints

Shades of #7C83D0

#7C83D0
(124,131,208)
#7178BE
(113,120,190)
#666DAC
(102,109,172)
#5B629A
(91,98,154)
#505788
(80,87,136)
#454C76
(69,76,118)
#3A4164
(58,65,100)
#2F3652
(47,54,82)
#242B40
(36,43,64)
#19202E
(25,32,46)
#0E151C
(14,21,28)
#000000
(0,0,0)

Tints of #7C83D0

#7C83D0
(124,131,208)
#878ED4
(135,142,212)
#9299D8
(146,153,216)
#9DA4DC
(157,164,220)
#A8AFE0
(168,175,224)
#B3BAE4
(179,186,228)
#BEC5E8
(190,197,232)
#C9D0EC
(201,208,236)
#D4DBF0
(212,219,240)
#DFE6F4
(223,230,244)
#EAF1F8
(234,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C83D0 color. Also use rgb(124,131,208) instead hex code.

Text Font Color

.myTextColor { color: #7C83D0; }

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

This text font color is #7C83D0.

Background Color

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

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

This div background color is #7C83D0.

Border color

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

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

This div border color is #7C83D0.

Opacity

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

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

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

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

This text has shadow with #7C83D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C83D0.

Preview

Color preview on black background

This text has color #7C83D0 on black background.


Color preview on white background

This text has color #7C83D0 on white background.


Black color preview on #7C83D0 background

This text has black color on #7C83D0 background.


White color preview on #7C83D0 background

This text has white color on #7C83D0 background.


Related colors

Complementary color

Complementary color for #hex is #837C2F.


I love getcolorcode.com

Triadic colors

1 #D07C83 and #83D07C with #7C83D0 are triadic colors.

2 #D0837C and #837CD0 with #7C83D0 are triadic colors.