Shades of Portage #8D8BDB
Tints of Portage #8D8BDB
RGB
CMYK
RGB Variations
Color information
#8D8BDB (or 0x8D8BDB) is known color: Portage. HEX triplet: 8D, 8B and DB. RGB value is (141,139,219). Sum of RGB (Red+Green+Blue) = 141+139+219=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D8BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8BDB is #727424. Grayscale: #949494. Windows color (decimal): -7500837 or 14388109. OLE color: 14388109.
HSL color Cylindrical-coordinate representation of color #8D8BDB: hue angle of 241.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D8BDB is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 139 | 219 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.14 |
| HSL | 241.5º | 0.53% | 0.7% | - |
| HSV(B) | 241.5º | 0.37% | 0.86% | - |
| XYZ | 33 | 29.24 | 70.92 | - |
| YUV | 148.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 139 | 219 | 0.36 | 0.37 | 0 | 0.14 | 241.5 | 0.53 | 0.7 |
| Hex | 8D | 8B | DB | 24 | 25 | 0 | E | F2 | 35 | 46 |
| Octal | 215 | 213 | 333 | 44 | 45 | 0 | 16 | 362 | 65 | 106 |
| Binary | 10001101 | 10001011 | 11011011 | 100100 | 100101 | 0 | 1110 | 11110010 | 110101 | 1000110 |
Color Harmonies of #8D8BDB
Complementary color
Monochromatic Colors of #8D8BDB
Black with #8D8BDB
Text Example
Text Example
White with #8D8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8BDB; }
p { color: rgb(141,139,219); }
H1.HeaderClassName
{
color: #8D8BDB;
}
.AnyTagClassName
{
color: #8D8BDB;
}
</style>
background-color css
<style>
a { background-color: #8D8BDB; }
a { background-color: rgb(141,139,219); }
div.DivClassName
{
background-color: #8D8BDB;
}
.BgClassName
{
background-color: #8D8BDB;
}
</style>
border-color css
<style>
span { border-color: #8D8BDB; }
span { border-color: rgb(141,139,219); }
td.TdClassName
{
border-color: #8D8BDB;
}
.TagClassName
{
border-color: #8D8BDB;
}
</style>