#8D8ADC

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

Shades of Portage #8D8ADC

Tints of Portage #8D8ADC

Color information

#8D8ADC (or 0x8D8ADC) is unknown color: approx Portage. HEX triplet: 8D, 8A and DC. RGB value is (141,138,220). Sum of RGB (Red+Green+Blue) = 141+138+220=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D8ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8ADC is #727523. Grayscale: #939393. Windows color (decimal): -7501092 or 14453389. OLE color: 14453389.

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

Color convert

RGB141138220-
CMYK0.360.3700.14
HSL242.2º53.95%70.2%-
HSV(B)242.2º37.27%86.27%-
XYZ32.9929.0171.57-
YUV148.24168.49122.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.26%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=28.26%
G=27.66%
B=44.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411382200.360.3700.14242.253.9570.2
Hex8D8ADC24250Ef23646
Octal215212334444501636266106
Binary10001101100010101101110010010010010101110111100101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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