Shades of Portage #8E99FF
Tints of Portage #8E99FF
RGB
CMYK
RGB Variations
Color information
#8E99FF (or 0x8E99FF) is known color: Portage. HEX triplet: 8E, 99 and FF. RGB value is (142,153,255). Sum of RGB (Red+Green+Blue) = 142+153+255=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E99FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E99FF is #716600. Grayscale: #A0A0A0. Windows color (decimal): -7431681 or 16750990. OLE color: 16750990.
HSL color Cylindrical-coordinate representation of color #8E99FF: hue angle of 234.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E99FF is Cyan = 0.44, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 153 | 255 | - |
| CMYK | 0.44 | 0.4 | 0 | 0 |
| HSL | 234.16º | 1% | 0.78% | - |
| HSV(B) | 234.16º | 0.44% | 1% | - |
| XYZ | 40.6 | 35.75 | 99.37 | - |
| YUV | 161.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 255 | 0.44 | 0.4 | 0 | 0 | 234.16 | 1 | 0.78 |
| Hex | 8E | 99 | FF | 2C | 28 | 0 | 0 | EA | 64 | 4E |
| Octal | 216 | 231 | 377 | 54 | 50 | 0 | 0 | 352 | 144 | 116 |
| Binary | 10001110 | 10011001 | 11111111 | 101100 | 101000 | 0 | 0 | 11101010 | 1100100 | 1001110 |
Color Harmonies of #8E99FF
Complementary color
Monochromatic Colors of #8E99FF
Black with #8E99FF
Text Example
Text Example
White with #8E99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E99FF; }
p { color: rgb(142,153,255); }
H1.HeaderClassName
{
color: #8E99FF;
}
.AnyTagClassName
{
color: #8E99FF;
}
</style>
background-color css
<style>
a { background-color: #8E99FF; }
a { background-color: rgb(142,153,255); }
div.DivClassName
{
background-color: #8E99FF;
}
.BgClassName
{
background-color: #8E99FF;
}
</style>
border-color css
<style>
span { border-color: #8E99FF; }
span { border-color: rgb(142,153,255); }
td.TdClassName
{
border-color: #8E99FF;
}
.TagClassName
{
border-color: #8E99FF;
}
</style>