#8E9AEF

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

Shades of Portage #8E9AEF

Tints of Portage #8E9AEF

Color information

#8E9AEF (or 0x8E9AEF) is unknown color: approx Portage. HEX triplet: 8E, 9A and EF. RGB value is (142,154,239). Sum of RGB (Red+Green+Blue) = 142+154+239=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E9AEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9AEF is #716510. Grayscale: #9F9F9F. Windows color (decimal): -7431441 or 15702670. OLE color: 15702670.

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

Color convert

RGB142154239-
CMYK0.410.3600.06
HSL232.58º75.19%74.71%-
HSV(B)232.58º40.59%93.73%-
XYZ38.2935.0986.42-
YUV160.1172.52115.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.54%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 239 (93.75% from 255) = 44.67%
R=26.54%
G=28.79%
B=44.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421542390.410.3600.06232.5875.1974.71
Hex8E9AEF292406e94b4b
Octal216232357514406351113113
Binary10001110100110101110111110100110010001101110100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,154,239); }

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

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

 a { background-color: rgb(142,154,239); }

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

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

 span { border-color: rgb(142,154,239); }

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