COLOR #879CF1

HEX: #879CF1
RGB: (135,156,241)

Color info

#879CF1 contains mainly blue color. Web safe color of #879CF1 is #9999FF (or #99F).

RGB color model

#879CF1 color RGB value is (135,156,241).

  • red value is 135;
  • green value is 156;
  • blue value is 241.
RGB:
(135,156,241)
(53%,61%,95%)

RGB channels and saturation

R 135 of 255 = 53%
G 156 of 255 = 61%
B 241 of 255 = 95%

135
156
241

R + G + B ~ 70%. #879CF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 156 + 241 = 532 (100%)
R 135 of 532 ~ 25.38%
G 156 of 532 ~ 29.32%
B 241 of 532 ~ 45.3%

%25.38
%29.32
%45.3

CMYK color model

#879CF1 color CMYK value is (44,35,0,5).

  • cyan value is 43.98%
  • magenta value is 35.27%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(44,35,0,5)
C44M35Y0K5 
(44%,35%,0%,5%)
(0.44/0.35/0.00/0.05)	

CMYK percentages

%43.98
%35.27
%0
%5.49

Codes

Color #879CF1 in popluar color models

879CF1
RGB135156241
HSL228°79.10%73.73%
HSB/HSV228°43.98%94.51%
CMYK43.98%35.27%0.00%
5.49%

Color #879CF1 in popluar number systems.

HEX879CF1
Decimal135156241
Binary100001111001110011110001
Octal207234361

Shades and tints

Shades of #879CF1

#879CF1
(135,156,241)
#7B8EDC
(123,142,220)
#6F80C7
(111,128,199)
#6372B2
(99,114,178)
#57649D
(87,100,157)
#4B5688
(75,86,136)
#3F4873
(63,72,115)
#333A5E
(51,58,94)
#272C49
(39,44,73)
#1B1E34
(27,30,52)
#0F101F
(15,16,31)
#000000
(0,0,0)

Tints of #879CF1

#879CF1
(135,156,241)
#91A5F2
(145,165,242)
#9BAEF3
(155,174,243)
#A5B7F4
(165,183,244)
#AFC0F5
(175,192,245)
#B9C9F6
(185,201,246)
#C3D2F7
(195,210,247)
#CDDBF8
(205,219,248)
#D7E4F9
(215,228,249)
#E1EDFA
(225,237,250)
#EBF6FB
(235,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879CF1 color. Also use rgb(135,156,241) instead hex code.

Text Font Color

.myTextColor { color: #879CF1; }

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

This text font color is #879CF1.


Background Color

.myBgColor { background-color: #879CF1; }

<div style="background-color:#879CF1">Inner text</div>

This div background color is #879CF1.


Border color

.myBorderColor { border: 1px solid #879CF1; }

<div style="border:3px solid #879CF1">Div</div>

This div border color is #879CF1.


Opacity

.myOpacity80 { color: #879CF1; opacity: 0.8; }

<p style="color:#879CF1;opacity:0.8;">80%</p>

Text with #879CF1 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 #879CF1;}

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

This text has shadow with #879CF1 color.

.textShadow {text-shadow: 3px 3px 1px #879CF1, 3px 3px 1px red;}

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

This text has shadow with #879CF1 primary color and red secondary color.


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

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

This text has shadow with #879CF1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879CF1 on black background.


Color preview on white background

This text has color #879CF1 on white background.



Black color preview on #879CF1 background

This text has black color on #879CF1 background.


White color preview on #879CF1 background

This text has white color on #879CF1 background.