Shades of Portage #8687E0
Tints of Portage #8687E0
RGB
CMYK
RGB Variations
Color information
#8687E0 (or 0x8687E0) is known color: Portage. HEX triplet: 86, 87 and E0. RGB value is (134,135,224). Sum of RGB (Red+Green+Blue) = 134+135+224=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #8687E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8687E0 is #79781F. Grayscale: #909090. Windows color (decimal): -7960608 or 14714758. OLE color: 14714758.
HSL color Cylindrical-coordinate representation of color #8687E0: hue angle of 239.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8687E0 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 135 | 224 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.12 |
| HSL | 239.33º | 0.59% | 0.7% | - |
| HSV(B) | 239.33º | 0.4% | 0.88% | - |
| XYZ | 31.95 | 27.78 | 74.2 | - |
| YUV | 144.85 | 172.67 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 224 | 0.40 | 0.40 | 0 | 0.12 | 239.33 | 0.59 | 0.7 |
| Hex | 86 | 87 | E0 | 28 | 28 | 0 | C | EF | 3B | 46 |
| Octal | 206 | 207 | 340 | 50 | 50 | 0 | 14 | 357 | 73 | 106 |
| Binary | 10000110 | 10000111 | 11100000 | 101000 | 101000 | 0 | 1100 | 11101111 | 111011 | 1000110 |
Color Harmonies of #8687E0
Complementary color
Monochromatic Colors of #8687E0
Black with #8687E0
Text Example
Text Example
White with #8687E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8687E0; }
p { color: rgb(134,135,224); }
H1.HeaderClassName
{
color: #8687E0;
}
.AnyTagClassName
{
color: #8687E0;
}
</style>
background-color css
<style>
a { background-color: #8687E0; }
a { background-color: rgb(134,135,224); }
div.DivClassName
{
background-color: #8687E0;
}
.BgClassName
{
background-color: #8687E0;
}
</style>
border-color css
<style>
span { border-color: #8687E0; }
span { border-color: rgb(134,135,224); }
td.TdClassName
{
border-color: #8687E0;
}
.TagClassName
{
border-color: #8687E0;
}
</style>