COLOR #7891C8

HEX: #7891C8 RGB: (120,145,200)

Color info

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

RGB color model

#7891C8 color RGB value is (120,145,200).

RGB: (120,145,200) (47%, 57%, 78%)

RGB channels and saturation

R 120 of 255 = 47%
G 145 of 255 = 57%
B 200 of 255 = 78%

120
145
200

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

Portions of RGB colors in percentages

R + G + B = 120 + 145 + 200 = 465 (100%)
R 120 of 465 ~ 25.81%
G 145 of 465 ~ 31.18%
B 200 of 465 ~ 43.01'%

%25.81
%31.18
%43.01

CMYK color model

#7891C8 color CMYK value is (40,28,0,22).

  • cyan value is 40.00%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (40,28,0,22) C40M28Y0K22 (40%,28%,0%,22%) (0.40/0.28/0.00/0.22) 

CMYK percentages

%40
%27.5
%0
%21.57

Codes

Color #7891C8 in popluar color models

78 91 C8
RGB 120 145 200
HSL 221° 42.11% 62.75%
HSB/HSV 221° 40.00% 78.43%
CMYK 40.00% 27.50% 0.00%
21.57%

Color #7891C8 in popluar number systems.

HEX 78 91 C8
Decimal 120 145 200
Binary 1111000 10010001 11001000
Octal 170 221 310

Shades and tints

Shades of #7891C8

#7891C8
(120,145,200)
#6E84B6
(110,132,182)
#6477A4
(100,119,164)
#5A6A92
(90,106,146)
#505D80
(80,93,128)
#46506E
(70,80,110)
#3C435C
(60,67,92)
#32364A
(50,54,74)
#282938
(40,41,56)
#1E1C26
(30,28,38)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #7891C8

#7891C8
(120,145,200)
#849BCD
(132,155,205)
#90A5D2
(144,165,210)
#9CAFD7
(156,175,215)
#A8B9DC
(168,185,220)
#B4C3E1
(180,195,225)
#C0CDE6
(192,205,230)
#CCD7EB
(204,215,235)
#D8E1F0
(216,225,240)
#E4EBF5
(228,235,245)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7891C8; }

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

This text font color is #7891C8.

Background Color

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

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

This div background color is #7891C8.

Border color

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

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

This div border color is #7891C8.

Opacity

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

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

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

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

This text has shadow with #7891C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7891C8.

Preview

Color preview on black background

This text has color #7891C8 on black background.


Color preview on white background

This text has color #7891C8 on white background.


Black color preview on #7891C8 background

This text has black color on #7891C8 background.


White color preview on #7891C8 background

This text has white color on #7891C8 background.


Related colors

Complementary color

Complementary color for #hex is #876E37.


I love getcolorcode.com

Triadic colors

1 #C87891 and #91C878 with #7891C8 are triadic colors.

2 #C89178 and #9178C8 with #7891C8 are triadic colors.