#8D8EF1

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

Shades of Portage #8D8EF1

Tints of Portage #8D8EF1

Color information

#8D8EF1 (or 0x8D8EF1) is unknown color: approx Portage. HEX triplet: 8D, 8E and F1. RGB value is (141,142,241). Sum of RGB (Red+Green+Blue) = 141+142+241=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D8EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8EF1 is #72710E. Grayscale: #989898. Windows color (decimal): -7500047 or 15830669. OLE color: 15830669.

HSL color Cylindrical-coordinate representation of color #8D8EF1: hue angle of 239.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D8EF1 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB141142241-
CMYK0.410.4100.05
HSL239.4º78.12%74.9%-
HSV(B)239.4º41.49%94.51%-
XYZ36.5331.3687.35-
YUV152.99177.67119.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.91%
GREEN value IS 142 (55.86% from 255) = 27.10%
BLUE value IS 241 (94.53% from 255) = 45.99%
R=26.91%
G=27.10%
B=45.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1411422410.410.4100.05239.478.1274.9
Hex8D8EF1292905ef4e4b
Octal215216361515105357116113
Binary10001101100011101111000110100110100101011110111110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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