Shades of Portage #8F96FF
Tints of Portage #8F96FF
RGB
CMYK
RGB Variations
Color information
#8F96FF (or 0x8F96FF) is known color: Portage. HEX triplet: 8F, 96 and FF. RGB value is (143,150,255). Sum of RGB (Red+Green+Blue) = 143+150+255=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F96FF is #706900. Grayscale: #9F9F9F. Windows color (decimal): -7366913 or 16750223. OLE color: 16750223.
HSL color Cylindrical-coordinate representation of color #8F96FF: hue angle of 236.25º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F96FF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 150 | 255 | - |
| CMYK | 0.44 | 0.41 | 0 | 0 |
| HSL | 236.25º | 1% | 0.78% | - |
| HSV(B) | 236.25º | 0.44% | 1% | - |
| XYZ | 40.28 | 34.87 | 99.22 | - |
| YUV | 159.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 255 | 0.44 | 0.41 | 0 | 0 | 236.25 | 1 | 0.78 |
| Hex | 8F | 96 | FF | 2C | 29 | 0 | 0 | EC | 64 | 4E |
| Octal | 217 | 226 | 377 | 54 | 51 | 0 | 0 | 354 | 144 | 116 |
| Binary | 10001111 | 10010110 | 11111111 | 101100 | 101001 | 0 | 0 | 11101100 | 1100100 | 1001110 |
Color Harmonies of #8F96FF
Complementary color
Monochromatic Colors of #8F96FF
Black with #8F96FF
Text Example
Text Example
White with #8F96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96FF; }
p { color: rgb(143,150,255); }
H1.HeaderClassName
{
color: #8F96FF;
}
.AnyTagClassName
{
color: #8F96FF;
}
</style>
background-color css
<style>
a { background-color: #8F96FF; }
a { background-color: rgb(143,150,255); }
div.DivClassName
{
background-color: #8F96FF;
}
.BgClassName
{
background-color: #8F96FF;
}
</style>
border-color css
<style>
span { border-color: #8F96FF; }
span { border-color: rgb(143,150,255); }
td.TdClassName
{
border-color: #8F96FF;
}
.TagClassName
{
border-color: #8F96FF;
}
</style>