Shades of Portage #8D9FD1
Tints of Portage #8D9FD1
RGB
CMYK
RGB Variations
Color information
#8D9FD1 (or 0x8D9FD1) is known color: Portage. HEX triplet: 8D, 9F and D1. RGB value is (141,159,209). Sum of RGB (Red+Green+Blue) = 141+159+209=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D9FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9FD1 is #72602E. Grayscale: #9F9F9F. Windows color (decimal): -7495727 or 13737869. OLE color: 13737869.
HSL color Cylindrical-coordinate representation of color #8D9FD1: hue angle of 224.12º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D9FD1 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 159 | 209 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.18 |
| HSL | 224.12º | 0.43% | 0.69% | - |
| HSV(B) | 224.12º | 0.33% | 0.82% | - |
| XYZ | 34.89 | 35.06 | 65.25 | - |
| YUV | 159.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 209 | 0.33 | 0.24 | 0 | 0.18 | 224.12 | 0.43 | 0.69 |
| Hex | 8D | 9F | D1 | 21 | 18 | 0 | 12 | E0 | 2A | 45 |
| Octal | 215 | 237 | 321 | 41 | 30 | 0 | 22 | 340 | 52 | 105 |
| Binary | 10001101 | 10011111 | 11010001 | 100001 | 11000 | 0 | 10010 | 11100000 | 101010 | 1000101 |
Color Harmonies of #8D9FD1
Complementary color
Monochromatic Colors of #8D9FD1
Black with #8D9FD1
Text Example
Text Example
White with #8D9FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9FD1; }
p { color: rgb(141,159,209); }
H1.HeaderClassName
{
color: #8D9FD1;
}
.AnyTagClassName
{
color: #8D9FD1;
}
</style>
background-color css
<style>
a { background-color: #8D9FD1; }
a { background-color: rgb(141,159,209); }
div.DivClassName
{
background-color: #8D9FD1;
}
.BgClassName
{
background-color: #8D9FD1;
}
</style>
border-color css
<style>
span { border-color: #8D9FD1; }
span { border-color: rgb(141,159,209); }
td.TdClassName
{
border-color: #8D9FD1;
}
.TagClassName
{
border-color: #8D9FD1;
}
</style>