Shades of Portage #8785DB
Tints of Portage #8785DB
RGB
CMYK
RGB Variations
Color information
#8785DB (or 0x8785DB) is known color: Portage. HEX triplet: 87, 85 and DB. RGB value is (135,133,219). Sum of RGB (Red+Green+Blue) = 135+133+219=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #8785DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785DB is #787A24. Grayscale: #8F8F8F. Windows color (decimal): -7895589 or 14386567. OLE color: 14386567.
HSL color Cylindrical-coordinate representation of color #8785DB: hue angle of 241.4º 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 #8785DB is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 133 | 219 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.14 |
| HSL | 241.4º | 0.54% | 0.69% | - |
| HSV(B) | 241.4º | 0.39% | 0.86% | - |
| XYZ | 31.17 | 27.04 | 70.59 | - |
| YUV | 143.4 | 170.66 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 219 | 0.38 | 0.39 | 0 | 0.14 | 241.4 | 0.54 | 0.69 |
| Hex | 87 | 85 | DB | 26 | 27 | 0 | E | F1 | 36 | 45 |
| Octal | 207 | 205 | 333 | 46 | 47 | 0 | 16 | 361 | 66 | 105 |
| Binary | 10000111 | 10000101 | 11011011 | 100110 | 100111 | 0 | 1110 | 11110001 | 110110 | 1000101 |
Color Harmonies of #8785DB
Complementary color
Monochromatic Colors of #8785DB
Black with #8785DB
Text Example
Text Example
White with #8785DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8785DB; }
p { color: rgb(135,133,219); }
H1.HeaderClassName
{
color: #8785DB;
}
.AnyTagClassName
{
color: #8785DB;
}
</style>
background-color css
<style>
a { background-color: #8785DB; }
a { background-color: rgb(135,133,219); }
div.DivClassName
{
background-color: #8785DB;
}
.BgClassName
{
background-color: #8785DB;
}
</style>
border-color css
<style>
span { border-color: #8785DB; }
span { border-color: rgb(135,133,219); }
td.TdClassName
{
border-color: #8785DB;
}
.TagClassName
{
border-color: #8785DB;
}
</style>