Shades of Portage #8D96DB
Tints of Portage #8D96DB
RGB
CMYK
RGB Variations
Color information
#8D96DB (or 0x8D96DB) is known color: Portage. HEX triplet: 8D, 96 and DB. RGB value is (141,150,219). Sum of RGB (Red+Green+Blue) = 141+150+219=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D96DB is #726924. Grayscale: #9A9A9A. Windows color (decimal): -7498021 or 14390925. OLE color: 14390925.
HSL color Cylindrical-coordinate representation of color #8D96DB: hue angle of 233.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D96DB is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 150 | 219 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.14 |
| HSL | 233.08º | 0.52% | 0.71% | - |
| HSV(B) | 233.08º | 0.36% | 0.86% | - |
| XYZ | 34.68 | 32.59 | 71.48 | - |
| YUV | 155.18 | 164.02 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 219 | 0.36 | 0.32 | 0 | 0.14 | 233.08 | 0.52 | 0.71 |
| Hex | 8D | 96 | DB | 24 | 20 | 0 | E | E9 | 34 | 47 |
| Octal | 215 | 226 | 333 | 44 | 40 | 0 | 16 | 351 | 64 | 107 |
| Binary | 10001101 | 10010110 | 11011011 | 100100 | 100000 | 0 | 1110 | 11101001 | 110100 | 1000111 |
Color Harmonies of #8D96DB
Complementary color
Monochromatic Colors of #8D96DB
Black with #8D96DB
Text Example
Text Example
White with #8D96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D96DB; }
p { color: rgb(141,150,219); }
H1.HeaderClassName
{
color: #8D96DB;
}
.AnyTagClassName
{
color: #8D96DB;
}
</style>
background-color css
<style>
a { background-color: #8D96DB; }
a { background-color: rgb(141,150,219); }
div.DivClassName
{
background-color: #8D96DB;
}
.BgClassName
{
background-color: #8D96DB;
}
</style>
border-color css
<style>
span { border-color: #8D96DB; }
span { border-color: rgb(141,150,219); }
td.TdClassName
{
border-color: #8D96DB;
}
.TagClassName
{
border-color: #8D96DB;
}
</style>