Shades of Portage #8D8CEA
Tints of Portage #8D8CEA
RGB
CMYK
RGB Variations
Color information
#8D8CEA (or 0x8D8CEA) is known color: Portage. HEX triplet: 8D, 8C and EA. RGB value is (141,140,234). Sum of RGB (Red+Green+Blue) = 141+140+234=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D8CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8CEA is #727315. Grayscale: #969696. Windows color (decimal): -7500566 or 15371405. OLE color: 15371405.
HSL color Cylindrical-coordinate representation of color #8D8CEA: hue angle of 240.64º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D8CEA is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 140 | 234 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.08 |
| HSL | 240.64º | 0.69% | 0.73% | - |
| HSV(B) | 240.64º | 0.4% | 0.92% | - |
| XYZ | 35.21 | 30.36 | 81.85 | - |
| YUV | 151.02 | 174.83 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 140 | 234 | 0.40 | 0.40 | 0 | 0.08 | 240.64 | 0.69 | 0.73 |
| Hex | 8D | 8C | EA | 28 | 28 | 0 | 8 | F1 | 45 | 49 |
| Octal | 215 | 214 | 352 | 50 | 50 | 0 | 10 | 361 | 105 | 111 |
| Binary | 10001101 | 10001100 | 11101010 | 101000 | 101000 | 0 | 1000 | 11110001 | 1000101 | 1001001 |
Color Harmonies of #8D8CEA
Complementary color
Monochromatic Colors of #8D8CEA
Black with #8D8CEA
Text Example
Text Example
White with #8D8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8CEA; }
p { color: rgb(141,140,234); }
H1.HeaderClassName
{
color: #8D8CEA;
}
.AnyTagClassName
{
color: #8D8CEA;
}
</style>
background-color css
<style>
a { background-color: #8D8CEA; }
a { background-color: rgb(141,140,234); }
div.DivClassName
{
background-color: #8D8CEA;
}
.BgClassName
{
background-color: #8D8CEA;
}
</style>
border-color css
<style>
span { border-color: #8D8CEA; }
span { border-color: rgb(141,140,234); }
td.TdClassName
{
border-color: #8D8CEA;
}
.TagClassName
{
border-color: #8D8CEA;
}
</style>