COLOR #7883F2

HEX: #7883F2
RGB: (120,131,242)

Color info

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

RGB color model

#7883F2 color RGB value is (120,131,242).

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

RGB channels and saturation

R 120 of 255 = 47%
G 131 of 255 = 51%
B 242 of 255 = 95%

120
131
242

R + G + B ~ 64%. #7883F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 131 + 242 = 493 (100%)
R 120 of 493 ~ 24.34%
G 131 of 493 ~ 26.57%
B 242 of 493 ~ 49.09%

%24.34
%26.57
%49.09

CMYK color model

#7883F2 color CMYK value is (50,46,0,5).

  • cyan value is 50.41%
  • magenta value is 45.87%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(50,46,0,5)
C50M46Y0K5 
(50%,46%,0%,5%)
(0.50/0.46/0.00/0.05)	

CMYK percentages

%50.41
%45.87
%0
%5.1

Codes

Color #7883F2 in popluar color models

7883F2
RGB120131242
HSL235°82.43%70.98%
HSB/HSV235°50.41%94.90%
CMYK50.41%45.87%0.00%
5.10%

Color #7883F2 in popluar number systems.

HEX7883F2
Decimal120131242
Binary11110001000001111110010
Octal170203362

Shades and tints

Shades of #7883F2

#7883F2
(120,131,242)
#6E78DC
(110,120,220)
#646DC6
(100,109,198)
#5A62B0
(90,98,176)
#50579A
(80,87,154)
#464C84
(70,76,132)
#3C416E
(60,65,110)
#323658
(50,54,88)
#282B42
(40,43,66)
#1E202C
(30,32,44)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #7883F2

#7883F2
(120,131,242)
#848EF3
(132,142,243)
#9099F4
(144,153,244)
#9CA4F5
(156,164,245)
#A8AFF6
(168,175,246)
#B4BAF7
(180,186,247)
#C0C5F8
(192,197,248)
#CCD0F9
(204,208,249)
#D8DBFA
(216,219,250)
#E4E6FB
(228,230,251)
#F0F1FC
(240,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7883F2; }

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

This text font color is #7883F2.


Background Color

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

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

This div background color is #7883F2.


Border color

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

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

This div border color is #7883F2.


Opacity

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

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

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

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

This text has shadow with #7883F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7883F2 on black background.


Color preview on white background

This text has color #7883F2 on white background.



Black color preview on #7883F2 background

This text has black color on #7883F2 background.


White color preview on #7883F2 background

This text has white color on #7883F2 background.