Shades of Portage #8B8DDA
Tints of Portage #8B8DDA
RGB
CMYK
RGB Variations
Color information
#8B8DDA (or 0x8B8DDA) is known color: Portage. HEX triplet: 8B, 8D and DA. RGB value is (139,141,218). Sum of RGB (Red+Green+Blue) = 139+141+218=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B8DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8DDA is #747225. Grayscale: #949494. Windows color (decimal): -7631398 or 14323083. OLE color: 14323083.
HSL color Cylindrical-coordinate representation of color #8B8DDA: hue angle of 238.48º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B8DDA is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 141 | 218 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.15 |
| HSL | 238.48º | 0.52% | 0.7% | - |
| HSV(B) | 238.48º | 0.36% | 0.85% | - |
| XYZ | 32.83 | 29.6 | 70.31 | - |
| YUV | 149.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 218 | 0.36 | 0.35 | 0 | 0.15 | 238.48 | 0.52 | 0.7 |
| Hex | 8B | 8D | DA | 24 | 23 | 0 | F | EE | 34 | 46 |
| Octal | 213 | 215 | 332 | 44 | 43 | 0 | 17 | 356 | 64 | 106 |
| Binary | 10001011 | 10001101 | 11011010 | 100100 | 100011 | 0 | 1111 | 11101110 | 110100 | 1000110 |
Color Harmonies of #8B8DDA
Complementary color
Monochromatic Colors of #8B8DDA
Black with #8B8DDA
Text Example
Text Example
White with #8B8DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8DDA; }
p { color: rgb(139,141,218); }
H1.HeaderClassName
{
color: #8B8DDA;
}
.AnyTagClassName
{
color: #8B8DDA;
}
</style>
background-color css
<style>
a { background-color: #8B8DDA; }
a { background-color: rgb(139,141,218); }
div.DivClassName
{
background-color: #8B8DDA;
}
.BgClassName
{
background-color: #8B8DDA;
}
</style>
border-color css
<style>
span { border-color: #8B8DDA; }
span { border-color: rgb(139,141,218); }
td.TdClassName
{
border-color: #8B8DDA;
}
.TagClassName
{
border-color: #8B8DDA;
}
</style>