#8E8FED

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

Shades of Portage #8E8FED

Tints of Portage #8E8FED

Color information

#8E8FED (or 0x8E8FED) is unknown color: approx Portage. HEX triplet: 8E, 8F and ED. RGB value is (142,143,237). Sum of RGB (Red+Green+Blue) = 142+143+237=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E8FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8FED is #717012. Grayscale: #999999. Windows color (decimal): -7434259 or 15568782. OLE color: 15568782.

HSL color Cylindrical-coordinate representation of color #8E8FED: hue angle of 239.37º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E8FED is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142143237-
CMYK0.400.4000.07
HSL239.37º72.52%74.31%-
HSV(B)239.37º40.08%92.94%-
XYZ36.2631.5184.29-
YUV153.42175.17119.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.20%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 237 (92.97% from 255) = 45.40%
R=27.20%
G=27.39%
B=45.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421432370.400.4000.07239.3772.5274.31
Hex8E8FED282807ef494a
Octal216217355505007357111112
Binary10001110100011111110110110100010100001111110111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,143,237); }

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

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

 a { background-color: rgb(142,143,237); }

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

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

 span { border-color: rgb(142,143,237); }

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