#8D89DA

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

Shades of Portage #8D89DA

Tints of Portage #8D89DA

Color information

#8D89DA (or 0x8D89DA) is unknown color: approx Portage. HEX triplet: 8D, 89 and DA. RGB value is (141,137,218). Sum of RGB (Red+Green+Blue) = 141+137+218=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D89DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D89DA is #727625. Grayscale: #939393. Windows color (decimal): -7501350 or 14322061. OLE color: 14322061.

HSL color Cylindrical-coordinate representation of color #8D89DA: hue angle of 242.96º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D89DA is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB141137218-
CMYK0.350.3700.15
HSL242.96º52.26%69.61%-
HSV(B)242.96º37.16%85.49%-
XYZ32.5928.6270.14-
YUV147.43167.83123.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.43%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=28.43%
G=27.62%
B=43.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1411372180.350.3700.15242.9652.2669.61
Hex8D89DA23250Ff33446
Octal215211332434501736364106
Binary10001101100010011101101010001110010101111111100111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,137,218); }

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

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

 a { background-color: rgb(141,137,218); }

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

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

 span { border-color: rgb(141,137,218); }

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