Shades of Portage #8EA7E4
Tints of Portage #8EA7E4
RGB
CMYK
RGB Variations
Color information
#8EA7E4 (or 0x8EA7E4) is known color: Portage. HEX triplet: 8E, A7 and E4. RGB value is (142,167,228). Sum of RGB (Red+Green+Blue) = 142+167+228=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #8EA7E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA7E4 is #71581B. Grayscale: #A6A6A6. Windows color (decimal): -7428124 or 14985102. OLE color: 14985102.
HSL color Cylindrical-coordinate representation of color #8EA7E4: hue angle of 222.56º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EA7E4 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 167 | 228 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.11 |
| HSL | 222.56º | 0.61% | 0.73% | - |
| HSV(B) | 222.56º | 0.38% | 0.89% | - |
| XYZ | 38.98 | 38.99 | 78.87 | - |
| YUV | 166.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 167 | 228 | 0.38 | 0.27 | 0 | 0.11 | 222.56 | 0.61 | 0.73 |
| Hex | 8E | A7 | E4 | 26 | 1B | 0 | B | DF | 3D | 49 |
| Octal | 216 | 247 | 344 | 46 | 33 | 0 | 13 | 337 | 75 | 111 |
| Binary | 10001110 | 10100111 | 11100100 | 100110 | 11011 | 0 | 1011 | 11011111 | 111101 | 1001001 |
Color Harmonies of #8EA7E4
Complementary color
Monochromatic Colors of #8EA7E4
Black with #8EA7E4
Text Example
Text Example
White with #8EA7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA7E4; }
p { color: rgb(142,167,228); }
H1.HeaderClassName
{
color: #8EA7E4;
}
.AnyTagClassName
{
color: #8EA7E4;
}
</style>
background-color css
<style>
a { background-color: #8EA7E4; }
a { background-color: rgb(142,167,228); }
div.DivClassName
{
background-color: #8EA7E4;
}
.BgClassName
{
background-color: #8EA7E4;
}
</style>
border-color css
<style>
span { border-color: #8EA7E4; }
span { border-color: rgb(142,167,228); }
td.TdClassName
{
border-color: #8EA7E4;
}
.TagClassName
{
border-color: #8EA7E4;
}
</style>