#878FDE

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

Shades of Portage #878FDE

Tints of Portage #878FDE

Color information

#878FDE (or 0x878FDE) is unknown color: approx Portage. HEX triplet: 87, 8F and DE. RGB value is (135,143,222). Sum of RGB (Red+Green+Blue) = 135+143+222=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #878FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FDE is #787021. Grayscale: #959595. Windows color (decimal): -7893026 or 14585735. OLE color: 14585735.

HSL color Cylindrical-coordinate representation of color #878FDE: hue angle of 234.48º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878FDE is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135143222-
CMYK0.390.3600.13
HSL234.48º56.86%70%-
HSV(B)234.48º39.19%87.06%-
XYZ3330.0773.17-
YUV149.61168.85117.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=27%
G=28.6%
B=44.4%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351432220.390.3600.13234.4856.8670
Hex878FDE27240Dea3946
Octal207217336474401535271106
Binary10000111100011111101111010011110010001101111010101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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