COLOR #7991BF

HEX: #7991BF
RGB: (121,145,191)

Color info

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

RGB color model

#7991BF color RGB value is (121,145,191).

  • red value is 121;
  • green value is 145;
  • blue value is 191.
RGB:
(121,145,191)
(47%,57%,75%)

RGB channels and saturation

R 121 of 255 = 47%
G 145 of 255 = 57%
B 191 of 255 = 75%

121
145
191

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

Portions of RGB colors in percentages

R + G + B =
121 + 145 + 191 = 457 (100%)
R 121 of 457 ~ 26.48%
G 145 of 457 ~ 31.73%
B 191 of 457 ~ 41.79%

%26.48
%31.73
%41.79

CMYK color model

#7991BF color CMYK value is (37,24,0,25).

  • cyan value is 36.65%
  • magenta value is 24.08%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(37,24,0,25)
C37M24Y0K25 
(37%,24%,0%,25%)
(0.37/0.24/0.00/0.25)	

CMYK percentages

%36.65
%24.08
%0
%25.1

Codes

Color #7991BF in popluar color models

7991BF
RGB121145191
HSL219°35.35%61.18%
HSB/HSV219°36.65%74.90%
CMYK36.65%24.08%0.00%
25.10%

Color #7991BF in popluar number systems.

HEX7991BF
Decimal121145191
Binary11110011001000110111111
Octal171221277

Shades and tints

Shades of #7991BF

#7991BF
(121,145,191)
#6E84AE
(110,132,174)
#63779D
(99,119,157)
#586A8C
(88,106,140)
#4D5D7B
(77,93,123)
#42506A
(66,80,106)
#374359
(55,67,89)
#2C3648
(44,54,72)
#212937
(33,41,55)
#161C26
(22,28,38)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #7991BF

#7991BF
(121,145,191)
#859BC4
(133,155,196)
#91A5C9
(145,165,201)
#9DAFCE
(157,175,206)
#A9B9D3
(169,185,211)
#B5C3D8
(181,195,216)
#C1CDDD
(193,205,221)
#CDD7E2
(205,215,226)
#D9E1E7
(217,225,231)
#E5EBEC
(229,235,236)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7991BF color. Also use rgb(121,145,191) instead hex code.

Text Font Color

.myTextColor { color: #7991BF; }

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

This text font color is #7991BF.


Background Color

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

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

This div background color is #7991BF.


Border color

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

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

This div border color is #7991BF.


Opacity

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

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

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

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

This text has shadow with #7991BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7991BF on black background.


Color preview on white background

This text has color #7991BF on white background.



Black color preview on #7991BF background

This text has black color on #7991BF background.


White color preview on #7991BF background

This text has white color on #7991BF background.