Shades of Portage #8D8ADD
Tints of Portage #8D8ADD
RGB
CMYK
RGB Variations
Color information
#8D8ADD (or 0x8D8ADD) is known color: Portage. HEX triplet: 8D, 8A and DD. RGB value is (141,138,221). Sum of RGB (Red+Green+Blue) = 141+138+221=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8ADD is #727522. Grayscale: #949494. Windows color (decimal): -7501091 or 14518925. OLE color: 14518925.
HSL color Cylindrical-coordinate representation of color #8D8ADD: hue angle of 242.17º 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 #8D8ADD is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 138 | 221 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.13 |
| HSL | 242.17º | 0.55% | 0.7% | - |
| HSV(B) | 242.17º | 0.38% | 0.87% | - |
| XYZ | 33.12 | 29.06 | 72.27 | - |
| YUV | 148.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 138 | 221 | 0.36 | 0.38 | 0 | 0.13 | 242.17 | 0.55 | 0.7 |
| Hex | 8D | 8A | DD | 24 | 26 | 0 | D | F2 | 37 | 46 |
| Octal | 215 | 212 | 335 | 44 | 46 | 0 | 15 | 362 | 67 | 106 |
| Binary | 10001101 | 10001010 | 11011101 | 100100 | 100110 | 0 | 1101 | 11110010 | 110111 | 1000110 |
Color Harmonies of #8D8ADD
Complementary color
Monochromatic Colors of #8D8ADD
Black with #8D8ADD
Text Example
Text Example
White with #8D8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8ADD; }
p { color: rgb(141,138,221); }
H1.HeaderClassName
{
color: #8D8ADD;
}
.AnyTagClassName
{
color: #8D8ADD;
}
</style>
background-color css
<style>
a { background-color: #8D8ADD; }
a { background-color: rgb(141,138,221); }
div.DivClassName
{
background-color: #8D8ADD;
}
.BgClassName
{
background-color: #8D8ADD;
}
</style>
border-color css
<style>
span { border-color: #8D8ADD; }
span { border-color: rgb(141,138,221); }
td.TdClassName
{
border-color: #8D8ADD;
}
.TagClassName
{
border-color: #8D8ADD;
}
</style>