#879FE7

Color #879FE7 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #879FE7

Tints of Portage #879FE7

Color information

#879FE7 (or 0x879FE7) is unknown color: approx Portage. HEX triplet: 87, 9F and E7. RGB value is (135,159,231). Sum of RGB (Red+Green+Blue) = 135+159+231=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #879FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879FE7 is #786018. Grayscale: #9F9F9F. Windows color (decimal): -7888921 or 15179655. OLE color: 15179655.

HSL color Cylindrical-coordinate representation of color #879FE7: hue angle of 225º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #879FE7 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB135159231-
CMYK0.420.3100.09
HSL225º66.67%71.76%-
HSV(B)225º41.56%90.59%-
XYZ36.8135.7280.56-
YUV160.03168.05110.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 25.71%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 231 (90.62% from 255) = 44%
R=25.71%
G=30.29%
B=44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1351592310.420.3100.0922566.6771.76
Hex879FE72A1F09e14348
Octal2072373475237011341103110
Binary10000111100111111110011110101011111010011110000110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879FE7; }

 p { color: rgb(135,159,231); }

 H1.HeaderClassName
 {
   color: #879FE7;
 }
 .AnyTagClassName
 {
   color: #879FE7;
 }
</style>
background-color css

<style>
 a { background-color: #879FE7; }

 a { background-color: rgb(135,159,231); }

 div.DivClassName
 {
   background-color: #879FE7;
 }
 .BgClassName
 {
   background-color: #879FE7;
 }
</style>
border-color css

<style>
 span { border-color: #879FE7; }

 span { border-color: rgb(135,159,231); }

 td.TdClassName
 {
   border-color: #879FE7;
 }
 .TagClassName
 {
   border-color: #879FE7;
 }
</style>