Shades of Portage #8D98FF
Tints of Portage #8D98FF
RGB
CMYK
RGB Variations
Color information
#8D98FF (or 0x8D98FF) is known color: Portage. HEX triplet: 8D, 98 and FF. RGB value is (141,152,255). Sum of RGB (Red+Green+Blue) = 141+152+255=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D98FF is #726700. Grayscale: #A0A0A0. Windows color (decimal): -7497473 or 16750733. OLE color: 16750733.
HSL color Cylindrical-coordinate representation of color #8D98FF: hue angle of 234.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D98FF is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 152 | 255 | - |
| CMYK | 0.45 | 0.40 | 0 | 0 |
| HSL | 234.21º | 1% | 0.78% | - |
| HSV(B) | 234.21º | 0.45% | 1% | - |
| XYZ | 40.26 | 35.34 | 99.31 | - |
| YUV | 160.45 | 181.36 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 255 | 0.45 | 0.40 | 0 | 0 | 234.21 | 1 | 0.78 |
| Hex | 8D | 98 | FF | 2D | 28 | 0 | 0 | EA | 64 | 4E |
| Octal | 215 | 230 | 377 | 55 | 50 | 0 | 0 | 352 | 144 | 116 |
| Binary | 10001101 | 10011000 | 11111111 | 101101 | 101000 | 0 | 0 | 11101010 | 1100100 | 1001110 |
Color Harmonies of #8D98FF
Complementary color
Monochromatic Colors of #8D98FF
Black with #8D98FF
Text Example
Text Example
White with #8D98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D98FF; }
p { color: rgb(141,152,255); }
H1.HeaderClassName
{
color: #8D98FF;
}
.AnyTagClassName
{
color: #8D98FF;
}
</style>
background-color css
<style>
a { background-color: #8D98FF; }
a { background-color: rgb(141,152,255); }
div.DivClassName
{
background-color: #8D98FF;
}
.BgClassName
{
background-color: #8D98FF;
}
</style>
border-color css
<style>
span { border-color: #8D98FF; }
span { border-color: rgb(141,152,255); }
td.TdClassName
{
border-color: #8D98FF;
}
.TagClassName
{
border-color: #8D98FF;
}
</style>