#8EA1EF

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

Shades of Portage #8EA1EF

Tints of Portage #8EA1EF

Color information

#8EA1EF (or 0x8EA1EF) is unknown color: approx Portage. HEX triplet: 8E, A1 and EF. RGB value is (142,161,239). Sum of RGB (Red+Green+Blue) = 142+161+239=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EA1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA1EF is #715E10. Grayscale: #A3A3A3. Windows color (decimal): -7429649 or 15704462. OLE color: 15704462.

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

Color convert

RGB142161239-
CMYK0.410.3300.06
HSL228.25º75.19%74.71%-
HSV(B)228.25º40.59%93.73%-
XYZ39.4837.4786.81-
YUV164.21170.21112.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.20%
GREEN value IS 161 (63.28% from 255) = 29.70%
BLUE value IS 239 (93.75% from 255) = 44.10%
R=26.20%
G=29.70%
B=44.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421612390.410.3300.06228.2575.1974.71
Hex8EA1EF292106e44b4b
Octal216241357514106344113113
Binary10001110101000011110111110100110000101101110010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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