Shades of Portage #8986DB
Tints of Portage #8986DB
RGB
CMYK
RGB Variations
Color information
#8986DB (or 0x8986DB) is known color: Portage. HEX triplet: 89, 86 and DB. RGB value is (137,134,219). Sum of RGB (Red+Green+Blue) = 137+134+219=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #8986DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986DB is #767924. Grayscale: #909090. Windows color (decimal): -7764261 or 14386825. OLE color: 14386825.
HSL color Cylindrical-coordinate representation of color #8986DB: hue angle of 242.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8986DB is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 134 | 219 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.14 |
| HSL | 242.12º | 0.54% | 0.69% | - |
| HSV(B) | 242.12º | 0.39% | 0.86% | - |
| XYZ | 31.63 | 27.48 | 70.66 | - |
| YUV | 144.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 134 | 219 | 0.37 | 0.39 | 0 | 0.14 | 242.12 | 0.54 | 0.69 |
| Hex | 89 | 86 | DB | 25 | 27 | 0 | E | F2 | 36 | 45 |
| Octal | 211 | 206 | 333 | 45 | 47 | 0 | 16 | 362 | 66 | 105 |
| Binary | 10001001 | 10000110 | 11011011 | 100101 | 100111 | 0 | 1110 | 11110010 | 110110 | 1000101 |
Color Harmonies of #8986DB
Complementary color
Monochromatic Colors of #8986DB
Black with #8986DB
Text Example
Text Example
White with #8986DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8986DB; }
p { color: rgb(137,134,219); }
H1.HeaderClassName
{
color: #8986DB;
}
.AnyTagClassName
{
color: #8986DB;
}
</style>
background-color css
<style>
a { background-color: #8986DB; }
a { background-color: rgb(137,134,219); }
div.DivClassName
{
background-color: #8986DB;
}
.BgClassName
{
background-color: #8986DB;
}
</style>
border-color css
<style>
span { border-color: #8986DB; }
span { border-color: rgb(137,134,219); }
td.TdClassName
{
border-color: #8986DB;
}
.TagClassName
{
border-color: #8986DB;
}
</style>