Html Css Color HEX #8D89DD Portage

📋 copy color: '#8D89DD'

red 141 ◦ green 137 ◦ blue 221

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

Shades of Portage #8D89DD

Tints of Portage #8D89DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 28.26%
G = 27.45%
B = 44.29%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D89DD (or 0x8D89DD) is known color: Portage. HEX triplet: 8D, 89 and DD. RGB value is (141,137,221). Sum of RGB (Red+Green+Blue) = 141+137+221=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D89DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D89DD is #727622. Grayscale: #939393. Windows color (decimal): -7501347 or 14518669. OLE color: 14518669.

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

Color convert

RGB 141 137 221 -
CMYK 0.36 0.38 0 0.13
HSL 242.86º 0.55% 0.7% -
HSV(B) 242.86º 0.38% 0.87% -
XYZ 32.98 28.77 72.22 -
YUV 147.77 169.33 123.17 -
System Red Green Blue C M Y K H S L
Decimal 141 137 221 0.36 0.38 0 0.13 242.86 0.55 0.7
Hex 8D 89 DD 24 26 0 D F3 37 46
Octal 215 211 335 44 46 0 15 363 67 106
Binary 10001101 10001001 11011101 100100 100110 0 1101 11110011 110111 1000110

Color Harmonies of #8D89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D89DD

Black with #8D89DD

Text Example


Text Example

White with #8D89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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