Shades of Portage #8F8DEC
Tints of Portage #8F8DEC
RGB
CMYK
RGB Variations
Color information
#8F8DEC (or 0x8F8DEC) is known color: Portage. HEX triplet: 8F, 8D and EC. RGB value is (143,141,236). Sum of RGB (Red+Green+Blue) = 143+141+236=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F8DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8DEC is #707213. Grayscale: #989898. Windows color (decimal): -7369236 or 15502735. OLE color: 15502735.
HSL color Cylindrical-coordinate representation of color #8F8DEC: hue angle of 241.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F8DEC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 141 | 236 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.07 |
| HSL | 241.26º | 0.71% | 0.74% | - |
| HSV(B) | 241.26º | 0.4% | 0.93% | - |
| XYZ | 35.99 | 30.95 | 83.43 | - |
| YUV | 152.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 236 | 0.39 | 0.40 | 0 | 0.07 | 241.26 | 0.71 | 0.74 |
| Hex | 8F | 8D | EC | 27 | 28 | 0 | 7 | F1 | 47 | 4A |
| Octal | 217 | 215 | 354 | 47 | 50 | 0 | 7 | 361 | 107 | 112 |
| Binary | 10001111 | 10001101 | 11101100 | 100111 | 101000 | 0 | 111 | 11110001 | 1000111 | 1001010 |
Color Harmonies of #8F8DEC
Complementary color
Monochromatic Colors of #8F8DEC
Black with #8F8DEC
Text Example
Text Example
White with #8F8DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8DEC; }
p { color: rgb(143,141,236); }
H1.HeaderClassName
{
color: #8F8DEC;
}
.AnyTagClassName
{
color: #8F8DEC;
}
</style>
background-color css
<style>
a { background-color: #8F8DEC; }
a { background-color: rgb(143,141,236); }
div.DivClassName
{
background-color: #8F8DEC;
}
.BgClassName
{
background-color: #8F8DEC;
}
</style>
border-color css
<style>
span { border-color: #8F8DEC; }
span { border-color: rgb(143,141,236); }
td.TdClassName
{
border-color: #8F8DEC;
}
.TagClassName
{
border-color: #8F8DEC;
}
</style>