#8E9EEF

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

Shades of Portage #8E9EEF

Tints of Portage #8E9EEF

Color information

#8E9EEF (or 0x8E9EEF) is unknown color: approx Portage. HEX triplet: 8E, 9E and EF. RGB value is (142,158,239). Sum of RGB (Red+Green+Blue) = 142+158+239=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E9EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9EEF is #716110. Grayscale: #A2A2A2. Windows color (decimal): -7430417 or 15703694. OLE color: 15703694.

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

Color convert

RGB142158239-
CMYK0.410.3400.06
HSL230.1º75.19%74.71%-
HSV(B)230.1º40.59%93.73%-
XYZ38.9636.4486.64-
YUV162.45171.2113.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.35%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 239 (93.75% from 255) = 44.34%
R=26.35%
G=29.31%
B=44.34%

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
Decimal1421582390.410.3400.06230.175.1974.71
Hex8E9EEF292206e64b4b
Octal216236357514206346113113
Binary10001110100111101110111110100110001001101110011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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