#8EA1FA

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

Shades of Portage #8EA1FA

Tints of Portage #8EA1FA

Color information

#8EA1FA (or 0x8EA1FA) is unknown color: approx Portage. HEX triplet: 8E, A1 and FA. RGB value is (142,161,250). Sum of RGB (Red+Green+Blue) = 142+161+250=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EA1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA1FA is #715E05. Grayscale: #A5A5A5. Windows color (decimal): -7429638 or 16425358. OLE color: 16425358.

HSL color Cylindrical-coordinate representation of color #8EA1FA: hue angle of 229.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EA1FA is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142161250-
CMYK0.430.3600.02
HSL229.44º91.53%76.86%-
HSV(B)229.44º43.2%98.04%-
XYZ41.1638.1495.64-
YUV165.46175.71111.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.68%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=25.68%
G=29.11%
B=45.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421612500.430.3600.02229.4491.5376.86
Hex8EA1FA2B2402e55c4d
Octal216241372534402345134115
Binary1000111010100001111110101010111001000101110010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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