Shades of Portage #8F96FE
Tints of Portage #8F96FE
RGB
CMYK
RGB Variations
Color information
#8F96FE (or 0x8F96FE) is known color: Portage. HEX triplet: 8F, 96 and FE. RGB value is (143,150,254). Sum of RGB (Red+Green+Blue) = 143+150+254=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F96FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F96FE is #706901. Grayscale: #9F9F9F. Windows color (decimal): -7366914 or 16684687. OLE color: 16684687.
HSL color Cylindrical-coordinate representation of color #8F96FE: hue angle of 236.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F96FE is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 150 | 254 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.00 |
| HSL | 236.22º | 0.98% | 0.78% | - |
| HSV(B) | 236.22º | 0.44% | 1% | - |
| XYZ | 40.12 | 34.81 | 98.37 | - |
| YUV | 159.76 | 181.18 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 254 | 0.44 | 0.41 | 0 | 0.00 | 236.22 | 0.98 | 0.78 |
| Hex | 8F | 96 | FE | 2C | 29 | 0 | 0 | EC | 62 | 4E |
| Octal | 217 | 226 | 376 | 54 | 51 | 0 | 0 | 354 | 142 | 116 |
| Binary | 10001111 | 10010110 | 11111110 | 101100 | 101001 | 0 | 0 | 11101100 | 1100010 | 1001110 |
Color Harmonies of #8F96FE
Complementary color
Monochromatic Colors of #8F96FE
Black with #8F96FE
Text Example
Text Example
White with #8F96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96FE; }
p { color: rgb(143,150,254); }
H1.HeaderClassName
{
color: #8F96FE;
}
.AnyTagClassName
{
color: #8F96FE;
}
</style>
background-color css
<style>
a { background-color: #8F96FE; }
a { background-color: rgb(143,150,254); }
div.DivClassName
{
background-color: #8F96FE;
}
.BgClassName
{
background-color: #8F96FE;
}
</style>
border-color css
<style>
span { border-color: #8F96FE; }
span { border-color: rgb(143,150,254); }
td.TdClassName
{
border-color: #8F96FE;
}
.TagClassName
{
border-color: #8F96FE;
}
</style>