#879CE3

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

Shades of Portage #879CE3

Tints of Portage #879CE3

Color information

#879CE3 (or 0x879CE3) is unknown color: approx Portage. HEX triplet: 87, 9C and E3. RGB value is (135,156,227). Sum of RGB (Red+Green+Blue) = 135+156+227=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 227 - color contains mainly: blue. Hex color #879CE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CE3 is #78631C. Grayscale: #9D9D9D. Windows color (decimal): -7889693 or 14916743. OLE color: 14916743.

HSL color Cylindrical-coordinate representation of color #879CE3: hue angle of 226.3º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #879CE3 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB135156227-
CMYK0.410.3100.11
HSL226.3º62.16%70.98%-
HSV(B)226.3º40.53%89.02%-
XYZ35.7534.4777.44-
YUV157.82167.04111.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.06%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 227 (89.06% from 255) = 43.82%
R=26.06%
G=30.12%
B=43.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1351562270.410.3100.11226.362.1670.98
Hex879CE3291F0Be23e47
Octal207234343513701334276107
Binary1000011110011100111000111010011111101011111000101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,156,227); }

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

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

 a { background-color: rgb(135,156,227); }

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

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

 span { border-color: rgb(135,156,227); }

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