#8E9DEF

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

Shades of Portage #8E9DEF

Tints of Portage #8E9DEF

Color information

#8E9DEF (or 0x8E9DEF) is unknown color: approx Portage. HEX triplet: 8E, 9D and EF. RGB value is (142,157,239). Sum of RGB (Red+Green+Blue) = 142+157+239=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E9DEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9DEF is #716210. Grayscale: #A1A1A1. Windows color (decimal): -7430673 or 15703438. OLE color: 15703438.

HSL color Cylindrical-coordinate representation of color #8E9DEF: hue angle of 230.72º 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 #8E9DEF is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142157239-
CMYK0.410.3400.06
HSL230.72º75.19%74.71%-
HSV(B)230.72º40.59%93.73%-
XYZ38.7936.186.58-
YUV161.86171.53113.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.39%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 239 (93.75% from 255) = 44.42%
R=26.39%
G=29.18%
B=44.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421572390.410.3400.06230.7275.1974.71
Hex8E9DEF292206e74b4b
Octal216235357514206347113113
Binary10001110100111011110111110100110001001101110011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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