#8D8FDC

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

Shades of Portage #8D8FDC

Tints of Portage #8D8FDC

Color information

#8D8FDC (or 0x8D8FDC) is unknown color: approx Portage. HEX triplet: 8D, 8F and DC. RGB value is (141,143,220). Sum of RGB (Red+Green+Blue) = 141+143+220=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8FDC is #727023. Grayscale: #969696. Windows color (decimal): -7499812 or 14454669. OLE color: 14454669.

HSL color Cylindrical-coordinate representation of color #8D8FDC: hue angle of 238.48º 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 #8D8FDC is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141143220-
CMYK0.360.3500.14
HSL238.48º53.02%70.78%-
HSV(B)238.48º35.91%86.27%-
XYZ33.7330.4771.81-
YUV151.18166.84120.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.98%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=27.98%
G=28.37%
B=43.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411432200.360.3500.14238.4853.0270.78
Hex8D8FDC24230Eee3547
Octal215217334444301635665107
Binary10001101100011111101110010010010001101110111011101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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