Shades of Portage #8F96EC
Tints of Portage #8F96EC
RGB
CMYK
RGB Variations
Color information
#8F96EC (or 0x8F96EC) is known color: Portage. HEX triplet: 8F, 96 and EC. RGB value is (143,150,236). Sum of RGB (Red+Green+Blue) = 143+150+236=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F96EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F96EC is #706913. Grayscale: #9D9D9D. Windows color (decimal): -7366932 or 15505039. OLE color: 15505039.
HSL color Cylindrical-coordinate representation of color #8F96EC: hue angle of 235.48º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F96EC is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 150 | 236 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.07 |
| HSL | 235.48º | 0.71% | 0.74% | - |
| HSV(B) | 235.48º | 0.39% | 0.93% | - |
| XYZ | 37.37 | 33.71 | 83.89 | - |
| YUV | 157.71 | 172.18 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 236 | 0.39 | 0.36 | 0 | 0.07 | 235.48 | 0.71 | 0.74 |
| Hex | 8F | 96 | EC | 27 | 24 | 0 | 7 | EB | 47 | 4A |
| Octal | 217 | 226 | 354 | 47 | 44 | 0 | 7 | 353 | 107 | 112 |
| Binary | 10001111 | 10010110 | 11101100 | 100111 | 100100 | 0 | 111 | 11101011 | 1000111 | 1001010 |
Color Harmonies of #8F96EC
Complementary color
Monochromatic Colors of #8F96EC
Black with #8F96EC
Text Example
Text Example
White with #8F96EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96EC; }
p { color: rgb(143,150,236); }
H1.HeaderClassName
{
color: #8F96EC;
}
.AnyTagClassName
{
color: #8F96EC;
}
</style>
background-color css
<style>
a { background-color: #8F96EC; }
a { background-color: rgb(143,150,236); }
div.DivClassName
{
background-color: #8F96EC;
}
.BgClassName
{
background-color: #8F96EC;
}
</style>
border-color css
<style>
span { border-color: #8F96EC; }
span { border-color: rgb(143,150,236); }
td.TdClassName
{
border-color: #8F96EC;
}
.TagClassName
{
border-color: #8F96EC;
}
</style>