Shades of Portage #8D9FEB
Tints of Portage #8D9FEB
RGB
CMYK
RGB Variations
Color information
#8D9FEB (or 0x8D9FEB) is known color: Portage. HEX triplet: 8D, 9F and EB. RGB value is (141,159,235). Sum of RGB (Red+Green+Blue) = 141+159+235=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9FEB is #726014. Grayscale: #A1A1A1. Windows color (decimal): -7495701 or 15441805. OLE color: 15441805.
HSL color Cylindrical-coordinate representation of color #8D9FEB: hue angle of 228.51º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D9FEB is Cyan = 0.4, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 159 | 235 | - |
| CMYK | 0.4 | 0.32 | 0 | 0.08 |
| HSL | 228.51º | 0.7% | 0.74% | - |
| HSV(B) | 228.51º | 0.4% | 0.92% | - |
| XYZ | 38.38 | 36.46 | 83.61 | - |
| YUV | 162.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 235 | 0.4 | 0.32 | 0 | 0.08 | 228.51 | 0.7 | 0.74 |
| Hex | 8D | 9F | EB | 28 | 20 | 0 | 8 | E5 | 46 | 4A |
| Octal | 215 | 237 | 353 | 50 | 40 | 0 | 10 | 345 | 106 | 112 |
| Binary | 10001101 | 10011111 | 11101011 | 101000 | 100000 | 0 | 1000 | 11100101 | 1000110 | 1001010 |
Color Harmonies of #8D9FEB
Complementary color
Monochromatic Colors of #8D9FEB
Black with #8D9FEB
Text Example
Text Example
White with #8D9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9FEB; }
p { color: rgb(141,159,235); }
H1.HeaderClassName
{
color: #8D9FEB;
}
.AnyTagClassName
{
color: #8D9FEB;
}
</style>
background-color css
<style>
a { background-color: #8D9FEB; }
a { background-color: rgb(141,159,235); }
div.DivClassName
{
background-color: #8D9FEB;
}
.BgClassName
{
background-color: #8D9FEB;
}
</style>
border-color css
<style>
span { border-color: #8D9FEB; }
span { border-color: rgb(141,159,235); }
td.TdClassName
{
border-color: #8D9FEB;
}
.TagClassName
{
border-color: #8D9FEB;
}
</style>