#879CE4

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

Shades of Portage #879CE4

Tints of Portage #879CE4

Color information

#879CE4 (or 0x879CE4) is unknown color: approx Portage. HEX triplet: 87, 9C and E4. RGB value is (135,156,228). Sum of RGB (Red+Green+Blue) = 135+156+228=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 228 - color contains mainly: blue. Hex color #879CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CE4 is #78631B. Grayscale: #9D9D9D. Windows color (decimal): -7889692 or 14982279. OLE color: 14982279.

HSL color Cylindrical-coordinate representation of color #879CE4: hue angle of 226.45º degrees, saturation: 0.63, 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 #879CE4 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB135156228-
CMYK0.410.3200.11
HSL226.45º63.27%71.18%-
HSV(B)226.45º40.79%89.41%-
XYZ35.8834.5378.17-
YUV157.93167.54111.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.01%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 228 (89.45% from 255) = 43.93%
R=26.01%
G=30.06%
B=43.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1351562280.410.3200.11226.4563.2771.18
Hex879CE429200Be23f47
Octal207234344514001334277107
Binary10000111100111001110010010100110000001011111000101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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