Shades of Portage #8B84E4
Tints of Portage #8B84E4
RGB
CMYK
RGB Variations
Color information
#8B84E4 (or 0x8B84E4) is known color: Portage. HEX triplet: 8B, 84 and E4. RGB value is (139,132,228). Sum of RGB (Red+Green+Blue) = 139+132+228=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #8B84E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B84E4 is #747B1B. Grayscale: #909090. Windows color (decimal): -7633692 or 14976139. OLE color: 14976139.
HSL color Cylindrical-coordinate representation of color #8B84E4: hue angle of 244.37º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B84E4 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 132 | 228 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.11 |
| HSL | 244.38º | 0.64% | 0.71% | - |
| HSV(B) | 244.38º | 0.42% | 0.89% | - |
| XYZ | 32.9 | 27.59 | 76.99 | - |
| YUV | 145.04 | 174.82 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 228 | 0.39 | 0.42 | 0 | 0.11 | 244.38 | 0.64 | 0.71 |
| Hex | 8B | 84 | E4 | 27 | 2A | 0 | B | F4 | 40 | 47 |
| Octal | 213 | 204 | 344 | 47 | 52 | 0 | 13 | 364 | 100 | 107 |
| Binary | 10001011 | 10000100 | 11100100 | 100111 | 101010 | 0 | 1011 | 11110100 | 1000000 | 1000111 |
Color Harmonies of #8B84E4
Complementary color
Monochromatic Colors of #8B84E4
Black with #8B84E4
Text Example
Text Example
White with #8B84E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B84E4; }
p { color: rgb(139,132,228); }
H1.HeaderClassName
{
color: #8B84E4;
}
.AnyTagClassName
{
color: #8B84E4;
}
</style>
background-color css
<style>
a { background-color: #8B84E4; }
a { background-color: rgb(139,132,228); }
div.DivClassName
{
background-color: #8B84E4;
}
.BgClassName
{
background-color: #8B84E4;
}
</style>
border-color css
<style>
span { border-color: #8B84E4; }
span { border-color: rgb(139,132,228); }
td.TdClassName
{
border-color: #8B84E4;
}
.TagClassName
{
border-color: #8B84E4;
}
</style>