Shades of Portage #8F96DA
Tints of Portage #8F96DA
RGB
CMYK
RGB Variations
Color information
#8F96DA (or 0x8F96DA) is known color: Portage. HEX triplet: 8F, 96 and DA. RGB value is (143,150,218). Sum of RGB (Red+Green+Blue) = 143+150+218=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F96DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F96DA is #706925. Grayscale: #9B9B9B. Windows color (decimal): -7366950 or 14325391. OLE color: 14325391.
HSL color Cylindrical-coordinate representation of color #8F96DA: hue angle of 234.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F96DA is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 150 | 218 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.15 |
| HSL | 234.4º | 0.5% | 0.71% | - |
| HSV(B) | 234.4º | 0.34% | 0.85% | - |
| XYZ | 34.89 | 32.71 | 70.81 | - |
| YUV | 155.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 218 | 0.34 | 0.31 | 0 | 0.15 | 234.4 | 0.5 | 0.71 |
| Hex | 8F | 96 | DA | 22 | 1F | 0 | F | EA | 32 | 47 |
| Octal | 217 | 226 | 332 | 42 | 37 | 0 | 17 | 352 | 62 | 107 |
| Binary | 10001111 | 10010110 | 11011010 | 100010 | 11111 | 0 | 1111 | 11101010 | 110010 | 1000111 |
Color Harmonies of #8F96DA
Complementary color
Monochromatic Colors of #8F96DA
Black with #8F96DA
Text Example
Text Example
White with #8F96DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96DA; }
p { color: rgb(143,150,218); }
H1.HeaderClassName
{
color: #8F96DA;
}
.AnyTagClassName
{
color: #8F96DA;
}
</style>
background-color css
<style>
a { background-color: #8F96DA; }
a { background-color: rgb(143,150,218); }
div.DivClassName
{
background-color: #8F96DA;
}
.BgClassName
{
background-color: #8F96DA;
}
</style>
border-color css
<style>
span { border-color: #8F96DA; }
span { border-color: rgb(143,150,218); }
td.TdClassName
{
border-color: #8F96DA;
}
.TagClassName
{
border-color: #8F96DA;
}
</style>