Shades of Portage #8F96FB
Tints of Portage #8F96FB
RGB
CMYK
RGB Variations
Color information
#8F96FB (or 0x8F96FB) is known color: Portage. HEX triplet: 8F, 96 and FB. RGB value is (143,150,251). Sum of RGB (Red+Green+Blue) = 143+150+251=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F96FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F96FB is #706904. Grayscale: #9F9F9F. Windows color (decimal): -7366917 or 16488079. OLE color: 16488079.
HSL color Cylindrical-coordinate representation of color #8F96FB: hue angle of 236.11º degrees, saturation: 0.93, 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 #8F96FB is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 150 | 251 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.02 |
| HSL | 236.11º | 0.93% | 0.77% | - |
| HSV(B) | 236.11º | 0.43% | 0.98% | - |
| XYZ | 39.65 | 34.62 | 95.86 | - |
| YUV | 159.42 | 179.68 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 251 | 0.43 | 0.40 | 0 | 0.02 | 236.11 | 0.93 | 0.77 |
| Hex | 8F | 96 | FB | 2B | 28 | 0 | 2 | EC | 5D | 4D |
| Octal | 217 | 226 | 373 | 53 | 50 | 0 | 2 | 354 | 135 | 115 |
| Binary | 10001111 | 10010110 | 11111011 | 101011 | 101000 | 0 | 10 | 11101100 | 1011101 | 1001101 |
Color Harmonies of #8F96FB
Complementary color
Monochromatic Colors of #8F96FB
Black with #8F96FB
Text Example
Text Example
White with #8F96FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96FB; }
p { color: rgb(143,150,251); }
H1.HeaderClassName
{
color: #8F96FB;
}
.AnyTagClassName
{
color: #8F96FB;
}
</style>
background-color css
<style>
a { background-color: #8F96FB; }
a { background-color: rgb(143,150,251); }
div.DivClassName
{
background-color: #8F96FB;
}
.BgClassName
{
background-color: #8F96FB;
}
</style>
border-color css
<style>
span { border-color: #8F96FB; }
span { border-color: rgb(143,150,251); }
td.TdClassName
{
border-color: #8F96FB;
}
.TagClassName
{
border-color: #8F96FB;
}
</style>