Shades of Portage #8D9EFE
Tints of Portage #8D9EFE
RGB
CMYK
RGB Variations
Color information
#8D9EFE (or 0x8D9EFE) is known color: Portage. HEX triplet: 8D, 9E and FE. RGB value is (141,158,254). Sum of RGB (Red+Green+Blue) = 141+158+254=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D9EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9EFE is #726101. Grayscale: #A3A3A3. Windows color (decimal): -7495938 or 16686733. OLE color: 16686733.
HSL color Cylindrical-coordinate representation of color #8D9EFE: hue angle of 230.97º 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 #8D9EFE is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 158 | 254 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.00 |
| HSL | 230.97º | 0.98% | 0.77% | - |
| HSV(B) | 230.97º | 0.44% | 1% | - |
| XYZ | 41.1 | 37.27 | 98.79 | - |
| YUV | 163.86 | 178.87 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 158 | 254 | 0.44 | 0.38 | 0 | 0.00 | 230.97 | 0.98 | 0.77 |
| Hex | 8D | 9E | FE | 2C | 26 | 0 | 0 | E7 | 62 | 4D |
| Octal | 215 | 236 | 376 | 54 | 46 | 0 | 0 | 347 | 142 | 115 |
| Binary | 10001101 | 10011110 | 11111110 | 101100 | 100110 | 0 | 0 | 11100111 | 1100010 | 1001101 |
Color Harmonies of #8D9EFE
Complementary color
Monochromatic Colors of #8D9EFE
Black with #8D9EFE
Text Example
Text Example
White with #8D9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9EFE; }
p { color: rgb(141,158,254); }
H1.HeaderClassName
{
color: #8D9EFE;
}
.AnyTagClassName
{
color: #8D9EFE;
}
</style>
background-color css
<style>
a { background-color: #8D9EFE; }
a { background-color: rgb(141,158,254); }
div.DivClassName
{
background-color: #8D9EFE;
}
.BgClassName
{
background-color: #8D9EFE;
}
</style>
border-color css
<style>
span { border-color: #8D9EFE; }
span { border-color: rgb(141,158,254); }
td.TdClassName
{
border-color: #8D9EFE;
}
.TagClassName
{
border-color: #8D9EFE;
}
</style>