Shades of Portage #8E9FFE
Tints of Portage #8E9FFE
RGB
CMYK
RGB Variations
Color information
#8E9FFE (or 0x8E9FFE) is known color: Portage. HEX triplet: 8E, 9F and FE. RGB value is (142,159,254). Sum of RGB (Red+Green+Blue) = 142+159+254=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E9FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9FFE is #716001. Grayscale: #A4A4A4. Windows color (decimal): -7430146 or 16686990. OLE color: 16686990.
HSL color Cylindrical-coordinate representation of color #8E9FFE: hue angle of 230.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E9FFE is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 159 | 254 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.00 |
| HSL | 230.89º | 0.98% | 0.78% | - |
| HSV(B) | 230.89º | 0.44% | 1% | - |
| XYZ | 41.44 | 37.7 | 98.86 | - |
| YUV | 164.75 | 178.37 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 159 | 254 | 0.44 | 0.37 | 0 | 0.00 | 230.89 | 0.98 | 0.78 |
| Hex | 8E | 9F | FE | 2C | 25 | 0 | 0 | E7 | 62 | 4E |
| Octal | 216 | 237 | 376 | 54 | 45 | 0 | 0 | 347 | 142 | 116 |
| Binary | 10001110 | 10011111 | 11111110 | 101100 | 100101 | 0 | 0 | 11100111 | 1100010 | 1001110 |
Color Harmonies of #8E9FFE
Complementary color
Monochromatic Colors of #8E9FFE
Black with #8E9FFE
Text Example
Text Example
White with #8E9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9FFE; }
p { color: rgb(142,159,254); }
H1.HeaderClassName
{
color: #8E9FFE;
}
.AnyTagClassName
{
color: #8E9FFE;
}
</style>
background-color css
<style>
a { background-color: #8E9FFE; }
a { background-color: rgb(142,159,254); }
div.DivClassName
{
background-color: #8E9FFE;
}
.BgClassName
{
background-color: #8E9FFE;
}
</style>
border-color css
<style>
span { border-color: #8E9FFE; }
span { border-color: rgb(142,159,254); }
td.TdClassName
{
border-color: #8E9FFE;
}
.TagClassName
{
border-color: #8E9FFE;
}
</style>