#8EA4FF

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

Shades of Portage #8EA4FF

Tints of Portage #8EA4FF

Color information

#8EA4FF (or 0x8EA4FF) is unknown color: approx Portage. HEX triplet: 8E, A4 and FF. RGB value is (142,164,255). Sum of RGB (Red+Green+Blue) = 142+164+255=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EA4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA4FF is #715B00. Grayscale: #A7A7A7. Windows color (decimal): -7428865 or 16753806. OLE color: 16753806.

HSL color Cylindrical-coordinate representation of color #8EA4FF: hue angle of 228.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EA4FF is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB142164255-
CMYK0.440.3600
HSL228.32º100%77.84%-
HSV(B)228.32º44.31%100%-
XYZ42.4839.52100-
YUV167.8177.21109.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.31%
GREEN value IS 164 (64.45% from 255) = 29.23%
BLUE value IS 255 (100% from 255) = 45.45%
R=25.31%
G=29.23%
B=45.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1421642550.440.3600228.3210077.84
Hex8EA4FF2C2400e4644e
Octal216244377544400344144116
Binary100011101010010011111111101100100100001110010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,164,255); }

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

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

 a { background-color: rgb(142,164,255); }

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

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

 span { border-color: rgb(142,164,255); }

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