COLOR #879FF7

HEX: #879FF7
RGB: (135,159,247)

Color info

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

RGB color model

#879FF7 color RGB value is (135,159,247).

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

RGB channels and saturation

R 135 of 255 = 53%
G 159 of 255 = 62%
B 247 of 255 = 97%

135
159
247

R + G + B ~ 71%. #879FF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 159 + 247 = 541 (100%)
R 135 of 541 ~ 24.95%
G 159 of 541 ~ 29.39%
B 247 of 541 ~ 45.66%

%24.95
%29.39
%45.66

CMYK color model

#879FF7 color CMYK value is (45,36,0,3).

  • cyan value is 45.34%
  • magenta value is 35.63%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(45,36,0,3)
C45M36Y0K3 
(45%,36%,0%,3%)
(0.45/0.36/0.00/0.03)	

CMYK percentages

%45.34
%35.63
%0
%3.14

Codes

Color #879FF7 in popluar color models

879FF7
RGB135159247
HSL227°87.50%74.90%
HSB/HSV227°45.34%96.86%
CMYK45.34%35.63%0.00%
3.14%

Color #879FF7 in popluar number systems.

HEX879FF7
Decimal135159247
Binary100001111001111111110111
Octal207237367

Shades and tints

Shades of #879FF7

#879FF7
(135,159,247)
#7B91E1
(123,145,225)
#6F83CB
(111,131,203)
#6375B5
(99,117,181)
#57679F
(87,103,159)
#4B5989
(75,89,137)
#3F4B73
(63,75,115)
#333D5D
(51,61,93)
#272F47
(39,47,71)
#1B2131
(27,33,49)
#0F131B
(15,19,27)
#000000
(0,0,0)

Tints of #879FF7

#879FF7
(135,159,247)
#91A7F7
(145,167,247)
#9BAFF7
(155,175,247)
#A5B7F7
(165,183,247)
#AFBFF7
(175,191,247)
#B9C7F7
(185,199,247)
#C3CFF7
(195,207,247)
#CDD7F7
(205,215,247)
#D7DFF7
(215,223,247)
#E1E7F7
(225,231,247)
#EBEFF7
(235,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879FF7; }

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

This text font color is #879FF7.


Background Color

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

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

This div background color is #879FF7.


Border color

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

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

This div border color is #879FF7.


Opacity

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

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

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

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

This text has shadow with #879FF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879FF7 on black background.


Color preview on white background

This text has color #879FF7 on white background.



Black color preview on #879FF7 background

This text has black color on #879FF7 background.


White color preview on #879FF7 background

This text has white color on #879FF7 background.