Shades of Portage #8C8DEC
Tints of Portage #8C8DEC
RGB
CMYK
RGB Variations
Color information
#8C8DEC (or 0x8C8DEC) is known color: Portage. HEX triplet: 8C, 8D and EC. RGB value is (140,141,236). Sum of RGB (Red+Green+Blue) = 140+141+236=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 141 (55.47% from 255 or 27.27% 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 #8C8DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8DEC is #737213. Grayscale: #979797. Windows color (decimal): -7565844 or 15502732. OLE color: 15502732.
HSL color Cylindrical-coordinate representation of color #8C8DEC: hue angle of 239.38º 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 #8C8DEC is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 141 | 236 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.07 |
| HSL | 239.38º | 0.72% | 0.74% | - |
| HSV(B) | 239.38º | 0.41% | 0.93% | - |
| XYZ | 35.48 | 30.68 | 83.41 | - |
| YUV | 151.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 236 | 0.41 | 0.40 | 0 | 0.07 | 239.38 | 0.72 | 0.74 |
| Hex | 8C | 8D | EC | 29 | 28 | 0 | 7 | EF | 48 | 4A |
| Octal | 214 | 215 | 354 | 51 | 50 | 0 | 7 | 357 | 110 | 112 |
| Binary | 10001100 | 10001101 | 11101100 | 101001 | 101000 | 0 | 111 | 11101111 | 1001000 | 1001010 |
Color Harmonies of #8C8DEC
Complementary color
Monochromatic Colors of #8C8DEC
Black with #8C8DEC
Text Example
Text Example
White with #8C8DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8DEC; }
p { color: rgb(140,141,236); }
H1.HeaderClassName
{
color: #8C8DEC;
}
.AnyTagClassName
{
color: #8C8DEC;
}
</style>
background-color css
<style>
a { background-color: #8C8DEC; }
a { background-color: rgb(140,141,236); }
div.DivClassName
{
background-color: #8C8DEC;
}
.BgClassName
{
background-color: #8C8DEC;
}
</style>
border-color css
<style>
span { border-color: #8C8DEC; }
span { border-color: rgb(140,141,236); }
td.TdClassName
{
border-color: #8C8DEC;
}
.TagClassName
{
border-color: #8C8DEC;
}
</style>