Shades of Portage #8EA1ED
Tints of Portage #8EA1ED
RGB
CMYK
RGB Variations
Color information
#8EA1ED (or 0x8EA1ED) is known color: Portage. HEX triplet: 8E, A1 and ED. RGB value is (142,161,237). Sum of RGB (Red+Green+Blue) = 142+161+237=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EA1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA1ED is #715E12. Grayscale: #A3A3A3. Windows color (decimal): -7429651 or 15573390. OLE color: 15573390.
HSL color Cylindrical-coordinate representation of color #8EA1ED: hue angle of 228º 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 #8EA1ED is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 161 | 237 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.07 |
| HSL | 228º | 0.73% | 0.74% | - |
| HSV(B) | 228º | 0.4% | 0.93% | - |
| XYZ | 39.19 | 37.35 | 85.27 | - |
| YUV | 163.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 237 | 0.40 | 0.32 | 0 | 0.07 | 228 | 0.73 | 0.74 |
| Hex | 8E | A1 | ED | 28 | 20 | 0 | 7 | E4 | 49 | 4A |
| Octal | 216 | 241 | 355 | 50 | 40 | 0 | 7 | 344 | 111 | 112 |
| Binary | 10001110 | 10100001 | 11101101 | 101000 | 100000 | 0 | 111 | 11100100 | 1001001 | 1001010 |
Color Harmonies of #8EA1ED
Complementary color
Monochromatic Colors of #8EA1ED
Black with #8EA1ED
Text Example
Text Example
White with #8EA1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA1ED; }
p { color: rgb(142,161,237); }
H1.HeaderClassName
{
color: #8EA1ED;
}
.AnyTagClassName
{
color: #8EA1ED;
}
</style>
background-color css
<style>
a { background-color: #8EA1ED; }
a { background-color: rgb(142,161,237); }
div.DivClassName
{
background-color: #8EA1ED;
}
.BgClassName
{
background-color: #8EA1ED;
}
</style>
border-color css
<style>
span { border-color: #8EA1ED; }
span { border-color: rgb(142,161,237); }
td.TdClassName
{
border-color: #8EA1ED;
}
.TagClassName
{
border-color: #8EA1ED;
}
</style>