Shades of Portage #8EA0FF
Tints of Portage #8EA0FF
RGB
CMYK
RGB Variations
Color information
#8EA0FF (or 0x8EA0FF) is known color: Portage. HEX triplet: 8E, A0 and FF. RGB value is (142,160,255). Sum of RGB (Red+Green+Blue) = 142+160+255=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EA0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA0FF is #715F00. Grayscale: #A5A5A5. Windows color (decimal): -7429889 or 16752782. OLE color: 16752782.
HSL color Cylindrical-coordinate representation of color #8EA0FF: hue angle of 230.44º 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 #8EA0FF is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 160 | 255 | - |
| CMYK | 0.44 | 0.37 | 0 | 0 |
| HSL | 230.44º | 1% | 0.78% | - |
| HSV(B) | 230.44º | 0.44% | 1% | - |
| XYZ | 41.78 | 38.11 | 99.76 | - |
| YUV | 165.45 | 178.54 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 255 | 0.44 | 0.37 | 0 | 0 | 230.44 | 1 | 0.78 |
| Hex | 8E | A0 | FF | 2C | 25 | 0 | 0 | E6 | 64 | 4E |
| Octal | 216 | 240 | 377 | 54 | 45 | 0 | 0 | 346 | 144 | 116 |
| Binary | 10001110 | 10100000 | 11111111 | 101100 | 100101 | 0 | 0 | 11100110 | 1100100 | 1001110 |
Color Harmonies of #8EA0FF
Complementary color
Monochromatic Colors of #8EA0FF
Black with #8EA0FF
Text Example
Text Example
White with #8EA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA0FF; }
p { color: rgb(142,160,255); }
H1.HeaderClassName
{
color: #8EA0FF;
}
.AnyTagClassName
{
color: #8EA0FF;
}
</style>
background-color css
<style>
a { background-color: #8EA0FF; }
a { background-color: rgb(142,160,255); }
div.DivClassName
{
background-color: #8EA0FF;
}
.BgClassName
{
background-color: #8EA0FF;
}
</style>
border-color css
<style>
span { border-color: #8EA0FF; }
span { border-color: rgb(142,160,255); }
td.TdClassName
{
border-color: #8EA0FF;
}
.TagClassName
{
border-color: #8EA0FF;
}
</style>