Shades of Portage #8D8AE6
Tints of Portage #8D8AE6
RGB
CMYK
RGB Variations
Color information
#8D8AE6 (or 0x8D8AE6) is known color: Portage. HEX triplet: 8D, 8A and E6. RGB value is (141,138,230). Sum of RGB (Red+Green+Blue) = 141+138+230=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #8D8AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8AE6 is #727519. Grayscale: #959595. Windows color (decimal): -7501082 or 15108749. OLE color: 15108749.
HSL color Cylindrical-coordinate representation of color #8D8AE6: hue angle of 241.96º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D8AE6 is Cyan = 0.39, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 138 | 230 | - |
| CMYK | 0.39 | 0.4 | 0 | 0.10 |
| HSL | 241.96º | 0.65% | 0.72% | - |
| HSV(B) | 241.96º | 0.4% | 0.9% | - |
| XYZ | 34.36 | 29.55 | 78.76 | - |
| YUV | 149.39 | 173.49 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 138 | 230 | 0.39 | 0.4 | 0 | 0.10 | 241.96 | 0.65 | 0.72 |
| Hex | 8D | 8A | E6 | 27 | 28 | 0 | A | F2 | 41 | 48 |
| Octal | 215 | 212 | 346 | 47 | 50 | 0 | 12 | 362 | 101 | 110 |
| Binary | 10001101 | 10001010 | 11100110 | 100111 | 101000 | 0 | 1010 | 11110010 | 1000001 | 1001000 |
Color Harmonies of #8D8AE6
Complementary color
Monochromatic Colors of #8D8AE6
Black with #8D8AE6
Text Example
Text Example
White with #8D8AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8AE6; }
p { color: rgb(141,138,230); }
H1.HeaderClassName
{
color: #8D8AE6;
}
.AnyTagClassName
{
color: #8D8AE6;
}
</style>
background-color css
<style>
a { background-color: #8D8AE6; }
a { background-color: rgb(141,138,230); }
div.DivClassName
{
background-color: #8D8AE6;
}
.BgClassName
{
background-color: #8D8AE6;
}
</style>
border-color css
<style>
span { border-color: #8D8AE6; }
span { border-color: rgb(141,138,230); }
td.TdClassName
{
border-color: #8D8AE6;
}
.TagClassName
{
border-color: #8D8AE6;
}
</style>