#8EA3DF

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

Shades of Portage #8EA3DF

Tints of Portage #8EA3DF

Color information

#8EA3DF (or 0x8EA3DF) is unknown color: approx Portage. HEX triplet: 8E, A3 and DF. RGB value is (142,163,223). Sum of RGB (Red+Green+Blue) = 142+163+223=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EA3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3DF is #715C20. Grayscale: #A3A3A3. Windows color (decimal): -7429153 or 14656398. OLE color: 14656398.

HSL color Cylindrical-coordinate representation of color #8EA3DF: hue angle of 224.44º 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 #8EA3DF is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142163223-
CMYK0.360.2700.13
HSL224.44º55.86%71.57%-
HSV(B)224.44º36.32%87.45%-
XYZ37.5737.2775.03-
YUV163.56161.54112.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 163 (64.06% from 255) = 30.87%
BLUE value IS 223 (87.5% from 255) = 42.23%
R=26.89%
G=30.87%
B=42.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421632230.360.2700.13224.4455.8671.57
Hex8EA3DF241B0De03848
Octal216243337443301534070110
Binary1000111010100011110111111001001101101101111000001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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