Shades of Portage #8F8FEF
Tints of Portage #8F8FEF
RGB
CMYK
RGB Variations
Color information
#8F8FEF (or 0x8F8FEF) is known color: Portage. HEX triplet: 8F, 8F and EF. RGB value is (143,143,239). Sum of RGB (Red+Green+Blue) = 143+143+239=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F8FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8FEF is #707010. Grayscale: #999999. Windows color (decimal): -7368721 or 15699855. OLE color: 15699855.
HSL color Cylindrical-coordinate representation of color #8F8FEF: hue angle of 240º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F8FEF is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 143 | 239 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.06 |
| HSL | 240º | 0.75% | 0.75% | - |
| HSV(B) | 240º | 0.4% | 0.94% | - |
| XYZ | 36.73 | 31.72 | 85.85 | - |
| YUV | 153.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 143 | 239 | 0.40 | 0.40 | 0 | 0.06 | 240 | 0.75 | 0.75 |
| Hex | 8F | 8F | EF | 28 | 28 | 0 | 6 | F0 | 4B | 4B |
| Octal | 217 | 217 | 357 | 50 | 50 | 0 | 6 | 360 | 113 | 113 |
| Binary | 10001111 | 10001111 | 11101111 | 101000 | 101000 | 0 | 110 | 11110000 | 1001011 | 1001011 |
Color Harmonies of #8F8FEF
Complementary color
Monochromatic Colors of #8F8FEF
Black with #8F8FEF
Text Example
Text Example
White with #8F8FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8FEF; }
p { color: rgb(143,143,239); }
H1.HeaderClassName
{
color: #8F8FEF;
}
.AnyTagClassName
{
color: #8F8FEF;
}
</style>
background-color css
<style>
a { background-color: #8F8FEF; }
a { background-color: rgb(143,143,239); }
div.DivClassName
{
background-color: #8F8FEF;
}
.BgClassName
{
background-color: #8F8FEF;
}
</style>
border-color css
<style>
span { border-color: #8F8FEF; }
span { border-color: rgb(143,143,239); }
td.TdClassName
{
border-color: #8F8FEF;
}
.TagClassName
{
border-color: #8F8FEF;
}
</style>