Shades of Portage #8D8CEC
Tints of Portage #8D8CEC
RGB
CMYK
RGB Variations
Color information
#8D8CEC (or 0x8D8CEC) is known color: Portage. HEX triplet: 8D, 8C and EC. RGB value is (141,140,236). Sum of RGB (Red+Green+Blue) = 141+140+236=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D8CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8CEC is #727313. Grayscale: #969696. Windows color (decimal): -7500564 or 15502477. OLE color: 15502477.
HSL color Cylindrical-coordinate representation of color #8D8CEC: hue angle of 240.62º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D8CEC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 140 | 236 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.07 |
| HSL | 240.63º | 0.72% | 0.74% | - |
| HSV(B) | 240.63º | 0.41% | 0.93% | - |
| XYZ | 35.5 | 30.48 | 83.37 | - |
| YUV | 151.24 | 175.83 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 140 | 236 | 0.40 | 0.41 | 0 | 0.07 | 240.63 | 0.72 | 0.74 |
| Hex | 8D | 8C | EC | 28 | 29 | 0 | 7 | F1 | 48 | 4A |
| Octal | 215 | 214 | 354 | 50 | 51 | 0 | 7 | 361 | 110 | 112 |
| Binary | 10001101 | 10001100 | 11101100 | 101000 | 101001 | 0 | 111 | 11110001 | 1001000 | 1001010 |
Color Harmonies of #8D8CEC
Complementary color
Monochromatic Colors of #8D8CEC
Black with #8D8CEC
Text Example
Text Example
White with #8D8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8CEC; }
p { color: rgb(141,140,236); }
H1.HeaderClassName
{
color: #8D8CEC;
}
.AnyTagClassName
{
color: #8D8CEC;
}
</style>
background-color css
<style>
a { background-color: #8D8CEC; }
a { background-color: rgb(141,140,236); }
div.DivClassName
{
background-color: #8D8CEC;
}
.BgClassName
{
background-color: #8D8CEC;
}
</style>
border-color css
<style>
span { border-color: #8D8CEC; }
span { border-color: rgb(141,140,236); }
td.TdClassName
{
border-color: #8D8CEC;
}
.TagClassName
{
border-color: #8D8CEC;
}
</style>