#8EA6EF

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

Shades of Portage #8EA6EF

Tints of Portage #8EA6EF

Color information

#8EA6EF (or 0x8EA6EF) is unknown color: approx Portage. HEX triplet: 8E, A6 and EF. RGB value is (142,166,239). Sum of RGB (Red+Green+Blue) = 142+166+239=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EA6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA6EF is #715910. Grayscale: #A6A6A6. Windows color (decimal): -7428369 or 15705742. OLE color: 15705742.

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

Color convert

RGB142166239-
CMYK0.410.3100.06
HSL225.15º75.19%74.71%-
HSV(B)225.15º40.59%93.73%-
XYZ40.3739.2687.11-
YUV167.15168.55110.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 166 (65.23% from 255) = 30.35%
BLUE value IS 239 (93.75% from 255) = 43.69%
R=25.96%
G=30.35%
B=43.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421662390.410.3100.06225.1575.1974.71
Hex8EA6EF291F06e14b4b
Octal216246357513706341113113
Binary1000111010100110111011111010011111101101110000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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