#878FEC

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

Shades of Portage #878FEC

Tints of Portage #878FEC

Color information

#878FEC (or 0x878FEC) is unknown color: approx Portage. HEX triplet: 87, 8F and EC. RGB value is (135,143,236). Sum of RGB (Red+Green+Blue) = 135+143+236=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #878FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878FEC is #787013. Grayscale: #969696. Windows color (decimal): -7893012 or 15503239. OLE color: 15503239.

HSL color Cylindrical-coordinate representation of color #878FEC: hue angle of 235.25º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #878FEC is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135143236-
CMYK0.430.3900.07
HSL235.25º72.66%72.75%-
HSV(B)235.25º42.8%92.55%-
XYZ34.9530.8583.47-
YUV151.21175.85116.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.26%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 236 (92.58% from 255) = 45.91%
R=26.26%
G=27.82%
B=45.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351432360.430.3900.07235.2572.6672.75
Hex878FEC2B2707eb4949
Octal207217354534707353111111
Binary10000111100011111110110010101110011101111110101110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878FEC; }

 p { color: rgb(135,143,236); }

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

<style>
 a { background-color: #878FEC; }

 a { background-color: rgb(135,143,236); }

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

<style>
 span { border-color: #878FEC; }

 span { border-color: rgb(135,143,236); }

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