#879EE1

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

Shades of Portage #879EE1

Tints of Portage #879EE1

Color information

#879EE1 (or 0x879EE1) is unknown color: approx Portage. HEX triplet: 87, 9E and E1. RGB value is (135,158,225). Sum of RGB (Red+Green+Blue) = 135+158+225=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #879EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EE1 is #78611E. Grayscale: #9E9E9E. Windows color (decimal): -7889183 or 14786183. OLE color: 14786183.

HSL color Cylindrical-coordinate representation of color #879EE1: hue angle of 224.67º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #879EE1 is Cyan = 0.4, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135158225-
CMYK0.40.3000.12
HSL224.67º60%70.59%-
HSV(B)224.67º40%88.24%-
XYZ35.8135.0476.11-
YUV158.76165.38111.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.06%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 225 (88.28% from 255) = 43.44%
R=26.06%
G=30.50%
B=43.44%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351582250.40.3000.12224.676070.59
Hex879EE1281E0Ce13c47
Octal207236341503601434174107
Binary1000011110011110111000011010001111001100111000011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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