#8EA4DF

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

Shades of Portage #8EA4DF

Tints of Portage #8EA4DF

Color information

#8EA4DF (or 0x8EA4DF) is unknown color: approx Portage. HEX triplet: 8E, A4 and DF. RGB value is (142,164,223). Sum of RGB (Red+Green+Blue) = 142+164+223=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EA4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA4DF is #715B20. Grayscale: #A3A3A3. Windows color (decimal): -7428897 or 14656654. OLE color: 14656654.

HSL color Cylindrical-coordinate representation of color #8EA4DF: hue angle of 223.7º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EA4DF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142164223-
CMYK0.360.2600.13
HSL223.7º55.86%71.57%-
HSV(B)223.7º36.32%87.45%-
XYZ37.7537.6375.09-
YUV164.15161.21112.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.84%
GREEN value IS 164 (64.45% from 255) = 31.00%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=26.84%
G=31.00%
B=42.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421642230.360.2600.13223.755.8671.57
Hex8EA4DF241A0De03848
Octal216244337443201534070110
Binary1000111010100100110111111001001101001101111000001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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