#8E88DC

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

Shades of Portage #8E88DC

Tints of Portage #8E88DC

Color information

#8E88DC (or 0x8E88DC) is unknown color: approx Portage. HEX triplet: 8E, 88 and DC. RGB value is (142,136,220). Sum of RGB (Red+Green+Blue) = 142+136+220=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 136 (53.52% from 255 or 27.31% 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 #8E88DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88DC is #717723. Grayscale: #939393. Windows color (decimal): -7436068 or 14452878. OLE color: 14452878.

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

Color convert

RGB142136220-
CMYK0.350.3800.14
HSL244.29º54.55%69.8%-
HSV(B)244.29º38.18%86.27%-
XYZ32.8828.5371.48-
YUV147.37168.99124.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.51%
GREEN value IS 136 (53.52% from 255) = 27.31%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=28.51%
G=27.31%
B=44.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421362200.350.3800.14244.2954.5569.8
Hex8E88DC23260Ef43746
Octal216210334434601636467106
Binary10001110100010001101110010001110011001110111101001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E88DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E88DC; }

 p { color: rgb(142,136,220); }

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

<style>
 a { background-color: #8E88DC; }

 a { background-color: rgb(142,136,220); }

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

<style>
 span { border-color: #8E88DC; }

 span { border-color: rgb(142,136,220); }

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