Shades of Portage #8F8EDC
Tints of Portage #8F8EDC
RGB
CMYK
RGB Variations
Color information
#8F8EDC (or 0x8F8EDC) is known color: Portage. HEX triplet: 8F, 8E and DC. RGB value is (143,142,220). Sum of RGB (Red+Green+Blue) = 143+142+220=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F8EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8EDC is #707123. Grayscale: #969696. Windows color (decimal): -7368996 or 14454415. OLE color: 14454415.
HSL color Cylindrical-coordinate representation of color #8F8EDC: hue angle of 240.77º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F8EDC is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 142 | 220 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.14 |
| HSL | 240.77º | 0.53% | 0.71% | - |
| HSV(B) | 240.77º | 0.35% | 0.86% | - |
| XYZ | 33.92 | 30.35 | 71.78 | - |
| YUV | 151.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 142 | 220 | 0.35 | 0.35 | 0 | 0.14 | 240.77 | 0.53 | 0.71 |
| Hex | 8F | 8E | DC | 23 | 23 | 0 | E | F1 | 35 | 47 |
| Octal | 217 | 216 | 334 | 43 | 43 | 0 | 16 | 361 | 65 | 107 |
| Binary | 10001111 | 10001110 | 11011100 | 100011 | 100011 | 0 | 1110 | 11110001 | 110101 | 1000111 |
Color Harmonies of #8F8EDC
Complementary color
Monochromatic Colors of #8F8EDC
Black with #8F8EDC
Text Example
Text Example
White with #8F8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8EDC; }
p { color: rgb(143,142,220); }
H1.HeaderClassName
{
color: #8F8EDC;
}
.AnyTagClassName
{
color: #8F8EDC;
}
</style>
background-color css
<style>
a { background-color: #8F8EDC; }
a { background-color: rgb(143,142,220); }
div.DivClassName
{
background-color: #8F8EDC;
}
.BgClassName
{
background-color: #8F8EDC;
}
</style>
border-color css
<style>
span { border-color: #8F8EDC; }
span { border-color: rgb(143,142,220); }
td.TdClassName
{
border-color: #8F8EDC;
}
.TagClassName
{
border-color: #8F8EDC;
}
</style>