Shades of Portage #8F96FA
Tints of Portage #8F96FA
RGB
CMYK
RGB Variations
Color information
#8F96FA (or 0x8F96FA) is known color: Portage. HEX triplet: 8F, 96 and FA. RGB value is (143,150,250). Sum of RGB (Red+Green+Blue) = 143+150+250=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F96FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F96FA is #706905. Grayscale: #9E9E9E. Windows color (decimal): -7366918 or 16422543. OLE color: 16422543.
HSL color Cylindrical-coordinate representation of color #8F96FA: hue angle of 236.07º 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 #8F96FA is Cyan = 0.43, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 150 | 250 | - |
| CMYK | 0.43 | 0.4 | 0 | 0.02 |
| HSL | 236.07º | 0.91% | 0.77% | - |
| HSV(B) | 236.07º | 0.43% | 0.98% | - |
| XYZ | 39.49 | 34.55 | 95.03 | - |
| YUV | 159.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 250 | 0.43 | 0.4 | 0 | 0.02 | 236.07 | 0.91 | 0.77 |
| Hex | 8F | 96 | FA | 2B | 28 | 0 | 2 | EC | 5B | 4D |
| Octal | 217 | 226 | 372 | 53 | 50 | 0 | 2 | 354 | 133 | 115 |
| Binary | 10001111 | 10010110 | 11111010 | 101011 | 101000 | 0 | 10 | 11101100 | 1011011 | 1001101 |
Color Harmonies of #8F96FA
Complementary color
Monochromatic Colors of #8F96FA
Black with #8F96FA
Text Example
Text Example
White with #8F96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96FA; }
p { color: rgb(143,150,250); }
H1.HeaderClassName
{
color: #8F96FA;
}
.AnyTagClassName
{
color: #8F96FA;
}
</style>
background-color css
<style>
a { background-color: #8F96FA; }
a { background-color: rgb(143,150,250); }
div.DivClassName
{
background-color: #8F96FA;
}
.BgClassName
{
background-color: #8F96FA;
}
</style>
border-color css
<style>
span { border-color: #8F96FA; }
span { border-color: rgb(143,150,250); }
td.TdClassName
{
border-color: #8F96FA;
}
.TagClassName
{
border-color: #8F96FA;
}
</style>