#8887DE

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

Shades of Portage #8887DE

Tints of Portage #8887DE

Color information

#8887DE (or 0x8887DE) is unknown color: approx Portage. HEX triplet: 88, 87 and DE. RGB value is (136,135,222). Sum of RGB (Red+Green+Blue) = 136+135+222=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #8887DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887DE is #777821. Grayscale: #909090. Windows color (decimal): -7829538 or 14583688. OLE color: 14583688.

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

Color convert

RGB136135222-
CMYK0.390.3900.13
HSL240.69º56.86%70%-
HSV(B)240.69º39.19%87.06%-
XYZ3227.8472.79-
YUV145.22171.33121.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.59%
GREEN value IS 135 (53.12% from 255) = 27.38%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=27.59%
G=27.38%
B=45.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361352220.390.3900.13240.6956.8670
Hex8887DE27270Df13946
Octal210207336474701536171106
Binary10001000100001111101111010011110011101101111100011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8887DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8887DE; }

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

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

<style>
 a { background-color: #8887DE; }

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

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

<style>
 span { border-color: #8887DE; }

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

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