Shades of Portage #8EA2DF
Tints of Portage #8EA2DF
RGB
CMYK
RGB Variations
Color information
#8EA2DF (or 0x8EA2DF) is known color: Portage. HEX triplet: 8E, A2 and DF. RGB value is (142,162,223). Sum of RGB (Red+Green+Blue) = 142+162+223=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EA2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2DF is #715D20. Grayscale: #A2A2A2. Windows color (decimal): -7429409 or 14656142. OLE color: 14656142.
HSL color Cylindrical-coordinate representation of color #8EA2DF: hue angle of 225.19º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EA2DF is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 162 | 223 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.13 |
| HSL | 225.19º | 0.56% | 0.72% | - |
| HSV(B) | 225.19º | 0.36% | 0.87% | - |
| XYZ | 37.39 | 36.92 | 74.97 | - |
| YUV | 162.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 223 | 0.36 | 0.27 | 0 | 0.13 | 225.19 | 0.56 | 0.72 |
| Hex | 8E | A2 | DF | 24 | 1B | 0 | D | E1 | 38 | 48 |
| Octal | 216 | 242 | 337 | 44 | 33 | 0 | 15 | 341 | 70 | 110 |
| Binary | 10001110 | 10100010 | 11011111 | 100100 | 11011 | 0 | 1101 | 11100001 | 111000 | 1001000 |
Color Harmonies of #8EA2DF
Complementary color
Monochromatic Colors of #8EA2DF
Black with #8EA2DF
Text Example
Text Example
White with #8EA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA2DF; }
p { color: rgb(142,162,223); }
H1.HeaderClassName
{
color: #8EA2DF;
}
.AnyTagClassName
{
color: #8EA2DF;
}
</style>
background-color css
<style>
a { background-color: #8EA2DF; }
a { background-color: rgb(142,162,223); }
div.DivClassName
{
background-color: #8EA2DF;
}
.BgClassName
{
background-color: #8EA2DF;
}
</style>
border-color css
<style>
span { border-color: #8EA2DF; }
span { border-color: rgb(142,162,223); }
td.TdClassName
{
border-color: #8EA2DF;
}
.TagClassName
{
border-color: #8EA2DF;
}
</style>