Shades of Portage #8F91EF
Tints of Portage #8F91EF
RGB
CMYK
RGB Variations
Color information
#8F91EF (or 0x8F91EF) is known color: Portage. HEX triplet: 8F, 91 and EF. RGB value is (143,145,239). Sum of RGB (Red+Green+Blue) = 143+145+239=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F91EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F91EF is #706E10. Grayscale: #9A9A9A. Windows color (decimal): -7368209 or 15700367. OLE color: 15700367.
HSL color Cylindrical-coordinate representation of color #8F91EF: hue angle of 238.75º 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 #8F91EF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 145 | 239 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.06 |
| HSL | 238.75º | 0.75% | 0.75% | - |
| HSV(B) | 238.75º | 0.4% | 0.94% | - |
| XYZ | 37.03 | 32.32 | 85.95 | - |
| YUV | 155.12 | 175.34 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 239 | 0.40 | 0.39 | 0 | 0.06 | 238.75 | 0.75 | 0.75 |
| Hex | 8F | 91 | EF | 28 | 27 | 0 | 6 | EF | 4B | 4B |
| Octal | 217 | 221 | 357 | 50 | 47 | 0 | 6 | 357 | 113 | 113 |
| Binary | 10001111 | 10010001 | 11101111 | 101000 | 100111 | 0 | 110 | 11101111 | 1001011 | 1001011 |
Color Harmonies of #8F91EF
Complementary color
Monochromatic Colors of #8F91EF
Black with #8F91EF
Text Example
Text Example
White with #8F91EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F91EF; }
p { color: rgb(143,145,239); }
H1.HeaderClassName
{
color: #8F91EF;
}
.AnyTagClassName
{
color: #8F91EF;
}
</style>
background-color css
<style>
a { background-color: #8F91EF; }
a { background-color: rgb(143,145,239); }
div.DivClassName
{
background-color: #8F91EF;
}
.BgClassName
{
background-color: #8F91EF;
}
</style>
border-color css
<style>
span { border-color: #8F91EF; }
span { border-color: rgb(143,145,239); }
td.TdClassName
{
border-color: #8F91EF;
}
.TagClassName
{
border-color: #8F91EF;
}
</style>