Shades of Portage #8D89DA
Tints of Portage #8D89DA
RGB
CMYK
RGB Variations
Color information
#8D89DA (or 0x8D89DA) is known color: 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
| RGB | 141 | 137 | 218 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.15 |
| HSL | 242.96º | 0.52% | 0.7% | - |
| HSV(B) | 242.96º | 0.37% | 0.85% | - |
| XYZ | 32.59 | 28.62 | 70.14 | - |
| YUV | 147.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 218 | 0.35 | 0.37 | 0 | 0.15 | 242.96 | 0.52 | 0.7 |
| Hex | 8D | 89 | DA | 23 | 25 | 0 | F | F3 | 34 | 46 |
| Octal | 215 | 211 | 332 | 43 | 45 | 0 | 17 | 363 | 64 | 106 |
| Binary | 10001101 | 10001001 | 11011010 | 100011 | 100101 | 0 | 1111 | 11110011 | 110100 | 1000110 |
Color Harmonies of #8D89DA
Complementary color
Monochromatic Colors of #8D89DA
Black with #8D89DA
Text Example
Text Example
White with #8D89DA
Text Example
Text Example
HTML Codes & Css Web 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>