Shades of Portage #8D88DB
Tints of Portage #8D88DB
RGB
CMYK
RGB Variations
Color information
#8D88DB (or 0x8D88DB) is known color: Portage. HEX triplet: 8D, 88 and DB. RGB value is (141,136,219). Sum of RGB (Red+Green+Blue) = 141+136+219=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D88DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D88DB is #727724. Grayscale: #929292. Windows color (decimal): -7501605 or 14387341. OLE color: 14387341.
HSL color Cylindrical-coordinate representation of color #8D88DB: hue angle of 243.61º 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 #8D88DB is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 136 | 219 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.14 |
| HSL | 243.61º | 0.54% | 0.7% | - |
| HSV(B) | 243.61º | 0.38% | 0.86% | - |
| XYZ | 32.57 | 28.39 | 70.78 | - |
| YUV | 146.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 219 | 0.36 | 0.38 | 0 | 0.14 | 243.61 | 0.54 | 0.7 |
| Hex | 8D | 88 | DB | 24 | 26 | 0 | E | F4 | 36 | 46 |
| Octal | 215 | 210 | 333 | 44 | 46 | 0 | 16 | 364 | 66 | 106 |
| Binary | 10001101 | 10001000 | 11011011 | 100100 | 100110 | 0 | 1110 | 11110100 | 110110 | 1000110 |
Color Harmonies of #8D88DB
Complementary color
Monochromatic Colors of #8D88DB
Black with #8D88DB
Text Example
Text Example
White with #8D88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D88DB; }
p { color: rgb(141,136,219); }
H1.HeaderClassName
{
color: #8D88DB;
}
.AnyTagClassName
{
color: #8D88DB;
}
</style>
background-color css
<style>
a { background-color: #8D88DB; }
a { background-color: rgb(141,136,219); }
div.DivClassName
{
background-color: #8D88DB;
}
.BgClassName
{
background-color: #8D88DB;
}
</style>
border-color css
<style>
span { border-color: #8D88DB; }
span { border-color: rgb(141,136,219); }
td.TdClassName
{
border-color: #8D88DB;
}
.TagClassName
{
border-color: #8D88DB;
}
</style>