Shades of Portage #8E99FE
Tints of Portage #8E99FE
RGB
CMYK
RGB Variations
Color information
#8E99FE (or 0x8E99FE) is known color: Portage. HEX triplet: 8E, 99 and FE. RGB value is (142,153,254). Sum of RGB (Red+Green+Blue) = 142+153+254=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E99FE is #716601. Grayscale: #A0A0A0. Windows color (decimal): -7431682 or 16685454. OLE color: 16685454.
HSL color Cylindrical-coordinate representation of color #8E99FE: hue angle of 234.11º 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 #8E99FE is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 153 | 254 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.00 |
| HSL | 234.11º | 0.98% | 0.78% | - |
| HSV(B) | 234.11º | 0.44% | 1% | - |
| XYZ | 40.44 | 35.69 | 98.52 | - |
| YUV | 161.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 254 | 0.44 | 0.40 | 0 | 0.00 | 234.11 | 0.98 | 0.78 |
| Hex | 8E | 99 | FE | 2C | 28 | 0 | 0 | EA | 62 | 4E |
| Octal | 216 | 231 | 376 | 54 | 50 | 0 | 0 | 352 | 142 | 116 |
| Binary | 10001110 | 10011001 | 11111110 | 101100 | 101000 | 0 | 0 | 11101010 | 1100010 | 1001110 |
Color Harmonies of #8E99FE
Complementary color
Monochromatic Colors of #8E99FE
Black with #8E99FE
Text Example
Text Example
White with #8E99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E99FE; }
p { color: rgb(142,153,254); }
H1.HeaderClassName
{
color: #8E99FE;
}
.AnyTagClassName
{
color: #8E99FE;
}
</style>
background-color css
<style>
a { background-color: #8E99FE; }
a { background-color: rgb(142,153,254); }
div.DivClassName
{
background-color: #8E99FE;
}
.BgClassName
{
background-color: #8E99FE;
}
</style>
border-color css
<style>
span { border-color: #8E99FE; }
span { border-color: rgb(142,153,254); }
td.TdClassName
{
border-color: #8E99FE;
}
.TagClassName
{
border-color: #8E99FE;
}
</style>