Shades of Portage #8D9FDB
Tints of Portage #8D9FDB
RGB
CMYK
RGB Variations
Color information
#8D9FDB (or 0x8D9FDB) is known color: Portage. HEX triplet: 8D, 9F and DB. RGB value is (141,159,219). Sum of RGB (Red+Green+Blue) = 141+159+219=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9FDB is #726024. Grayscale: #A0A0A0. Windows color (decimal): -7495717 or 14393229. OLE color: 14393229.
HSL color Cylindrical-coordinate representation of color #8D9FDB: hue angle of 226.15º 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 #8D9FDB is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 159 | 219 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.14 |
| HSL | 226.15º | 0.52% | 0.71% | - |
| HSV(B) | 226.15º | 0.36% | 0.86% | - |
| XYZ | 36.17 | 35.57 | 71.98 | - |
| YUV | 160.46 | 161.04 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 219 | 0.36 | 0.27 | 0 | 0.14 | 226.15 | 0.52 | 0.71 |
| Hex | 8D | 9F | DB | 24 | 1B | 0 | E | E2 | 34 | 47 |
| Octal | 215 | 237 | 333 | 44 | 33 | 0 | 16 | 342 | 64 | 107 |
| Binary | 10001101 | 10011111 | 11011011 | 100100 | 11011 | 0 | 1110 | 11100010 | 110100 | 1000111 |
Color Harmonies of #8D9FDB
Complementary color
Monochromatic Colors of #8D9FDB
Black with #8D9FDB
Text Example
Text Example
White with #8D9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9FDB; }
p { color: rgb(141,159,219); }
H1.HeaderClassName
{
color: #8D9FDB;
}
.AnyTagClassName
{
color: #8D9FDB;
}
</style>
background-color css
<style>
a { background-color: #8D9FDB; }
a { background-color: rgb(141,159,219); }
div.DivClassName
{
background-color: #8D9FDB;
}
.BgClassName
{
background-color: #8D9FDB;
}
</style>
border-color css
<style>
span { border-color: #8D9FDB; }
span { border-color: rgb(141,159,219); }
td.TdClassName
{
border-color: #8D9FDB;
}
.TagClassName
{
border-color: #8D9FDB;
}
</style>