#8788DE

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

Shades of Portage #8788DE

Tints of Portage #8788DE

Color information

#8788DE (or 0x8788DE) is unknown color: approx Portage. HEX triplet: 87, 88 and DE. RGB value is (135,136,222). Sum of RGB (Red+Green+Blue) = 135+136+222=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 136 (53.52% from 255 or 27.59% 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 #8788DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8788DE is #787721. Grayscale: #919191. Windows color (decimal): -7894818 or 14583943. OLE color: 14583943.

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

Color convert

RGB135136222-
CMYK0.390.3900.13
HSL239.31º56.86%70%-
HSV(B)239.31º39.19%87.06%-
XYZ31.9828.0372.83-
YUV145.5171.17120.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.38%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=27.38%
G=27.59%
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
Decimal1351362220.390.3900.13239.3156.8670
Hex8788DE27270Def3946
Octal207210336474701535771106
Binary10000111100010001101111010011110011101101111011111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8788DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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