Shades of Portage #8785E0
Tints of Portage #8785E0
RGB
CMYK
RGB Variations
Color information
#8785E0 (or 0x8785E0) is known color: Portage. HEX triplet: 87, 85 and E0. RGB value is (135,133,224). Sum of RGB (Red+Green+Blue) = 135+133+224=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #8785E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785E0 is #787A1F. Grayscale: #8F8F8F. Windows color (decimal): -7895584 or 14714247. OLE color: 14714247.
HSL color Cylindrical-coordinate representation of color #8785E0: hue angle of 241.32º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8785E0 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 133 | 224 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.12 |
| HSL | 241.32º | 0.59% | 0.7% | - |
| HSV(B) | 241.32º | 0.41% | 0.88% | - |
| XYZ | 31.83 | 27.31 | 74.11 | - |
| YUV | 143.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 133 | 224 | 0.40 | 0.41 | 0 | 0.12 | 241.32 | 0.59 | 0.7 |
| Hex | 87 | 85 | E0 | 28 | 29 | 0 | C | F1 | 3B | 46 |
| Octal | 207 | 205 | 340 | 50 | 51 | 0 | 14 | 361 | 73 | 106 |
| Binary | 10000111 | 10000101 | 11100000 | 101000 | 101001 | 0 | 1100 | 11110001 | 111011 | 1000110 |
Color Harmonies of #8785E0
Complementary color
Monochromatic Colors of #8785E0
Black with #8785E0
Text Example
Text Example
White with #8785E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8785E0; }
p { color: rgb(135,133,224); }
H1.HeaderClassName
{
color: #8785E0;
}
.AnyTagClassName
{
color: #8785E0;
}
</style>
background-color css
<style>
a { background-color: #8785E0; }
a { background-color: rgb(135,133,224); }
div.DivClassName
{
background-color: #8785E0;
}
.BgClassName
{
background-color: #8785E0;
}
</style>
border-color css
<style>
span { border-color: #8785E0; }
span { border-color: rgb(135,133,224); }
td.TdClassName
{
border-color: #8785E0;
}
.TagClassName
{
border-color: #8785E0;
}
</style>