COLOR #879BF0

HEX: #879BF0 RGB: (135,155,240)

Color info

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

RGB color model

#879BF0 color RGB value is (135,155,240).

RGB: (135,155,240) (53%, 61%, 94%)

RGB channels and saturation

R 135 of 255 = 53%
G 155 of 255 = 61%
B 240 of 255 = 94%

135
155
240

R + G + B ~ 69%. #879BF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 155 + 240 = 530 (100%)
R 135 of 530 ~ 25.47%
G 155 of 530 ~ 29.25%
B 240 of 530 ~ 45.28'%

%25.47
%29.25
%45.28

CMYK color model

#879BF0 color CMYK value is (44,35,0,6).

  • cyan value is 43.75%
  • magenta value is 35.42%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (44,35,0,6)
C44M35Y0K6 (44%, 35%, 0%, 6%)
(0.44 / 0.35 / 0.00 / 0.06)

CMYK percentages

%43.75
%35.42
%0
%5.88

Codes

Color #879BF0 in popluar color models

87 9B F0
RGB 135 155 240
HSL 229° 77.78% 73.53%
HSB/HSV 229° 43.75% 94.12%
CMYK 43.75% 35.42% 0.00%
5.88%

Color #879BF0 in popluar number systems.

HEX 87 9B F0
Decimal 135 155 240
Binary 10000111 10011011 11110000
Octal 207 233 360

Shades and tints

Shades of #879BF0

#879BF0
(135,155,240)
#7B8DDB
(123,141,219)
#6F7FC6
(111,127,198)
#6371B1
(99,113,177)
#57639C
(87,99,156)
#4B5587
(75,85,135)
#3F4772
(63,71,114)
#33395D
(51,57,93)
#272B48
(39,43,72)
#1B1D33
(27,29,51)
#0F0F1E
(15,15,30)
#000000
(0,0,0)

Tints of #879BF0

#879BF0
(135,155,240)
#91A4F1
(145,164,241)
#9BADF2
(155,173,242)
#A5B6F3
(165,182,243)
#AFBFF4
(175,191,244)
#B9C8F5
(185,200,245)
#C3D1F6
(195,209,246)
#CDDAF7
(205,218,247)
#D7E3F8
(215,227,248)
#E1ECF9
(225,236,249)
#EBF5FA
(235,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879BF0 color. Also use rgb(135,155,240) instead hex code.

Text Font Color

.myTextColor { color: #879BF0; }

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

This text font color is #879BF0.

Background Color

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

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

This div background color is #879BF0.

Border color

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

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

This div border color is #879BF0.

Opacity

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

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

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

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

This text has shadow with #879BF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879BF0.

Preview

Color preview on black background

This text has color #879BF0 on black background.


Color preview on white background

This text has color #879BF0 on white background.


Black color preview on #879BF0 background

This text has black color on #879BF0 background.


White color preview on #879BF0 background

This text has white color on #879BF0 background.


Related colors

Complementary color

Complementary color for #879BF0 is #78640F.


I love getcolorcode.com

Triadic colors

1 #F0879B and #9BF087 with #879BF0 are triadic colors.

2 #F09B87 and #9B87F0 with #879BF0 are triadic colors.