Shades of Portage #8D8BEA
Tints of Portage #8D8BEA
RGB
CMYK
RGB Variations
Color information
#8D8BEA (or 0x8D8BEA) is known color: Portage. HEX triplet: 8D, 8B and EA. RGB value is (141,139,234). Sum of RGB (Red+Green+Blue) = 141+139+234=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D8BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8BEA is #727415. Grayscale: #969696. Windows color (decimal): -7500822 or 15371149. OLE color: 15371149.
HSL color Cylindrical-coordinate representation of color #8D8BEA: hue angle of 241.26º degrees, saturation: 0.69, 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 #8D8BEA is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 139 | 234 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.08 |
| HSL | 241.26º | 0.69% | 0.73% | - |
| HSV(B) | 241.26º | 0.41% | 0.92% | - |
| XYZ | 35.07 | 30.07 | 81.8 | - |
| YUV | 150.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 139 | 234 | 0.40 | 0.41 | 0 | 0.08 | 241.26 | 0.69 | 0.73 |
| Hex | 8D | 8B | EA | 28 | 29 | 0 | 8 | F1 | 45 | 49 |
| Octal | 215 | 213 | 352 | 50 | 51 | 0 | 10 | 361 | 105 | 111 |
| Binary | 10001101 | 10001011 | 11101010 | 101000 | 101001 | 0 | 1000 | 11110001 | 1000101 | 1001001 |
Color Harmonies of #8D8BEA
Complementary color
Monochromatic Colors of #8D8BEA
Black with #8D8BEA
Text Example
Text Example
White with #8D8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8BEA; }
p { color: rgb(141,139,234); }
H1.HeaderClassName
{
color: #8D8BEA;
}
.AnyTagClassName
{
color: #8D8BEA;
}
</style>
background-color css
<style>
a { background-color: #8D8BEA; }
a { background-color: rgb(141,139,234); }
div.DivClassName
{
background-color: #8D8BEA;
}
.BgClassName
{
background-color: #8D8BEA;
}
</style>
border-color css
<style>
span { border-color: #8D8BEA; }
span { border-color: rgb(141,139,234); }
td.TdClassName
{
border-color: #8D8BEA;
}
.TagClassName
{
border-color: #8D8BEA;
}
</style>