#8887D7

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

Shades of Portage #8887D7

Tints of Portage #8887D7

Color information

#8887D7 (or 0x8887D7) is unknown color: approx Portage. HEX triplet: 88, 87 and D7. RGB value is (136,135,215). Sum of RGB (Red+Green+Blue) = 136+135+215=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #8887D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887D7 is #777828. Grayscale: #909090. Windows color (decimal): -7829545 or 14124936. OLE color: 14124936.

HSL color Cylindrical-coordinate representation of color #8887D7: hue angle of 240.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8887D7 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB136135215-
CMYK0.370.3700.16
HSL240.75º50%68.63%-
HSV(B)240.75º37.21%84.31%-
XYZ31.0827.4767.95-
YUV144.42167.83122-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.98%
GREEN value IS 135 (53.12% from 255) = 27.78%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=27.98%
G=27.78%
B=44.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1361352150.370.3700.16240.755068.63
Hex8887D72525010f13245
Octal210207327454502036162105
Binary100010001000011111010111100101100101010000111100011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8887D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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