COLOR #7891CD

HEX: #7891CD
RGB: (120,145,205)

Color info

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

RGB color model

#7891CD color RGB value is (120,145,205).

  • red value is 120;
  • green value is 145;
  • blue value is 205.
RGB:
(120,145,205)
(47%,57%,80%)

RGB channels and saturation

R 120 of 255 = 47%
G 145 of 255 = 57%
B 205 of 255 = 80%

120
145
205

R + G + B ~ 61%. #7891CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 145 + 205 = 470 (100%)
R 120 of 470 ~ 25.53%
G 145 of 470 ~ 30.85%
B 205 of 470 ~ 43.62%

%25.53
%30.85
%43.62

CMYK color model

#7891CD color CMYK value is (41,29,0,20).

  • cyan value is 41.46%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(41,29,0,20)
C41M29Y0K20 
(41%,29%,0%,20%)
(0.41/0.29/0.00/0.20)	

CMYK percentages

%41.46
%29.27
%0
%19.61

Codes

Color #7891CD in popluar color models

7891CD
RGB120145205
HSL222°45.95%63.73%
HSB/HSV222°41.46%80.39%
CMYK41.46%29.27%0.00%
19.61%

Color #7891CD in popluar number systems.

HEX7891CD
Decimal120145205
Binary11110001001000111001101
Octal170221315

Shades and tints

Shades of #7891CD

#7891CD
(120,145,205)
#6E84BB
(110,132,187)
#6477A9
(100,119,169)
#5A6A97
(90,106,151)
#505D85
(80,93,133)
#465073
(70,80,115)
#3C4361
(60,67,97)
#32364F
(50,54,79)
#28293D
(40,41,61)
#1E1C2B
(30,28,43)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #7891CD

#7891CD
(120,145,205)
#849BD1
(132,155,209)
#90A5D5
(144,165,213)
#9CAFD9
(156,175,217)
#A8B9DD
(168,185,221)
#B4C3E1
(180,195,225)
#C0CDE5
(192,205,229)
#CCD7E9
(204,215,233)
#D8E1ED
(216,225,237)
#E4EBF1
(228,235,241)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7891CD color. Also use rgb(120,145,205) instead hex code.

Text Font Color

.myTextColor { color: #7891CD; }

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

This text font color is #7891CD.


Background Color

.myBgColor { background-color: #7891CD; }

<div style="background-color:#7891CD">Inner text</div>

This div background color is #7891CD.


Border color

.myBorderColor { border: 1px solid #7891CD; }

<div style="border:3px solid #7891CD">Div</div>

This div border color is #7891CD.


Opacity

.myOpacity80 { color: #7891CD; opacity: 0.8; }

<p style="color:#7891CD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7891CD color.

.textShadow {text-shadow: 3px 3px 1px #7891CD, 3px 3px 1px red;}

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

This text has shadow with #7891CD primary color and red secondary color.


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

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

This text has shadow with #7891CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7891CD on black background.


Color preview on white background

This text has color #7891CD on white background.



Black color preview on #7891CD background

This text has black color on #7891CD background.


White color preview on #7891CD background

This text has white color on #7891CD background.