Shades of Portage #8D9FFE
Tints of Portage #8D9FFE
RGB
CMYK
RGB Variations
Color information
#8D9FFE (or 0x8D9FFE) is known color: Portage. HEX triplet: 8D, 9F and FE. RGB value is (141,159,254). Sum of RGB (Red+Green+Blue) = 141+159+254=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D9FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9FFE is #726001. Grayscale: #A4A4A4. Windows color (decimal): -7495682 or 16686989. OLE color: 16686989.
HSL color Cylindrical-coordinate representation of color #8D9FFE: hue angle of 230.44º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D9FFE is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 159 | 254 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.00 |
| HSL | 230.44º | 0.98% | 0.77% | - |
| HSV(B) | 230.44º | 0.44% | 1% | - |
| XYZ | 41.27 | 37.61 | 98.85 | - |
| YUV | 164.45 | 178.54 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 254 | 0.44 | 0.37 | 0 | 0.00 | 230.44 | 0.98 | 0.77 |
| Hex | 8D | 9F | FE | 2C | 25 | 0 | 0 | E6 | 62 | 4D |
| Octal | 215 | 237 | 376 | 54 | 45 | 0 | 0 | 346 | 142 | 115 |
| Binary | 10001101 | 10011111 | 11111110 | 101100 | 100101 | 0 | 0 | 11100110 | 1100010 | 1001101 |
Color Harmonies of #8D9FFE
Complementary color
Monochromatic Colors of #8D9FFE
Black with #8D9FFE
Text Example
Text Example
White with #8D9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9FFE; }
p { color: rgb(141,159,254); }
H1.HeaderClassName
{
color: #8D9FFE;
}
.AnyTagClassName
{
color: #8D9FFE;
}
</style>
background-color css
<style>
a { background-color: #8D9FFE; }
a { background-color: rgb(141,159,254); }
div.DivClassName
{
background-color: #8D9FFE;
}
.BgClassName
{
background-color: #8D9FFE;
}
</style>
border-color css
<style>
span { border-color: #8D9FFE; }
span { border-color: rgb(141,159,254); }
td.TdClassName
{
border-color: #8D9FFE;
}
.TagClassName
{
border-color: #8D9FFE;
}
</style>