#8E9BDC

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

Shades of Portage #8E9BDC

Tints of Portage #8E9BDC

Color information

#8E9BDC (or 0x8E9BDC) is unknown color: approx Portage. HEX triplet: 8E, 9B and DC. RGB value is (142,155,220). Sum of RGB (Red+Green+Blue) = 142+155+220=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BDC is #716423. Grayscale: #9E9E9E. Windows color (decimal): -7431204 or 14457742. OLE color: 14457742.

HSL color Cylindrical-coordinate representation of color #8E9BDC: hue angle of 230º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E9BDC is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142155220-
CMYK0.350.3000.14
HSL230º52.7%70.98%-
HSV(B)230º35.45%86.27%-
XYZ35.7934.3672.46-
YUV158.52162.69116.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.47%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=27.47%
G=29.98%
B=42.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421552200.350.3000.1423052.770.98
Hex8E9BDC231E0Ee63547
Octal216233334433601634665107
Binary1000111010011011110111001000111111001110111001101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,220); }

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

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

 a { background-color: rgb(142,155,220); }

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

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

 span { border-color: rgb(142,155,220); }

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