#8885DC

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

Shades of Portage #8885DC

Tints of Portage #8885DC

Color information

#8885DC (or 0x8885DC) is unknown color: approx Portage. HEX triplet: 88, 85 and DC. RGB value is (136,133,220). Sum of RGB (Red+Green+Blue) = 136+133+220=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #8885DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8885DC is #777A23. Grayscale: #8F8F8F. Windows color (decimal): -7830052 or 14452104. OLE color: 14452104.

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

Color convert

RGB136133220-
CMYK0.380.4000.14
HSL242.07º55.41%69.22%-
HSV(B)242.07º39.55%86.27%-
XYZ31.4627.1871.3-
YUV143.82170.99122.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.81%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=27.81%
G=27.20%
B=44.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361332200.380.4000.14242.0755.4169.22
Hex8885DC26280Ef23745
Octal210205334465001636267105
Binary10001000100001011101110010011010100001110111100101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8885DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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