COLOR #7883BF

HEX: #7883BF
RGB: (120,131,191)

Color info

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

RGB color model

#7883BF color RGB value is (120,131,191).

  • red value is 120;
  • green value is 131;
  • blue value is 191.
RGB:
(120,131,191)
(47%,51%,75%)

RGB channels and saturation

R 120 of 255 = 47%
G 131 of 255 = 51%
B 191 of 255 = 75%

120
131
191

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

Portions of RGB colors in percentages

R + G + B =
120 + 131 + 191 = 442 (100%)
R 120 of 442 ~ 27.15%
G 131 of 442 ~ 29.64%
B 191 of 442 ~ 43.21%

%27.15
%29.64
%43.21

CMYK color model

#7883BF color CMYK value is (37,31,0,25).

  • cyan value is 37.17%
  • magenta value is 31.41%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(37,31,0,25)
C37M31Y0K25 
(37%,31%,0%,25%)
(0.37/0.31/0.00/0.25)	

CMYK percentages

%37.17
%31.41
%0
%25.1

Codes

Color #7883BF in popluar color models

7883BF
RGB120131191
HSL231°35.68%60.98%
HSB/HSV231°37.17%74.90%
CMYK37.17%31.41%0.00%
25.10%

Color #7883BF in popluar number systems.

HEX7883BF
Decimal120131191
Binary11110001000001110111111
Octal170203277

Shades and tints

Shades of #7883BF

#7883BF
(120,131,191)
#6E78AE
(110,120,174)
#646D9D
(100,109,157)
#5A628C
(90,98,140)
#50577B
(80,87,123)
#464C6A
(70,76,106)
#3C4159
(60,65,89)
#323648
(50,54,72)
#282B37
(40,43,55)
#1E2026
(30,32,38)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #7883BF

#7883BF
(120,131,191)
#848EC4
(132,142,196)
#9099C9
(144,153,201)
#9CA4CE
(156,164,206)
#A8AFD3
(168,175,211)
#B4BAD8
(180,186,216)
#C0C5DD
(192,197,221)
#CCD0E2
(204,208,226)
#D8DBE7
(216,219,231)
#E4E6EC
(228,230,236)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7883BF color. Also use rgb(120,131,191) instead hex code.

Text Font Color

.myTextColor { color: #7883BF; }

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

This text font color is #7883BF.


Background Color

.myBgColor { background-color: #7883BF; }

<div style="background-color:#7883BF">Inner text</div>

This div background color is #7883BF.


Border color

.myBorderColor { border: 1px solid #7883BF; }

<div style="border:3px solid #7883BF">Div</div>

This div border color is #7883BF.


Opacity

.myOpacity80 { color: #7883BF; opacity: 0.8; }

<p style="color:#7883BF;opacity:0.8;">80%</p>

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

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

This text has shadow with #7883BF color.

.textShadow {text-shadow: 3px 3px 1px #7883BF, 3px 3px 1px red;}

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

This text has shadow with #7883BF primary color and red secondary color.


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

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

This text has shadow with #7883BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7883BF on black background.


Color preview on white background

This text has color #7883BF on white background.



Black color preview on #7883BF background

This text has black color on #7883BF background.


White color preview on #7883BF background

This text has white color on #7883BF background.