Shades of Portage #8D8CE5
Tints of Portage #8D8CE5
RGB
CMYK
RGB Variations
Color information
#8D8CE5 (or 0x8D8CE5) is known color: Portage. HEX triplet: 8D, 8C and E5. RGB value is (141,140,229). Sum of RGB (Red+Green+Blue) = 141+140+229=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #8D8CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8CE5 is #72731A. Grayscale: #969696. Windows color (decimal): -7500571 or 15043725. OLE color: 15043725.
HSL color Cylindrical-coordinate representation of color #8D8CE5: hue angle of 240.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D8CE5 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 140 | 229 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.10 |
| HSL | 240.67º | 0.63% | 0.72% | - |
| HSV(B) | 240.67º | 0.39% | 0.9% | - |
| XYZ | 34.51 | 30.08 | 78.12 | - |
| YUV | 150.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 140 | 229 | 0.38 | 0.39 | 0 | 0.10 | 240.67 | 0.63 | 0.72 |
| Hex | 8D | 8C | E5 | 26 | 27 | 0 | A | F1 | 3F | 48 |
| Octal | 215 | 214 | 345 | 46 | 47 | 0 | 12 | 361 | 77 | 110 |
| Binary | 10001101 | 10001100 | 11100101 | 100110 | 100111 | 0 | 1010 | 11110001 | 111111 | 1001000 |
Color Harmonies of #8D8CE5
Complementary color
Monochromatic Colors of #8D8CE5
Black with #8D8CE5
Text Example
Text Example
White with #8D8CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8CE5; }
p { color: rgb(141,140,229); }
H1.HeaderClassName
{
color: #8D8CE5;
}
.AnyTagClassName
{
color: #8D8CE5;
}
</style>
background-color css
<style>
a { background-color: #8D8CE5; }
a { background-color: rgb(141,140,229); }
div.DivClassName
{
background-color: #8D8CE5;
}
.BgClassName
{
background-color: #8D8CE5;
}
</style>
border-color css
<style>
span { border-color: #8D8CE5; }
span { border-color: rgb(141,140,229); }
td.TdClassName
{
border-color: #8D8CE5;
}
.TagClassName
{
border-color: #8D8CE5;
}
</style>