#8D8DDC

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

Shades of Portage #8D8DDC

Tints of Portage #8D8DDC

Color information

#8D8DDC (or 0x8D8DDC) is unknown color: approx Portage. HEX triplet: 8D, 8D and DC. RGB value is (141,141,220). Sum of RGB (Red+Green+Blue) = 141+141+220=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8DDC is #727223. Grayscale: #959595. Windows color (decimal): -7500324 or 14454157. OLE color: 14454157.

HSL color Cylindrical-coordinate representation of color #8D8DDC: hue angle of 240º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D8DDC is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141141220-
CMYK0.360.3600.14
HSL240º53.02%70.78%-
HSV(B)240º35.91%86.27%-
XYZ33.4329.8871.72-
YUV150.01167.5121.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.09%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=28.09%
G=28.09%
B=43.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411412200.360.3600.1424053.0270.78
Hex8D8DDC24240Ef03547
Octal215215334444401636065107
Binary10001101100011011101110010010010010001110111100001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8DDC; }

 p { color: rgb(141,141,220); }

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

<style>
 a { background-color: #8D8DDC; }

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

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

<style>
 span { border-color: #8D8DDC; }

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

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