#8E8DDD

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

Shades of Portage #8E8DDD

Tints of Portage #8E8DDD

Color information

#8E8DDD (or 0x8E8DDD) is unknown color: approx Portage. HEX triplet: 8E, 8D and DD. RGB value is (142,141,221). Sum of RGB (Red+Green+Blue) = 142+141+221=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E8DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8DDD is #717222. Grayscale: #969696. Windows color (decimal): -7434787 or 14519694. OLE color: 14519694.

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

Color convert

RGB142141221-
CMYK0.360.3600.13
HSL240.75º54.05%70.98%-
HSV(B)240.75º36.2%86.67%-
XYZ33.7330.0272.42-
YUV150.42167.83122-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.17%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=28.17%
G=27.98%
B=43.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421412210.360.3600.13240.7554.0570.98
Hex8E8DDD24240Df13647
Octal216215335444401536166107
Binary10001110100011011101110110010010010001101111100011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,141,221); }

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

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

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

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

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

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

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