#8E9CD4

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

Shades of Portage #8E9CD4

Tints of Portage #8E9CD4

Color information

#8E9CD4 (or 0x8E9CD4) is unknown color: approx Portage. HEX triplet: 8E, 9C and D4. RGB value is (142,156,212). Sum of RGB (Red+Green+Blue) = 142+156+212=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #8E9CD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9CD4 is #71632B. Grayscale: #9D9D9D. Windows color (decimal): -7430956 or 13933710. OLE color: 13933710.

HSL color Cylindrical-coordinate representation of color #8E9CD4: hue angle of 228º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E9CD4 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB142156212-
CMYK0.330.2600.17
HSL228º44.87%69.41%-
HSV(B)228º33.02%83.14%-
XYZ34.9334.2867.06-
YUV158.2158.36116.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 156 (61.33% from 255) = 30.59%
BLUE value IS 212 (83.20% from 255) = 41.57%
R=27.84%
G=30.59%
B=41.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1421562120.330.2600.1722844.8769.41
Hex8E9CD4211A011e42d45
Octal216234324413202134455105
Binary10001110100111001101010010000111010010001111001001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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