#878CDC

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

Shades of Portage #878CDC

Tints of Portage #878CDC

Color information

#878CDC (or 0x878CDC) is unknown color: approx Portage. HEX triplet: 87, 8C and DC. RGB value is (135,140,220). Sum of RGB (Red+Green+Blue) = 135+140+220=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #878CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CDC is #787323. Grayscale: #939393. Windows color (decimal): -7893796 or 14453895. OLE color: 14453895.

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

Color convert

RGB135140220-
CMYK0.390.3600.14
HSL236.47º54.84%69.61%-
HSV(B)236.47º38.64%86.27%-
XYZ32.2929.0771.62-
YUV147.62168.84119-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.27%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=27.27%
G=28.28%
B=44.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351402200.390.3600.14236.4754.8469.61
Hex878CDC27240Eec3746
Octal207214334474401635467106
Binary10000111100011001101110010011110010001110111011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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