Shades of Portage #8F96DD
Tints of Portage #8F96DD
RGB
CMYK
RGB Variations
Color information
#8F96DD (or 0x8F96DD) is known color: Portage. HEX triplet: 8F, 96 and DD. RGB value is (143,150,221). Sum of RGB (Red+Green+Blue) = 143+150+221=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F96DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F96DD is #706922. Grayscale: #9B9B9B. Windows color (decimal): -7366947 or 14521999. OLE color: 14521999.
HSL color Cylindrical-coordinate representation of color #8F96DD: hue angle of 234.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F96DD is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 150 | 221 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.13 |
| HSL | 234.62º | 0.53% | 0.71% | - |
| HSV(B) | 234.62º | 0.35% | 0.87% | - |
| XYZ | 35.29 | 32.87 | 72.89 | - |
| YUV | 156 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 221 | 0.35 | 0.32 | 0 | 0.13 | 234.62 | 0.53 | 0.71 |
| Hex | 8F | 96 | DD | 23 | 20 | 0 | D | EB | 35 | 47 |
| Octal | 217 | 226 | 335 | 43 | 40 | 0 | 15 | 353 | 65 | 107 |
| Binary | 10001111 | 10010110 | 11011101 | 100011 | 100000 | 0 | 1101 | 11101011 | 110101 | 1000111 |
Color Harmonies of #8F96DD
Complementary color
Monochromatic Colors of #8F96DD
Black with #8F96DD
Text Example
Text Example
White with #8F96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96DD; }
p { color: rgb(143,150,221); }
H1.HeaderClassName
{
color: #8F96DD;
}
.AnyTagClassName
{
color: #8F96DD;
}
</style>
background-color css
<style>
a { background-color: #8F96DD; }
a { background-color: rgb(143,150,221); }
div.DivClassName
{
background-color: #8F96DD;
}
.BgClassName
{
background-color: #8F96DD;
}
</style>
border-color css
<style>
span { border-color: #8F96DD; }
span { border-color: rgb(143,150,221); }
td.TdClassName
{
border-color: #8F96DD;
}
.TagClassName
{
border-color: #8F96DD;
}
</style>