Shades of Portage #8F8EE0
Tints of Portage #8F8EE0
RGB
CMYK
RGB Variations
Color information
#8F8EE0 (or 0x8F8EE0) is known color: Portage. HEX triplet: 8F, 8E and E0. RGB value is (143,142,224). Sum of RGB (Red+Green+Blue) = 143+142+224=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F8EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8EE0 is #70711F. Grayscale: #979797. Windows color (decimal): -7368992 or 14716559. OLE color: 14716559.
HSL color Cylindrical-coordinate representation of color #8F8EE0: hue angle of 240.73º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F8EE0 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 142 | 224 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.12 |
| HSL | 240.73º | 0.57% | 0.72% | - |
| HSV(B) | 240.73º | 0.37% | 0.88% | - |
| XYZ | 34.46 | 30.57 | 74.61 | - |
| YUV | 151.65 | 168.83 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 142 | 224 | 0.36 | 0.37 | 0 | 0.12 | 240.73 | 0.57 | 0.72 |
| Hex | 8F | 8E | E0 | 24 | 25 | 0 | C | F1 | 39 | 48 |
| Octal | 217 | 216 | 340 | 44 | 45 | 0 | 14 | 361 | 71 | 110 |
| Binary | 10001111 | 10001110 | 11100000 | 100100 | 100101 | 0 | 1100 | 11110001 | 111001 | 1001000 |
Color Harmonies of #8F8EE0
Complementary color
Monochromatic Colors of #8F8EE0
Black with #8F8EE0
Text Example
Text Example
White with #8F8EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8EE0; }
p { color: rgb(143,142,224); }
H1.HeaderClassName
{
color: #8F8EE0;
}
.AnyTagClassName
{
color: #8F8EE0;
}
</style>
background-color css
<style>
a { background-color: #8F8EE0; }
a { background-color: rgb(143,142,224); }
div.DivClassName
{
background-color: #8F8EE0;
}
.BgClassName
{
background-color: #8F8EE0;
}
</style>
border-color css
<style>
span { border-color: #8F8EE0; }
span { border-color: rgb(143,142,224); }
td.TdClassName
{
border-color: #8F8EE0;
}
.TagClassName
{
border-color: #8F8EE0;
}
</style>