#878FDC

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

Shades of Portage #878FDC

Tints of Portage #878FDC

Color information

#878FDC (or 0x878FDC) is unknown color: approx Portage. HEX triplet: 87, 8F and DC. RGB value is (135,143,220). Sum of RGB (Red+Green+Blue) = 135+143+220=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #878FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FDC is #787023. Grayscale: #959595. Windows color (decimal): -7893028 or 14454663. OLE color: 14454663.

HSL color Cylindrical-coordinate representation of color #878FDC: hue angle of 234.35º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878FDC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135143220-
CMYK0.390.3500.14
HSL234.35º54.84%69.61%-
HSV(B)234.35º38.64%86.27%-
XYZ32.7329.9671.77-
YUV149.39167.85117.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.11%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=27.11%
G=28.71%
B=44.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351432200.390.3500.14234.3554.8469.61
Hex878FDC27230Eea3746
Octal207217334474301635267106
Binary10000111100011111101110010011110001101110111010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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