#879EF2

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

Shades of Portage #879EF2

Tints of Portage #879EF2

Color information

#879EF2 (or 0x879EF2) is unknown color: approx Portage. HEX triplet: 87, 9E and F2. RGB value is (135,158,242). Sum of RGB (Red+Green+Blue) = 135+158+242=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #879EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879EF2 is #78610D. Grayscale: #A0A0A0. Windows color (decimal): -7889166 or 15900295. OLE color: 15900295.

HSL color Cylindrical-coordinate representation of color #879EF2: hue angle of 227.1º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #879EF2 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB135158242-
CMYK0.440.3500.05
HSL227.1º80.45%73.92%-
HSV(B)227.1º44.21%94.9%-
XYZ38.2536.0288.94-
YUV160.7173.88109.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.23%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 242 (94.92% from 255) = 45.23%
R=25.23%
G=29.53%
B=45.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1351582420.440.3500.05227.180.4573.92
Hex879EF22C2305e3504a
Octal207236362544305343120112
Binary10000111100111101111001010110010001101011110001110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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