Shades of Portage #8787DE
Tints of Portage #8787DE
RGB
CMYK
RGB Variations
Color information
#8787DE (or 0x8787DE) is known color: Portage. HEX triplet: 87, 87 and DE. RGB value is (135,135,222). Sum of RGB (Red+Green+Blue) = 135+135+222=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #8787DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8787DE is #787821. Grayscale: #909090. Windows color (decimal): -7895074 or 14583687. OLE color: 14583687.
HSL color Cylindrical-coordinate representation of color #8787DE: hue angle of 240º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8787DE is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 135 | 222 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.13 |
| HSL | 240º | 0.57% | 0.7% | - |
| HSV(B) | 240º | 0.39% | 0.87% | - |
| XYZ | 31.84 | 27.75 | 72.79 | - |
| YUV | 144.92 | 171.5 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 222 | 0.39 | 0.39 | 0 | 0.13 | 240 | 0.57 | 0.7 |
| Hex | 87 | 87 | DE | 27 | 27 | 0 | D | F0 | 39 | 46 |
| Octal | 207 | 207 | 336 | 47 | 47 | 0 | 15 | 360 | 71 | 106 |
| Binary | 10000111 | 10000111 | 11011110 | 100111 | 100111 | 0 | 1101 | 11110000 | 111001 | 1000110 |
Color Harmonies of #8787DE
Complementary color
Monochromatic Colors of #8787DE
Black with #8787DE
Text Example
Text Example
White with #8787DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8787DE; }
p { color: rgb(135,135,222); }
H1.HeaderClassName
{
color: #8787DE;
}
.AnyTagClassName
{
color: #8787DE;
}
</style>
background-color css
<style>
a { background-color: #8787DE; }
a { background-color: rgb(135,135,222); }
div.DivClassName
{
background-color: #8787DE;
}
.BgClassName
{
background-color: #8787DE;
}
</style>
border-color css
<style>
span { border-color: #8787DE; }
span { border-color: rgb(135,135,222); }
td.TdClassName
{
border-color: #8787DE;
}
.TagClassName
{
border-color: #8787DE;
}
</style>