COLOR #789FF8

HEX: #789FF8
RGB: (120,159,248)

Color info

#789FF8 contains mainly blue color. Web safe color of #789FF8 is #6699FF (or #69F).

RGB color model

#789FF8 color RGB value is (120,159,248).

  • red value is 120;
  • green value is 159;
  • blue value is 248.
RGB:
(120,159,248)
(47%,62%,97%)

RGB channels and saturation

R 120 of 255 = 47%
G 159 of 255 = 62%
B 248 of 255 = 97%

120
159
248

R + G + B ~ 69%. #789FF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 159 + 248 = 527 (100%)
R 120 of 527 ~ 22.77%
G 159 of 527 ~ 30.17%
B 248 of 527 ~ 47.06%

%22.77
%30.17
%47.06

CMYK color model

#789FF8 color CMYK value is (52,36,0,3).

  • cyan value is 51.61%
  • magenta value is 35.89%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(52,36,0,3)
C52M36Y0K3 
(52%,36%,0%,3%)
(0.52/0.36/0.00/0.03)	

CMYK percentages

%51.61
%35.89
%0
%2.75

Codes

Color #789FF8 in popluar color models

789FF8
RGB120159248
HSL222°90.14%72.16%
HSB/HSV222°51.61%97.25%
CMYK51.61%35.89%0.00%
2.75%

Color #789FF8 in popluar number systems.

HEX789FF8
Decimal120159248
Binary11110001001111111111000
Octal170237370

Shades and tints

Shades of #789FF8

#789FF8
(120,159,248)
#6E91E2
(110,145,226)
#6483CC
(100,131,204)
#5A75B6
(90,117,182)
#5067A0
(80,103,160)
#46598A
(70,89,138)
#3C4B74
(60,75,116)
#323D5E
(50,61,94)
#282F48
(40,47,72)
#1E2132
(30,33,50)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #789FF8

#789FF8
(120,159,248)
#84A7F8
(132,167,248)
#90AFF8
(144,175,248)
#9CB7F8
(156,183,248)
#A8BFF8
(168,191,248)
#B4C7F8
(180,199,248)
#C0CFF8
(192,207,248)
#CCD7F8
(204,215,248)
#D8DFF8
(216,223,248)
#E4E7F8
(228,231,248)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789FF8 color. Also use rgb(120,159,248) instead hex code.

Text Font Color

.myTextColor { color: #789FF8; }

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

This text font color is #789FF8.


Background Color

.myBgColor { background-color: #789FF8; }

<div style="background-color:#789FF8">Inner text</div>

This div background color is #789FF8.


Border color

.myBorderColor { border: 1px solid #789FF8; }

<div style="border:3px solid #789FF8">Div</div>

This div border color is #789FF8.


Opacity

.myOpacity80 { color: #789FF8; opacity: 0.8; }

<p style="color:#789FF8;opacity:0.8;">80%</p>

Text with #789FF8 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 #789FF8;}

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

This text has shadow with #789FF8 color.

.textShadow {text-shadow: 3px 3px 1px #789FF8, 3px 3px 1px red;}

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

This text has shadow with #789FF8 primary color and red secondary color.


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

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

This text has shadow with #789FF8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789FF8 on black background.


Color preview on white background

This text has color #789FF8 on white background.



Black color preview on #789FF8 background

This text has black color on #789FF8 background.


White color preview on #789FF8 background

This text has white color on #789FF8 background.