#8E9CDD

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

Shades of Portage #8E9CDD

Tints of Portage #8E9CDD

Color information

#8E9CDD (or 0x8E9CDD) is unknown color: approx Portage. HEX triplet: 8E, 9C and DD. RGB value is (142,156,221). Sum of RGB (Red+Green+Blue) = 142+156+221=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CDD is #716322. Grayscale: #9E9E9E. Windows color (decimal): -7430947 or 14523534. OLE color: 14523534.

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

Color convert

RGB142156221-
CMYK0.360.2900.13
HSL229.37º53.74%71.18%-
HSV(B)229.37º35.75%86.67%-
XYZ36.0934.7573.21-
YUV159.22162.86115.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.36%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=27.36%
G=30.06%
B=42.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421562210.360.2900.13229.3753.7471.18
Hex8E9CDD241D0De53647
Octal216234335443501534566107
Binary1000111010011100110111011001001110101101111001011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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