#8EA2DF

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

Shades of Portage #8EA2DF

Tints of Portage #8EA2DF

Color information

#8EA2DF (or 0x8EA2DF) is unknown color: approx Portage. HEX triplet: 8E, A2 and DF. RGB value is (142,162,223). Sum of RGB (Red+Green+Blue) = 142+162+223=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EA2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2DF is #715D20. Grayscale: #A2A2A2. Windows color (decimal): -7429409 or 14656142. OLE color: 14656142.

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

Color convert

RGB142162223-
CMYK0.360.2700.13
HSL225.19º55.86%71.57%-
HSV(B)225.19º36.32%87.45%-
XYZ37.3936.9274.97-
YUV162.97161.87113.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 223 (87.5% from 255) = 42.31%
R=26.94%
G=30.74%
B=42.31%

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
Decimal1421622230.360.2700.13225.1955.8671.57
Hex8EA2DF241B0De13848
Octal216242337443301534170110
Binary1000111010100010110111111001001101101101111000011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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