COLOR #7983BE

HEX: #7983BE RGB: (121,131,190)

Color info

#7983BE contains mainly green and blue colors. Web safe color of #7983BE is #6699CC (or #69C).

RGB color model

#7983BE color RGB value is (121,131,190).

RGB: (121,131,190) (47%, 51%, 75%)

RGB channels and saturation

R 121 of 255 = 47%
G 131 of 255 = 51%
B 190 of 255 = 75%

121
131
190

R + G + B ~ 58%. #7983BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 131 + 190 = 442 (100%)
R 121 of 442 ~ 27.38%
G 131 of 442 ~ 29.64%
B 190 of 442 ~ 42.99'%

%27.38
%29.64
%42.99

CMYK color model

#7983BE color CMYK value is (36,31,0,25).

  • cyan value is 36.32%
  • magenta value is 31.05%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (36,31,0,25)
C36M31Y0K25 (36%, 31%, 0%, 25%)
(0.36 / 0.31 / 0.00 / 0.25)

CMYK percentages

%36.32
%31.05
%0
%25.49

Codes

Color #7983BE in popluar color models

79 83 BE
RGB 121 131 190
HSL 231° 34.67% 60.98%
HSB/HSV 231° 36.32% 74.51%
CMYK 36.32% 31.05% 0.00%
25.49%

Color #7983BE in popluar number systems.

HEX 79 83 BE
Decimal 121 131 190
Binary 1111001 10000011 10111110
Octal 171 203 276

Shades and tints

Shades of #7983BE

#7983BE
(121,131,190)
#6E78AD
(110,120,173)
#636D9C
(99,109,156)
#58628B
(88,98,139)
#4D577A
(77,87,122)
#424C69
(66,76,105)
#374158
(55,65,88)
#2C3647
(44,54,71)
#212B36
(33,43,54)
#162025
(22,32,37)
#0B1514
(11,21,20)
#000000
(0,0,0)

Tints of #7983BE

#7983BE
(121,131,190)
#858EC3
(133,142,195)
#9199C8
(145,153,200)
#9DA4CD
(157,164,205)
#A9AFD2
(169,175,210)
#B5BAD7
(181,186,215)
#C1C5DC
(193,197,220)
#CDD0E1
(205,208,225)
#D9DBE6
(217,219,230)
#E5E6EB
(229,230,235)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7983BE color. Also use rgb(121,131,190) instead hex code.

Text Font Color

.myTextColor { color: #7983BE; }

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

This text font color is #7983BE.

Background Color

.myBgColor { background-color: #7983BE; }

<div style="background-color:#7983BE">Inner text</div>

This div background color is #7983BE.

Border color

.myBorderColor { border: 1px solid #7983BE; }

<div style="border:3px solid #7983BE">Div</div>

This div border color is #7983BE.

Opacity

.myOpacity80 { color: #7983BE; opacity: 0.8; }

<p style="color:#7983BE;opacity:0.8;">80%</p>

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

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

This text has shadow with #7983BE color.


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

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

This text has shadow with #7983BE primary color and red secondary color.


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

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

This text has shadow with #7983BE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7983BE.

Preview

Color preview on black background

This text has color #7983BE on black background.


Color preview on white background

This text has color #7983BE on white background.


Black color preview on #7983BE background

This text has black color on #7983BE background.


White color preview on #7983BE background

This text has white color on #7983BE background.


Related colors

Complementary color

Complementary color for #hex is #867C41.


I love getcolorcode.com

Triadic colors

1 #BE7983 and #83BE79 with #7983BE are triadic colors.

2 #BE8379 and #8379BE with #7983BE are triadic colors.