Shades of Portage #8EA4DA
Tints of Portage #8EA4DA
RGB
CMYK
RGB Variations
Color information
#8EA4DA (or 0x8EA4DA) is known color: Portage. HEX triplet: 8E, A4 and DA. RGB value is (142,164,218). Sum of RGB (Red+Green+Blue) = 142+164+218=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #8EA4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA4DA is #715B25. Grayscale: #A3A3A3. Windows color (decimal): -7428902 or 14328974. OLE color: 14328974.
HSL color Cylindrical-coordinate representation of color #8EA4DA: hue angle of 222.63º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EA4DA is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 164 | 218 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.15 |
| HSL | 222.63º | 0.51% | 0.71% | - |
| HSV(B) | 222.63º | 0.35% | 0.85% | - |
| XYZ | 37.09 | 37.36 | 71.59 | - |
| YUV | 163.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 164 | 218 | 0.35 | 0.25 | 0 | 0.15 | 222.63 | 0.51 | 0.71 |
| Hex | 8E | A4 | DA | 23 | 19 | 0 | F | DF | 33 | 47 |
| Octal | 216 | 244 | 332 | 43 | 31 | 0 | 17 | 337 | 63 | 107 |
| Binary | 10001110 | 10100100 | 11011010 | 100011 | 11001 | 0 | 1111 | 11011111 | 110011 | 1000111 |
Color Harmonies of #8EA4DA
Complementary color
Monochromatic Colors of #8EA4DA
Black with #8EA4DA
Text Example
Text Example
White with #8EA4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA4DA; }
p { color: rgb(142,164,218); }
H1.HeaderClassName
{
color: #8EA4DA;
}
.AnyTagClassName
{
color: #8EA4DA;
}
</style>
background-color css
<style>
a { background-color: #8EA4DA; }
a { background-color: rgb(142,164,218); }
div.DivClassName
{
background-color: #8EA4DA;
}
.BgClassName
{
background-color: #8EA4DA;
}
</style>
border-color css
<style>
span { border-color: #8EA4DA; }
span { border-color: rgb(142,164,218); }
td.TdClassName
{
border-color: #8EA4DA;
}
.TagClassName
{
border-color: #8EA4DA;
}
</style>