#878CDE

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

Shades of Portage #878CDE

Tints of Portage #878CDE

Color information

#878CDE (or 0x878CDE) is unknown color: approx Portage. HEX triplet: 87, 8C and DE. RGB value is (135,140,222). Sum of RGB (Red+Green+Blue) = 135+140+222=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #878CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CDE is #787321. Grayscale: #939393. Windows color (decimal): -7893794 or 14584967. OLE color: 14584967.

HSL color Cylindrical-coordinate representation of color #878CDE: hue angle of 236.55º 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 #878CDE is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135140222-
CMYK0.390.3700.13
HSL236.55º56.86%70%-
HSV(B)236.55º39.19%87.06%-
XYZ32.5529.1873.02-
YUV147.85169.84118.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.16%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=27.16%
G=28.17%
B=44.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351402220.390.3700.13236.5556.8670
Hex878CDE27250Ded3946
Octal207214336474501535571106
Binary10000111100011001101111010011110010101101111011011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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