Shades of Portage #8EA0ED
Tints of Portage #8EA0ED
RGB
CMYK
RGB Variations
Color information
#8EA0ED (or 0x8EA0ED) is known color: Portage. HEX triplet: 8E, A0 and ED. RGB value is (142,160,237). Sum of RGB (Red+Green+Blue) = 142+160+237=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EA0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA0ED is #715F12. Grayscale: #A3A3A3. Windows color (decimal): -7429907 or 15573134. OLE color: 15573134.
HSL color Cylindrical-coordinate representation of color #8EA0ED: hue angle of 228.63º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EA0ED is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 160 | 237 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.07 |
| HSL | 228.63º | 0.73% | 0.74% | - |
| HSV(B) | 228.63º | 0.4% | 0.93% | - |
| XYZ | 39.01 | 37.01 | 85.21 | - |
| YUV | 163.4 | 169.54 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 237 | 0.40 | 0.32 | 0 | 0.07 | 228.63 | 0.73 | 0.74 |
| Hex | 8E | A0 | ED | 28 | 20 | 0 | 7 | E5 | 49 | 4A |
| Octal | 216 | 240 | 355 | 50 | 40 | 0 | 7 | 345 | 111 | 112 |
| Binary | 10001110 | 10100000 | 11101101 | 101000 | 100000 | 0 | 111 | 11100101 | 1001001 | 1001010 |
Color Harmonies of #8EA0ED
Complementary color
Monochromatic Colors of #8EA0ED
Black with #8EA0ED
Text Example
Text Example
White with #8EA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA0ED; }
p { color: rgb(142,160,237); }
H1.HeaderClassName
{
color: #8EA0ED;
}
.AnyTagClassName
{
color: #8EA0ED;
}
</style>
background-color css
<style>
a { background-color: #8EA0ED; }
a { background-color: rgb(142,160,237); }
div.DivClassName
{
background-color: #8EA0ED;
}
.BgClassName
{
background-color: #8EA0ED;
}
</style>
border-color css
<style>
span { border-color: #8EA0ED; }
span { border-color: rgb(142,160,237); }
td.TdClassName
{
border-color: #8EA0ED;
}
.TagClassName
{
border-color: #8EA0ED;
}
</style>