#8EA3D7

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

Shades of Portage #8EA3D7

Tints of Portage #8EA3D7

Color information

#8EA3D7 (or 0x8EA3D7) is unknown color: approx Portage. HEX triplet: 8E, A3 and D7. RGB value is (142,163,215). Sum of RGB (Red+Green+Blue) = 142+163+215=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #8EA3D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3D7 is #715C28. Grayscale: #A2A2A2. Windows color (decimal): -7429161 or 14132110. OLE color: 14132110.

HSL color Cylindrical-coordinate representation of color #8EA3D7: hue angle of 222.74º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EA3D7 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142163215-
CMYK0.340.2400.16
HSL222.74º47.71%70%-
HSV(B)222.74º33.95%84.31%-
XYZ36.5236.8569.48-
YUV162.65157.54113.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.31%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 215 (84.38% from 255) = 41.35%
R=27.31%
G=31.35%
B=41.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421632150.340.2400.16222.7447.7170
Hex8EA3D72218010df3046
Octal216243327423002033760106
Binary10001110101000111101011110001011000010000110111111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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