Shades of Portage #8786DB
Tints of Portage #8786DB
RGB
CMYK
RGB Variations
Color information
#8786DB (or 0x8786DB) is known color: Portage. HEX triplet: 87, 86 and DB. RGB value is (135,134,219). Sum of RGB (Red+Green+Blue) = 135+134+219=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #8786DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8786DB is #787924. Grayscale: #8F8F8F. Windows color (decimal): -7895333 or 14386823. OLE color: 14386823.
HSL color Cylindrical-coordinate representation of color #8786DB: hue angle of 240.71º 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 #8786DB is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 134 | 219 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.14 |
| HSL | 240.71º | 0.54% | 0.69% | - |
| HSV(B) | 240.71º | 0.39% | 0.86% | - |
| XYZ | 31.3 | 27.32 | 70.64 | - |
| YUV | 143.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 219 | 0.38 | 0.39 | 0 | 0.14 | 240.71 | 0.54 | 0.69 |
| Hex | 87 | 86 | DB | 26 | 27 | 0 | E | F1 | 36 | 45 |
| Octal | 207 | 206 | 333 | 46 | 47 | 0 | 16 | 361 | 66 | 105 |
| Binary | 10000111 | 10000110 | 11011011 | 100110 | 100111 | 0 | 1110 | 11110001 | 110110 | 1000101 |
Color Harmonies of #8786DB
Complementary color
Monochromatic Colors of #8786DB
Black with #8786DB
Text Example
Text Example
White with #8786DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8786DB; }
p { color: rgb(135,134,219); }
H1.HeaderClassName
{
color: #8786DB;
}
.AnyTagClassName
{
color: #8786DB;
}
</style>
background-color css
<style>
a { background-color: #8786DB; }
a { background-color: rgb(135,134,219); }
div.DivClassName
{
background-color: #8786DB;
}
.BgClassName
{
background-color: #8786DB;
}
</style>
border-color css
<style>
span { border-color: #8786DB; }
span { border-color: rgb(135,134,219); }
td.TdClassName
{
border-color: #8786DB;
}
.TagClassName
{
border-color: #8786DB;
}
</style>