Shades of Portage #8D9DF6
Tints of Portage #8D9DF6
RGB
CMYK
RGB Variations
Color information
#8D9DF6 (or 0x8D9DF6) is known color: Portage. HEX triplet: 8D, 9D and F6. RGB value is (141,157,246). Sum of RGB (Red+Green+Blue) = 141+157+246=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #8D9DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9DF6 is #726209. Grayscale: #A1A1A1. Windows color (decimal): -7496202 or 16162189. OLE color: 16162189.
HSL color Cylindrical-coordinate representation of color #8D9DF6: hue angle of 230.86º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D9DF6 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 157 | 246 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.04 |
| HSL | 230.86º | 0.85% | 0.76% | - |
| HSV(B) | 230.86º | 0.43% | 0.96% | - |
| XYZ | 39.68 | 36.43 | 92.13 | - |
| YUV | 162.36 | 175.2 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 157 | 246 | 0.43 | 0.36 | 0 | 0.04 | 230.86 | 0.85 | 0.76 |
| Hex | 8D | 9D | F6 | 2B | 24 | 0 | 4 | E7 | 55 | 4C |
| Octal | 215 | 235 | 366 | 53 | 44 | 0 | 4 | 347 | 125 | 114 |
| Binary | 10001101 | 10011101 | 11110110 | 101011 | 100100 | 0 | 100 | 11100111 | 1010101 | 1001100 |
Color Harmonies of #8D9DF6
Complementary color
Monochromatic Colors of #8D9DF6
Black with #8D9DF6
Text Example
Text Example
White with #8D9DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9DF6; }
p { color: rgb(141,157,246); }
H1.HeaderClassName
{
color: #8D9DF6;
}
.AnyTagClassName
{
color: #8D9DF6;
}
</style>
background-color css
<style>
a { background-color: #8D9DF6; }
a { background-color: rgb(141,157,246); }
div.DivClassName
{
background-color: #8D9DF6;
}
.BgClassName
{
background-color: #8D9DF6;
}
</style>
border-color css
<style>
span { border-color: #8D9DF6; }
span { border-color: rgb(141,157,246); }
td.TdClassName
{
border-color: #8D9DF6;
}
.TagClassName
{
border-color: #8D9DF6;
}
</style>