#879EF5

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

Shades of Portage #879EF5

Tints of Portage #879EF5

Color information

#879EF5 (or 0x879EF5) is unknown color: approx Portage. HEX triplet: 87, 9E and F5. RGB value is (135,158,245). Sum of RGB (Red+Green+Blue) = 135+158+245=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #879EF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879EF5 is #78610A. Grayscale: #A0A0A0. Windows color (decimal): -7889163 or 16096903. OLE color: 16096903.

HSL color Cylindrical-coordinate representation of color #879EF5: hue angle of 227.45º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #879EF5 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB135158245-
CMYK0.450.3600.04
HSL227.45º84.62%74.51%-
HSV(B)227.45º44.9%96.08%-
XYZ38.736.291.33-
YUV161.04175.38109.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.09%
GREEN value IS 158 (62.11% from 255) = 29.37%
BLUE value IS 245 (96.09% from 255) = 45.54%
R=25.09%
G=29.37%
B=45.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1351582450.450.3600.04227.4584.6274.51
Hex879EF52D2404e3554b
Octal207236365554404343125113
Binary10000111100111101111010110110110010001001110001110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,158,245); }

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

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

 a { background-color: rgb(135,158,245); }

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

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

 span { border-color: rgb(135,158,245); }

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