#878CEC

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

Shades of Portage #878CEC

Tints of Portage #878CEC

Color information

#878CEC (or 0x878CEC) is unknown color: approx Portage. HEX triplet: 87, 8C and EC. RGB value is (135,140,236). Sum of RGB (Red+Green+Blue) = 135+140+236=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #878CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878CEC is #787313. Grayscale: #959595. Windows color (decimal): -7893780 or 15502471. OLE color: 15502471.

HSL color Cylindrical-coordinate representation of color #878CEC: hue angle of 237.03º 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 #878CEC is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135140236-
CMYK0.430.4100.07
HSL237.03º72.66%72.75%-
HSV(B)237.03º42.8%92.55%-
XYZ34.5129.9683.32-
YUV149.45176.84117.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.42%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=26.42%
G=27.40%
B=46.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351402360.430.4100.07237.0372.6672.75
Hex878CEC2B2907ed4949
Octal207214354535107355111111
Binary10000111100011001110110010101110100101111110110110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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