#8EA1DF

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

Shades of Portage #8EA1DF

Tints of Portage #8EA1DF

Color information

#8EA1DF (or 0x8EA1DF) is unknown color: approx Portage. HEX triplet: 8E, A1 and DF. RGB value is (142,161,223). Sum of RGB (Red+Green+Blue) = 142+161+223=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EA1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA1DF is #715E20. Grayscale: #A2A2A2. Windows color (decimal): -7429665 or 14655886. OLE color: 14655886.

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

Color convert

RGB142161223-
CMYK0.360.2800.13
HSL225.93º55.86%71.57%-
HSV(B)225.93º36.32%87.45%-
XYZ37.2236.5774.91-
YUV162.39162.21113.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 161 (63.28% from 255) = 30.61%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=27.00%
G=30.61%
B=42.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421612230.360.2800.13225.9355.8671.57
Hex8EA1DF241C0De23848
Octal216241337443401534270110
Binary1000111010100001110111111001001110001101111000101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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