Shades of Portage #8F9EFA
Tints of Portage #8F9EFA
RGB
CMYK
RGB Variations
Color information
#8F9EFA (or 0x8F9EFA) is known color: Portage. HEX triplet: 8F, 9E and FA. RGB value is (143,158,250). Sum of RGB (Red+Green+Blue) = 143+158+250=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F9EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9EFA is #706105. Grayscale: #A3A3A3. Windows color (decimal): -7364870 or 16424591. OLE color: 16424591.
HSL color Cylindrical-coordinate representation of color #8F9EFA: hue angle of 231.59º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F9EFA is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 158 | 250 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.02 |
| HSL | 231.59º | 0.91% | 0.77% | - |
| HSV(B) | 231.59º | 0.43% | 0.98% | - |
| XYZ | 40.81 | 37.2 | 95.47 | - |
| YUV | 164 | 176.53 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 250 | 0.43 | 0.37 | 0 | 0.02 | 231.59 | 0.91 | 0.77 |
| Hex | 8F | 9E | FA | 2B | 25 | 0 | 2 | E8 | 5B | 4D |
| Octal | 217 | 236 | 372 | 53 | 45 | 0 | 2 | 350 | 133 | 115 |
| Binary | 10001111 | 10011110 | 11111010 | 101011 | 100101 | 0 | 10 | 11101000 | 1011011 | 1001101 |
Color Harmonies of #8F9EFA
Complementary color
Monochromatic Colors of #8F9EFA
Black with #8F9EFA
Text Example
Text Example
White with #8F9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9EFA; }
p { color: rgb(143,158,250); }
H1.HeaderClassName
{
color: #8F9EFA;
}
.AnyTagClassName
{
color: #8F9EFA;
}
</style>
background-color css
<style>
a { background-color: #8F9EFA; }
a { background-color: rgb(143,158,250); }
div.DivClassName
{
background-color: #8F9EFA;
}
.BgClassName
{
background-color: #8F9EFA;
}
</style>
border-color css
<style>
span { border-color: #8F9EFA; }
span { border-color: rgb(143,158,250); }
td.TdClassName
{
border-color: #8F9EFA;
}
.TagClassName
{
border-color: #8F9EFA;
}
</style>