Shades of Portage #8EA2D7
Tints of Portage #8EA2D7
RGB
CMYK
RGB Variations
Color information
#8EA2D7 (or 0x8EA2D7) is known color: Portage. HEX triplet: 8E, A2 and D7. RGB value is (142,162,215). Sum of RGB (Red+Green+Blue) = 142+162+215=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #8EA2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2D7 is #715D28. Grayscale: #A1A1A1. Windows color (decimal): -7429417 or 14131854. OLE color: 14131854.
HSL color Cylindrical-coordinate representation of color #8EA2D7: hue angle of 223.56º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EA2D7 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 162 | 215 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.16 |
| HSL | 223.56º | 0.48% | 0.7% | - |
| HSV(B) | 223.56º | 0.34% | 0.84% | - |
| XYZ | 36.34 | 36.5 | 69.42 | - |
| YUV | 162.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 215 | 0.34 | 0.25 | 0 | 0.16 | 223.56 | 0.48 | 0.7 |
| Hex | 8E | A2 | D7 | 22 | 19 | 0 | 10 | E0 | 30 | 46 |
| Octal | 216 | 242 | 327 | 42 | 31 | 0 | 20 | 340 | 60 | 106 |
| Binary | 10001110 | 10100010 | 11010111 | 100010 | 11001 | 0 | 10000 | 11100000 | 110000 | 1000110 |
Color Harmonies of #8EA2D7
Complementary color
Monochromatic Colors of #8EA2D7
Black with #8EA2D7
Text Example
Text Example
White with #8EA2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA2D7; }
p { color: rgb(142,162,215); }
H1.HeaderClassName
{
color: #8EA2D7;
}
.AnyTagClassName
{
color: #8EA2D7;
}
</style>
background-color css
<style>
a { background-color: #8EA2D7; }
a { background-color: rgb(142,162,215); }
div.DivClassName
{
background-color: #8EA2D7;
}
.BgClassName
{
background-color: #8EA2D7;
}
</style>
border-color css
<style>
span { border-color: #8EA2D7; }
span { border-color: rgb(142,162,215); }
td.TdClassName
{
border-color: #8EA2D7;
}
.TagClassName
{
border-color: #8EA2D7;
}
</style>