#879EF1

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

Shades of Portage #879EF1

Tints of Portage #879EF1

Color information

#879EF1 (or 0x879EF1) is unknown color: approx Portage. HEX triplet: 87, 9E and F1. RGB value is (135,158,241). Sum of RGB (Red+Green+Blue) = 135+158+241=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #879EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879EF1 is #78610E. Grayscale: #A0A0A0. Windows color (decimal): -7889167 or 15834759. OLE color: 15834759.

HSL color Cylindrical-coordinate representation of color #879EF1: hue angle of 226.98º degrees, saturation: 0.79, 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 #879EF1 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB135158241-
CMYK0.440.3400.05
HSL226.98º79.1%73.73%-
HSV(B)226.98º43.98%94.51%-
XYZ38.135.9688.15-
YUV160.58173.38109.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.28%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=25.28%
G=29.59%
B=45.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1351582410.440.3400.05226.9879.173.73
Hex879EF12C2205e34f4a
Octal207236361544205343117112
Binary10000111100111101111000110110010001001011110001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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