Shades of Portage #8F8FED
Tints of Portage #8F8FED
RGB
CMYK
RGB Variations
Color information
#8F8FED (or 0x8F8FED) is known color: Portage. HEX triplet: 8F, 8F and ED. RGB value is (143,143,237). Sum of RGB (Red+Green+Blue) = 143+143+237=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F8FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8FED is #707012. Grayscale: #999999. Windows color (decimal): -7368723 or 15568783. OLE color: 15568783.
HSL color Cylindrical-coordinate representation of color #8F8FED: hue angle of 240º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F8FED is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 143 | 237 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.07 |
| HSL | 240º | 0.72% | 0.75% | - |
| HSV(B) | 240º | 0.4% | 0.93% | - |
| XYZ | 36.44 | 31.6 | 84.3 | - |
| YUV | 153.72 | 175 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 143 | 237 | 0.40 | 0.40 | 0 | 0.07 | 240 | 0.72 | 0.75 |
| Hex | 8F | 8F | ED | 28 | 28 | 0 | 7 | F0 | 48 | 4B |
| Octal | 217 | 217 | 355 | 50 | 50 | 0 | 7 | 360 | 110 | 113 |
| Binary | 10001111 | 10001111 | 11101101 | 101000 | 101000 | 0 | 111 | 11110000 | 1001000 | 1001011 |
Color Harmonies of #8F8FED
Complementary color
Monochromatic Colors of #8F8FED
Black with #8F8FED
Text Example
Text Example
White with #8F8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8FED; }
p { color: rgb(143,143,237); }
H1.HeaderClassName
{
color: #8F8FED;
}
.AnyTagClassName
{
color: #8F8FED;
}
</style>
background-color css
<style>
a { background-color: #8F8FED; }
a { background-color: rgb(143,143,237); }
div.DivClassName
{
background-color: #8F8FED;
}
.BgClassName
{
background-color: #8F8FED;
}
</style>
border-color css
<style>
span { border-color: #8F8FED; }
span { border-color: rgb(143,143,237); }
td.TdClassName
{
border-color: #8F8FED;
}
.TagClassName
{
border-color: #8F8FED;
}
</style>