Shades of Portage #8F8EDF
Tints of Portage #8F8EDF
RGB
CMYK
RGB Variations
Color information
#8F8EDF (or 0x8F8EDF) is known color: Portage. HEX triplet: 8F, 8E and DF. RGB value is (143,142,223). Sum of RGB (Red+Green+Blue) = 143+142+223=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F8EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8EDF is #707120. Grayscale: #979797. Windows color (decimal): -7368993 or 14651023. OLE color: 14651023.
HSL color Cylindrical-coordinate representation of color #8F8EDF: hue angle of 240.74º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F8EDF is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 142 | 223 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.13 |
| HSL | 240.74º | 0.56% | 0.72% | - |
| HSV(B) | 240.74º | 0.36% | 0.87% | - |
| XYZ | 34.32 | 30.51 | 73.89 | - |
| YUV | 151.53 | 168.33 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 142 | 223 | 0.36 | 0.36 | 0 | 0.13 | 240.74 | 0.56 | 0.72 |
| Hex | 8F | 8E | DF | 24 | 24 | 0 | D | F1 | 38 | 48 |
| Octal | 217 | 216 | 337 | 44 | 44 | 0 | 15 | 361 | 70 | 110 |
| Binary | 10001111 | 10001110 | 11011111 | 100100 | 100100 | 0 | 1101 | 11110001 | 111000 | 1001000 |
Color Harmonies of #8F8EDF
Complementary color
Monochromatic Colors of #8F8EDF
Black with #8F8EDF
Text Example
Text Example
White with #8F8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8EDF; }
p { color: rgb(143,142,223); }
H1.HeaderClassName
{
color: #8F8EDF;
}
.AnyTagClassName
{
color: #8F8EDF;
}
</style>
background-color css
<style>
a { background-color: #8F8EDF; }
a { background-color: rgb(143,142,223); }
div.DivClassName
{
background-color: #8F8EDF;
}
.BgClassName
{
background-color: #8F8EDF;
}
</style>
border-color css
<style>
span { border-color: #8F8EDF; }
span { border-color: rgb(143,142,223); }
td.TdClassName
{
border-color: #8F8EDF;
}
.TagClassName
{
border-color: #8F8EDF;
}
</style>