#8887dd

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

Shades of Portage #8887DD

Tints of Portage #8887DD

Color information

#8887DD (or 0x8887DD) is unknown color: approx Portage. HEX triplet: 88, 87 and DD. RGB value is (136,135,221). Sum of RGB (Red+Green+Blue) = 136+135+221=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #8887DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887DD is #777822. Grayscale: #909090. Windows color (decimal): -7829539 or 14518152. OLE color: 14518152.

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

Color convert

RGB136135221-
CMYK0.380.3900.13
HSL240.7º55.84%69.8%-
HSV(B)240.7º38.91%86.67%-
XYZ31.8727.7872.09-
YUV145.1170.83121.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.64%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=27.64%
G=27.44%
B=44.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361352210.380.3900.13240.755.8469.8
Hex8887DD26270Df13846
Octal210207335464701536170106
Binary10001000100001111101110110011010011101101111100011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8887dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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