Shades of Portage #8EA2FF
Tints of Portage #8EA2FF
RGB
CMYK
RGB Variations
Color information
#8EA2FF (or 0x8EA2FF) is known color: Portage. HEX triplet: 8E, A2 and FF. RGB value is (142,162,255). Sum of RGB (Red+Green+Blue) = 142+162+255=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EA2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA2FF is #715D00. Grayscale: #A6A6A6. Windows color (decimal): -7429377 or 16753294. OLE color: 16753294.
HSL color Cylindrical-coordinate representation of color #8EA2FF: hue angle of 229.38º 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 #8EA2FF is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 162 | 255 | - |
| CMYK | 0.44 | 0.36 | 0 | 0 |
| HSL | 229.38º | 1% | 0.78% | - |
| HSV(B) | 229.38º | 0.44% | 1% | - |
| XYZ | 42.13 | 38.81 | 99.88 | - |
| YUV | 166.62 | 177.87 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 255 | 0.44 | 0.36 | 0 | 0 | 229.38 | 1 | 0.78 |
| Hex | 8E | A2 | FF | 2C | 24 | 0 | 0 | E5 | 64 | 4E |
| Octal | 216 | 242 | 377 | 54 | 44 | 0 | 0 | 345 | 144 | 116 |
| Binary | 10001110 | 10100010 | 11111111 | 101100 | 100100 | 0 | 0 | 11100101 | 1100100 | 1001110 |
Color Harmonies of #8EA2FF
Complementary color
Monochromatic Colors of #8EA2FF
Black with #8EA2FF
Text Example
Text Example
White with #8EA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA2FF; }
p { color: rgb(142,162,255); }
H1.HeaderClassName
{
color: #8EA2FF;
}
.AnyTagClassName
{
color: #8EA2FF;
}
</style>
background-color css
<style>
a { background-color: #8EA2FF; }
a { background-color: rgb(142,162,255); }
div.DivClassName
{
background-color: #8EA2FF;
}
.BgClassName
{
background-color: #8EA2FF;
}
</style>
border-color css
<style>
span { border-color: #8EA2FF; }
span { border-color: rgb(142,162,255); }
td.TdClassName
{
border-color: #8EA2FF;
}
.TagClassName
{
border-color: #8EA2FF;
}
</style>