Shades of Portage #8E98CE
Tints of Portage #8E98CE
RGB
CMYK
RGB Variations
Color information
#8E98CE (or 0x8E98CE) is known color: Portage. HEX triplet: 8E, 98 and CE. RGB value is (142,152,206). Sum of RGB (Red+Green+Blue) = 142+152+206=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E98CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E98CE is #716731. Grayscale: #9A9A9A. Windows color (decimal): -7431986 or 13539470. OLE color: 13539470.
HSL color Cylindrical-coordinate representation of color #8E98CE: hue angle of 230.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E98CE is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 152 | 206 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.19 |
| HSL | 230.63º | 0.4% | 0.68% | - |
| HSV(B) | 230.63º | 0.31% | 0.81% | - |
| XYZ | 33.52 | 32.66 | 62.93 | - |
| YUV | 155.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 152 | 206 | 0.31 | 0.26 | 0 | 0.19 | 230.63 | 0.4 | 0.68 |
| Hex | 8E | 98 | CE | 1F | 1A | 0 | 13 | E7 | 28 | 44 |
| Octal | 216 | 230 | 316 | 37 | 32 | 0 | 23 | 347 | 50 | 104 |
| Binary | 10001110 | 10011000 | 11001110 | 11111 | 11010 | 0 | 10011 | 11100111 | 101000 | 1000100 |
Color Harmonies of #8E98CE
Complementary color
Monochromatic Colors of #8E98CE
Black with #8E98CE
Text Example
Text Example
White with #8E98CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E98CE; }
p { color: rgb(142,152,206); }
H1.HeaderClassName
{
color: #8E98CE;
}
.AnyTagClassName
{
color: #8E98CE;
}
</style>
background-color css
<style>
a { background-color: #8E98CE; }
a { background-color: rgb(142,152,206); }
div.DivClassName
{
background-color: #8E98CE;
}
.BgClassName
{
background-color: #8E98CE;
}
</style>
border-color css
<style>
span { border-color: #8E98CE; }
span { border-color: rgb(142,152,206); }
td.TdClassName
{
border-color: #8E98CE;
}
.TagClassName
{
border-color: #8E98CE;
}
</style>