Shades of Portage #8EA3DC
Tints of Portage #8EA3DC
RGB
CMYK
RGB Variations
Color information
#8EA3DC (or 0x8EA3DC) is known color: Portage. HEX triplet: 8E, A3 and DC. RGB value is (142,163,220). Sum of RGB (Red+Green+Blue) = 142+163+220=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EA3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3DC is #715C23. Grayscale: #A2A2A2. Windows color (decimal): -7429156 or 14459790. OLE color: 14459790.
HSL color Cylindrical-coordinate representation of color #8EA3DC: hue angle of 223.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EA3DC is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 163 | 220 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.14 |
| HSL | 223.85º | 0.53% | 0.71% | - |
| HSV(B) | 223.85º | 0.35% | 0.86% | - |
| XYZ | 37.17 | 37.11 | 72.91 | - |
| YUV | 163.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 163 | 220 | 0.35 | 0.26 | 0 | 0.14 | 223.85 | 0.53 | 0.71 |
| Hex | 8E | A3 | DC | 23 | 1A | 0 | E | E0 | 35 | 47 |
| Octal | 216 | 243 | 334 | 43 | 32 | 0 | 16 | 340 | 65 | 107 |
| Binary | 10001110 | 10100011 | 11011100 | 100011 | 11010 | 0 | 1110 | 11100000 | 110101 | 1000111 |
Color Harmonies of #8EA3DC
Complementary color
Monochromatic Colors of #8EA3DC
Black with #8EA3DC
Text Example
Text Example
White with #8EA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA3DC; }
p { color: rgb(142,163,220); }
H1.HeaderClassName
{
color: #8EA3DC;
}
.AnyTagClassName
{
color: #8EA3DC;
}
</style>
background-color css
<style>
a { background-color: #8EA3DC; }
a { background-color: rgb(142,163,220); }
div.DivClassName
{
background-color: #8EA3DC;
}
.BgClassName
{
background-color: #8EA3DC;
}
</style>
border-color css
<style>
span { border-color: #8EA3DC; }
span { border-color: rgb(142,163,220); }
td.TdClassName
{
border-color: #8EA3DC;
}
.TagClassName
{
border-color: #8EA3DC;
}
</style>