Shades of Portage #8D9DFE
Tints of Portage #8D9DFE
RGB
CMYK
RGB Variations
Color information
#8D9DFE (or 0x8D9DFE) is known color: Portage. HEX triplet: 8D, 9D and FE. RGB value is (141,157,254). Sum of RGB (Red+Green+Blue) = 141+157+254=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D9DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9DFE is #726201. Grayscale: #A2A2A2. Windows color (decimal): -7496194 or 16686477. OLE color: 16686477.
HSL color Cylindrical-coordinate representation of color #8D9DFE: hue angle of 231.5º 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 #8D9DFE is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 157 | 254 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.00 |
| HSL | 231.5º | 0.98% | 0.77% | - |
| HSV(B) | 231.5º | 0.44% | 1% | - |
| XYZ | 40.93 | 36.93 | 98.74 | - |
| YUV | 163.27 | 179.2 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 157 | 254 | 0.44 | 0.38 | 0 | 0.00 | 231.5 | 0.98 | 0.77 |
| Hex | 8D | 9D | FE | 2C | 26 | 0 | 0 | E8 | 62 | 4D |
| Octal | 215 | 235 | 376 | 54 | 46 | 0 | 0 | 350 | 142 | 115 |
| Binary | 10001101 | 10011101 | 11111110 | 101100 | 100110 | 0 | 0 | 11101000 | 1100010 | 1001101 |
Color Harmonies of #8D9DFE
Complementary color
Monochromatic Colors of #8D9DFE
Black with #8D9DFE
Text Example
Text Example
White with #8D9DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9DFE; }
p { color: rgb(141,157,254); }
H1.HeaderClassName
{
color: #8D9DFE;
}
.AnyTagClassName
{
color: #8D9DFE;
}
</style>
background-color css
<style>
a { background-color: #8D9DFE; }
a { background-color: rgb(141,157,254); }
div.DivClassName
{
background-color: #8D9DFE;
}
.BgClassName
{
background-color: #8D9DFE;
}
</style>
border-color css
<style>
span { border-color: #8D9DFE; }
span { border-color: rgb(141,157,254); }
td.TdClassName
{
border-color: #8D9DFE;
}
.TagClassName
{
border-color: #8D9DFE;
}
</style>