Shades of Portage #8F96DB
Tints of Portage #8F96DB
RGB
CMYK
RGB Variations
Color information
#8F96DB (or 0x8F96DB) is known color: Portage. HEX triplet: 8F, 96 and DB. RGB value is (143,150,219). Sum of RGB (Red+Green+Blue) = 143+150+219=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F96DB is #706924. Grayscale: #9B9B9B. Windows color (decimal): -7366949 or 14390927. OLE color: 14390927.
HSL color Cylindrical-coordinate representation of color #8F96DB: hue angle of 234.47º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F96DB is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 150 | 219 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.14 |
| HSL | 234.47º | 0.51% | 0.71% | - |
| HSV(B) | 234.47º | 0.35% | 0.86% | - |
| XYZ | 35.02 | 32.77 | 71.5 | - |
| YUV | 155.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 219 | 0.35 | 0.32 | 0 | 0.14 | 234.47 | 0.51 | 0.71 |
| Hex | 8F | 96 | DB | 23 | 20 | 0 | E | EA | 33 | 47 |
| Octal | 217 | 226 | 333 | 43 | 40 | 0 | 16 | 352 | 63 | 107 |
| Binary | 10001111 | 10010110 | 11011011 | 100011 | 100000 | 0 | 1110 | 11101010 | 110011 | 1000111 |
Color Harmonies of #8F96DB
Complementary color
Monochromatic Colors of #8F96DB
Black with #8F96DB
Text Example
Text Example
White with #8F96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96DB; }
p { color: rgb(143,150,219); }
H1.HeaderClassName
{
color: #8F96DB;
}
.AnyTagClassName
{
color: #8F96DB;
}
</style>
background-color css
<style>
a { background-color: #8F96DB; }
a { background-color: rgb(143,150,219); }
div.DivClassName
{
background-color: #8F96DB;
}
.BgClassName
{
background-color: #8F96DB;
}
</style>
border-color css
<style>
span { border-color: #8F96DB; }
span { border-color: rgb(143,150,219); }
td.TdClassName
{
border-color: #8F96DB;
}
.TagClassName
{
border-color: #8F96DB;
}
</style>