COLOR #879FF0

HEX: #879FF0
RGB: (135,159,240)

Color info

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

RGB color model

#879FF0 color RGB value is (135,159,240).

  • red value is 135;
  • green value is 159;
  • blue value is 240.
RGB:
(135,159,240)
(53%,62%,94%)

RGB channels and saturation

R 135 of 255 = 53%
G 159 of 255 = 62%
B 240 of 255 = 94%

135
159
240

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

Portions of RGB colors in percentages

R + G + B =
135 + 159 + 240 = 534 (100%)
R 135 of 534 ~ 25.28%
G 159 of 534 ~ 29.78%
B 240 of 534 ~ 44.94%

%25.28
%29.78
%44.94

CMYK color model

#879FF0 color CMYK value is (44,34,0,6).

  • cyan value is 43.75%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(44,34,0,6)
C44M34Y0K6 
(44%,34%,0%,6%)
(0.44/0.34/0.00/0.06)	

CMYK percentages

%43.75
%33.75
%0
%5.88

Codes

Color #879FF0 in popluar color models

879FF0
RGB135159240
HSL226°77.78%73.53%
HSB/HSV226°43.75%94.12%
CMYK43.75%33.75%0.00%
5.88%

Color #879FF0 in popluar number systems.

HEX879FF0
Decimal135159240
Binary100001111001111111110000
Octal207237360

Shades and tints

Shades of #879FF0

#879FF0
(135,159,240)
#7B91DB
(123,145,219)
#6F83C6
(111,131,198)
#6375B1
(99,117,177)
#57679C
(87,103,156)
#4B5987
(75,89,135)
#3F4B72
(63,75,114)
#333D5D
(51,61,93)
#272F48
(39,47,72)
#1B2133
(27,33,51)
#0F131E
(15,19,30)
#000000
(0,0,0)

Tints of #879FF0

#879FF0
(135,159,240)
#91A7F1
(145,167,241)
#9BAFF2
(155,175,242)
#A5B7F3
(165,183,243)
#AFBFF4
(175,191,244)
#B9C7F5
(185,199,245)
#C3CFF6
(195,207,246)
#CDD7F7
(205,215,247)
#D7DFF8
(215,223,248)
#E1E7F9
(225,231,249)
#EBEFFA
(235,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879FF0; }

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

This text font color is #879FF0.


Background Color

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

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

This div background color is #879FF0.


Border color

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

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

This div border color is #879FF0.


Opacity

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

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

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

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

This text has shadow with #879FF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879FF0 on black background.


Color preview on white background

This text has color #879FF0 on white background.



Black color preview on #879FF0 background

This text has black color on #879FF0 background.


White color preview on #879FF0 background

This text has white color on #879FF0 background.