#8EA6DD

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

Shades of Portage #8EA6DD

Tints of Portage #8EA6DD

Color information

#8EA6DD (or 0x8EA6DD) is unknown color: approx Portage. HEX triplet: 8E, A6 and DD. RGB value is (142,166,221). Sum of RGB (Red+Green+Blue) = 142+166+221=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EA6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA6DD is #715922. Grayscale: #A4A4A4. Windows color (decimal): -7428387 or 14526094. OLE color: 14526094.

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

Color convert

RGB142166221-
CMYK0.360.2500.13
HSL221.77º53.74%71.18%-
HSV(B)221.77º35.75%86.67%-
XYZ37.8438.2473.79-
YUV165.09159.55111.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.84%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=26.84%
G=31.38%
B=41.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421662210.360.2500.13221.7753.7471.18
Hex8EA6DD24190Dde3647
Octal216246335443101533666107
Binary1000111010100110110111011001001100101101110111101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,166,221); }

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

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

 a { background-color: rgb(142,166,221); }

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

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

 span { border-color: rgb(142,166,221); }

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