Shades of Portage #8D8AE8
Tints of Portage #8D8AE8
RGB
CMYK
RGB Variations
Color information
#8D8AE8 (or 0x8D8AE8) is known color: Portage. HEX triplet: 8D, 8A and E8. RGB value is (141,138,232). Sum of RGB (Red+Green+Blue) = 141+138+232=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #8D8AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8AE8 is #727517. Grayscale: #959595. Windows color (decimal): -7501080 or 15239821. OLE color: 15239821.
HSL color Cylindrical-coordinate representation of color #8D8AE8: hue angle of 241.91º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D8AE8 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 138 | 232 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.09 |
| HSL | 241.91º | 0.67% | 0.73% | - |
| HSV(B) | 241.91º | 0.41% | 0.91% | - |
| XYZ | 34.64 | 29.67 | 80.24 | - |
| YUV | 149.61 | 174.49 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 138 | 232 | 0.39 | 0.41 | 0 | 0.09 | 241.91 | 0.67 | 0.73 |
| Hex | 8D | 8A | E8 | 27 | 29 | 0 | 9 | F2 | 43 | 49 |
| Octal | 215 | 212 | 350 | 47 | 51 | 0 | 11 | 362 | 103 | 111 |
| Binary | 10001101 | 10001010 | 11101000 | 100111 | 101001 | 0 | 1001 | 11110010 | 1000011 | 1001001 |
Color Harmonies of #8D8AE8
Complementary color
Monochromatic Colors of #8D8AE8
Black with #8D8AE8
Text Example
Text Example
White with #8D8AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8AE8; }
p { color: rgb(141,138,232); }
H1.HeaderClassName
{
color: #8D8AE8;
}
.AnyTagClassName
{
color: #8D8AE8;
}
</style>
background-color css
<style>
a { background-color: #8D8AE8; }
a { background-color: rgb(141,138,232); }
div.DivClassName
{
background-color: #8D8AE8;
}
.BgClassName
{
background-color: #8D8AE8;
}
</style>
border-color css
<style>
span { border-color: #8D8AE8; }
span { border-color: rgb(141,138,232); }
td.TdClassName
{
border-color: #8D8AE8;
}
.TagClassName
{
border-color: #8D8AE8;
}
</style>