Shades of Portage #8F8BDC
Tints of Portage #8F8BDC
RGB
CMYK
RGB Variations
Color information
#8F8BDC (or 0x8F8BDC) is known color: Portage. HEX triplet: 8F, 8B and DC. RGB value is (143,139,220). Sum of RGB (Red+Green+Blue) = 143+139+220=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F8BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8BDC is #707423. Grayscale: #959595. Windows color (decimal): -7369764 or 14453647. OLE color: 14453647.
HSL color Cylindrical-coordinate representation of color #8F8BDC: hue angle of 242.96º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F8BDC is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 139 | 220 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.14 |
| HSL | 242.96º | 0.54% | 0.7% | - |
| HSV(B) | 242.96º | 0.37% | 0.86% | - |
| XYZ | 33.48 | 29.47 | 71.63 | - |
| YUV | 149.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 139 | 220 | 0.35 | 0.37 | 0 | 0.14 | 242.96 | 0.54 | 0.7 |
| Hex | 8F | 8B | DC | 23 | 25 | 0 | E | F3 | 36 | 46 |
| Octal | 217 | 213 | 334 | 43 | 45 | 0 | 16 | 363 | 66 | 106 |
| Binary | 10001111 | 10001011 | 11011100 | 100011 | 100101 | 0 | 1110 | 11110011 | 110110 | 1000110 |
Color Harmonies of #8F8BDC
Complementary color
Monochromatic Colors of #8F8BDC
Black with #8F8BDC
Text Example
Text Example
White with #8F8BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8BDC; }
p { color: rgb(143,139,220); }
H1.HeaderClassName
{
color: #8F8BDC;
}
.AnyTagClassName
{
color: #8F8BDC;
}
</style>
background-color css
<style>
a { background-color: #8F8BDC; }
a { background-color: rgb(143,139,220); }
div.DivClassName
{
background-color: #8F8BDC;
}
.BgClassName
{
background-color: #8F8BDC;
}
</style>
border-color css
<style>
span { border-color: #8F8BDC; }
span { border-color: rgb(143,139,220); }
td.TdClassName
{
border-color: #8F8BDC;
}
.TagClassName
{
border-color: #8F8BDC;
}
</style>