Shades of Portage #8D8FEB
Tints of Portage #8D8FEB
RGB
CMYK
RGB Variations
Color information
#8D8FEB (or 0x8D8FEB) is known color: Portage. HEX triplet: 8D, 8F and EB. RGB value is (141,143,235). Sum of RGB (Red+Green+Blue) = 141+143+235=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D8FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8FEB is #727014. Grayscale: #989898. Windows color (decimal): -7499797 or 15437709. OLE color: 15437709.
HSL color Cylindrical-coordinate representation of color #8D8FEB: hue angle of 238.72º 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 #8D8FEB is Cyan = 0.4, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 143 | 235 | - |
| CMYK | 0.4 | 0.39 | 0 | 0.08 |
| HSL | 238.72º | 0.7% | 0.74% | - |
| HSV(B) | 238.72º | 0.4% | 0.92% | - |
| XYZ | 35.8 | 31.31 | 82.75 | - |
| YUV | 152.89 | 174.34 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 143 | 235 | 0.4 | 0.39 | 0 | 0.08 | 238.72 | 0.7 | 0.74 |
| Hex | 8D | 8F | EB | 28 | 27 | 0 | 8 | EF | 46 | 4A |
| Octal | 215 | 217 | 353 | 50 | 47 | 0 | 10 | 357 | 106 | 112 |
| Binary | 10001101 | 10001111 | 11101011 | 101000 | 100111 | 0 | 1000 | 11101111 | 1000110 | 1001010 |
Color Harmonies of #8D8FEB
Complementary color
Monochromatic Colors of #8D8FEB
Black with #8D8FEB
Text Example
Text Example
White with #8D8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8FEB; }
p { color: rgb(141,143,235); }
H1.HeaderClassName
{
color: #8D8FEB;
}
.AnyTagClassName
{
color: #8D8FEB;
}
</style>
background-color css
<style>
a { background-color: #8D8FEB; }
a { background-color: rgb(141,143,235); }
div.DivClassName
{
background-color: #8D8FEB;
}
.BgClassName
{
background-color: #8D8FEB;
}
</style>
border-color css
<style>
span { border-color: #8D8FEB; }
span { border-color: rgb(141,143,235); }
td.TdClassName
{
border-color: #8D8FEB;
}
.TagClassName
{
border-color: #8D8FEB;
}
</style>