#8887DC

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

Shades of Portage #8887DC

Tints of Portage #8887DC

Color information

#8887DC (or 0x8887DC) is unknown color: approx Portage. HEX triplet: 88, 87 and DC. RGB value is (136,135,220). Sum of RGB (Red+Green+Blue) = 136+135+220=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #8887DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887DC is #777823. Grayscale: #909090. Windows color (decimal): -7829540 or 14452616. OLE color: 14452616.

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

Color convert

RGB136135220-
CMYK0.380.3900.14
HSL240.71º54.84%69.61%-
HSV(B)240.71º38.64%86.27%-
XYZ31.7427.7371.39-
YUV144.99170.33121.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.70%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 220 (86.33% from 255) = 44.81%
R=27.70%
G=27.49%
B=44.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361352200.380.3900.14240.7154.8469.61
Hex8887DC26270Ef13746
Octal210207334464701636167106
Binary10001000100001111101110010011010011101110111100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8887DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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