Shades of Portage #8E9EE6
Tints of Portage #8E9EE6
RGB
CMYK
RGB Variations
Color information
#8E9EE6 (or 0x8E9EE6) is known color: Portage. HEX triplet: 8E, 9E and E6. RGB value is (142,158,230). Sum of RGB (Red+Green+Blue) = 142+158+230=530 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.79% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #8E9EE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9EE6 is #716119. Grayscale: #A1A1A1. Windows color (decimal): -7430426 or 15113870. OLE color: 15113870.
HSL color Cylindrical-coordinate representation of color #8E9EE6: hue angle of 229.09º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E9EE6 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 158 | 230 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.10 |
| HSL | 229.09º | 0.64% | 0.73% | - |
| HSV(B) | 229.09º | 0.38% | 0.9% | - |
| XYZ | 37.67 | 35.92 | 79.81 | - |
| YUV | 161.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 158 | 230 | 0.38 | 0.31 | 0 | 0.10 | 229.09 | 0.64 | 0.73 |
| Hex | 8E | 9E | E6 | 26 | 1F | 0 | A | E5 | 40 | 49 |
| Octal | 216 | 236 | 346 | 46 | 37 | 0 | 12 | 345 | 100 | 111 |
| Binary | 10001110 | 10011110 | 11100110 | 100110 | 11111 | 0 | 1010 | 11100101 | 1000000 | 1001001 |
Color Harmonies of #8E9EE6
Complementary color
Monochromatic Colors of #8E9EE6
Black with #8E9EE6
Text Example
Text Example
White with #8E9EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9EE6; }
p { color: rgb(142,158,230); }
H1.HeaderClassName
{
color: #8E9EE6;
}
.AnyTagClassName
{
color: #8E9EE6;
}
</style>
background-color css
<style>
a { background-color: #8E9EE6; }
a { background-color: rgb(142,158,230); }
div.DivClassName
{
background-color: #8E9EE6;
}
.BgClassName
{
background-color: #8E9EE6;
}
</style>
border-color css
<style>
span { border-color: #8E9EE6; }
span { border-color: rgb(142,158,230); }
td.TdClassName
{
border-color: #8E9EE6;
}
.TagClassName
{
border-color: #8E9EE6;
}
</style>