#879ef7

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

Shades of Portage #879EF7

Tints of Portage #879EF7

Color information

#879EF7 (or 0x879EF7) is unknown color: approx Portage. HEX triplet: 87, 9E and F7. RGB value is (135,158,247). Sum of RGB (Red+Green+Blue) = 135+158+247=540 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 247 - color contains mainly: blue. Hex color #879EF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879EF7 is #786108. Grayscale: #A0A0A0. Windows color (decimal): -7889161 or 16227975. OLE color: 16227975.

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

Color convert

RGB135158247-
CMYK0.450.3600.03
HSL227.68º87.5%74.9%-
HSV(B)227.68º45.34%96.86%-
XYZ39.0136.3292.95-
YUV161.27176.38109.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25%
GREEN value IS 158 (62.11% from 255) = 29.26%
BLUE value IS 247 (96.88% from 255) = 45.74%
R=25%
G=29.26%
B=45.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1351582470.450.3600.03227.6887.574.9
Hex879EF72D2403e4584b
Octal207236367554403344130113
Binary1000011110011110111101111011011001000111110010010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879ef7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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