#879DE1

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

Shades of Portage #879DE1

Tints of Portage #879DE1

Color information

#879DE1 (or 0x879DE1) is unknown color: approx Portage. HEX triplet: 87, 9D and E1. RGB value is (135,157,225). Sum of RGB (Red+Green+Blue) = 135+157+225=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #879DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DE1 is #78621E. Grayscale: #9D9D9D. Windows color (decimal): -7889439 or 14785927. OLE color: 14785927.

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

Color convert

RGB135157225-
CMYK0.40.3000.12
HSL225.33º60%70.59%-
HSV(B)225.33º40%88.24%-
XYZ35.6434.776.05-
YUV158.17165.71111.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.11%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 225 (88.28% from 255) = 43.52%
R=26.11%
G=30.37%
B=43.52%

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
Decimal1351572250.40.3000.12225.336070.59
Hex879DE1281E0Ce13c47
Octal207235341503601434174107
Binary1000011110011101111000011010001111001100111000011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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