Shades of Portage #8F8AEF
Tints of Portage #8F8AEF
RGB
CMYK
RGB Variations
Color information
#8F8AEF (or 0x8F8AEF) is known color: Portage. HEX triplet: 8F, 8A and EF. RGB value is (143,138,239). Sum of RGB (Red+Green+Blue) = 143+138+239=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F8AEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8AEF is #707510. Grayscale: #969696. Windows color (decimal): -7370001 or 15698575. OLE color: 15698575.
HSL color Cylindrical-coordinate representation of color #8F8AEF: hue angle of 242.97º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F8AEF is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 138 | 239 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.06 |
| HSL | 242.97º | 0.76% | 0.74% | - |
| HSV(B) | 242.97º | 0.42% | 0.94% | - |
| XYZ | 36 | 30.25 | 85.6 | - |
| YUV | 151.01 | 177.66 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 239 | 0.40 | 0.42 | 0 | 0.06 | 242.97 | 0.76 | 0.74 |
| Hex | 8F | 8A | EF | 28 | 2A | 0 | 6 | F3 | 4C | 4A |
| Octal | 217 | 212 | 357 | 50 | 52 | 0 | 6 | 363 | 114 | 112 |
| Binary | 10001111 | 10001010 | 11101111 | 101000 | 101010 | 0 | 110 | 11110011 | 1001100 | 1001010 |
Color Harmonies of #8F8AEF
Complementary color
Monochromatic Colors of #8F8AEF
Black with #8F8AEF
Text Example
Text Example
White with #8F8AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8AEF; }
p { color: rgb(143,138,239); }
H1.HeaderClassName
{
color: #8F8AEF;
}
.AnyTagClassName
{
color: #8F8AEF;
}
</style>
background-color css
<style>
a { background-color: #8F8AEF; }
a { background-color: rgb(143,138,239); }
div.DivClassName
{
background-color: #8F8AEF;
}
.BgClassName
{
background-color: #8F8AEF;
}
</style>
border-color css
<style>
span { border-color: #8F8AEF; }
span { border-color: rgb(143,138,239); }
td.TdClassName
{
border-color: #8F8AEF;
}
.TagClassName
{
border-color: #8F8AEF;
}
</style>