Html Css Color HEX #8D89DC Portage

📋 copy color: '#8D89DC'

red 141 ◦ green 137 ◦ blue 220

#8D89DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #8D89DC

Tints of Portage #8D89DC

RGB

 RED value IS 141 (55.47% from 255) = 28.31%

 GREEN value IS 137 (53.91% from 255) = 27.51%

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 28.31%
G = 27.51%
B = 44.18%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D89DC (or 0x8D89DC) is known color: Portage. HEX triplet: 8D, 89 and DC. RGB value is (141,137,220). Sum of RGB (Red+Green+Blue) = 141+137+220=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D89DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D89DC is #727623. Grayscale: #939393. Windows color (decimal): -7501348 or 14453133. OLE color: 14453133.

HSL color Cylindrical-coordinate representation of color #8D89DC: hue angle of 242.89º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D89DC is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 137 220 -
CMYK 0.36 0.38 0 0.14
HSL 242.89º 0.54% 0.7% -
HSV(B) 242.89º 0.38% 0.86% -
XYZ 32.85 28.72 71.52 -
YUV 147.66 168.83 123.25 -
System Red Green Blue C M Y K H S L
Decimal 141 137 220 0.36 0.38 0 0.14 242.89 0.54 0.7
Hex 8D 89 DC 24 26 0 E F3 36 46
Octal 215 211 334 44 46 0 16 363 66 106
Binary 10001101 10001001 11011100 100100 100110 0 1110 11110011 110110 1000110

Color Harmonies of #8D89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D89DC

Black with #8D89DC

Text Example


Text Example

White with #8D89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D89DC;
 }
 .AnyTagClassName
 {
   color: #8D89DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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