#879FE1

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

Shades of Portage #879FE1

Tints of Portage #879FE1

Color information

#879FE1 (or 0x879FE1) is unknown color: approx Portage. HEX triplet: 87, 9F and E1. RGB value is (135,159,225). Sum of RGB (Red+Green+Blue) = 135+159+225=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #879FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FE1 is #78601E. Grayscale: #9F9F9F. Windows color (decimal): -7888927 or 14786439. OLE color: 14786439.

HSL color Cylindrical-coordinate representation of color #879FE1: hue angle of 224º 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 #879FE1 is Cyan = 0.4, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135159225-
CMYK0.40.2900.12
HSL224º60%70.59%-
HSV(B)224º40%88.24%-
XYZ35.9835.3876.17-
YUV159.35165.05110.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.01%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 225 (88.28% from 255) = 43.35%
R=26.01%
G=30.64%
B=43.35%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351592250.40.2900.122246070.59
Hex879FE1281D0Ce03c47
Octal207237341503501434074107
Binary1000011110011111111000011010001110101100111000001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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