Shades of Portage #8D8AEB
Tints of Portage #8D8AEB
RGB
CMYK
RGB Variations
Color information
#8D8AEB (or 0x8D8AEB) is known color: Portage. HEX triplet: 8D, 8A and EB. RGB value is (141,138,235). Sum of RGB (Red+Green+Blue) = 141+138+235=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D8AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8AEB is #727514. Grayscale: #959595. Windows color (decimal): -7501077 or 15436429. OLE color: 15436429.
HSL color Cylindrical-coordinate representation of color #8D8AEB: hue angle of 241.86º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D8AEB is Cyan = 0.4, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 138 | 235 | - |
| CMYK | 0.4 | 0.41 | 0 | 0.08 |
| HSL | 241.86º | 0.71% | 0.73% | - |
| HSV(B) | 241.86º | 0.41% | 0.92% | - |
| XYZ | 35.07 | 29.84 | 82.51 | - |
| YUV | 149.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 138 | 235 | 0.4 | 0.41 | 0 | 0.08 | 241.86 | 0.71 | 0.73 |
| Hex | 8D | 8A | EB | 28 | 29 | 0 | 8 | F2 | 47 | 49 |
| Octal | 215 | 212 | 353 | 50 | 51 | 0 | 10 | 362 | 107 | 111 |
| Binary | 10001101 | 10001010 | 11101011 | 101000 | 101001 | 0 | 1000 | 11110010 | 1000111 | 1001001 |
Color Harmonies of #8D8AEB
Complementary color
Monochromatic Colors of #8D8AEB
Black with #8D8AEB
Text Example
Text Example
White with #8D8AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8AEB; }
p { color: rgb(141,138,235); }
H1.HeaderClassName
{
color: #8D8AEB;
}
.AnyTagClassName
{
color: #8D8AEB;
}
</style>
background-color css
<style>
a { background-color: #8D8AEB; }
a { background-color: rgb(141,138,235); }
div.DivClassName
{
background-color: #8D8AEB;
}
.BgClassName
{
background-color: #8D8AEB;
}
</style>
border-color css
<style>
span { border-color: #8D8AEB; }
span { border-color: rgb(141,138,235); }
td.TdClassName
{
border-color: #8D8AEB;
}
.TagClassName
{
border-color: #8D8AEB;
}
</style>