Shades of Portage #8E96CE
Tints of Portage #8E96CE
RGB
CMYK
RGB Variations
Color information
#8E96CE (or 0x8E96CE) is known color: Portage. HEX triplet: 8E, 96 and CE. RGB value is (142,150,206). Sum of RGB (Red+Green+Blue) = 142+150+206=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E96CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E96CE is #716931. Grayscale: #999999. Windows color (decimal): -7432498 or 13538958. OLE color: 13538958.
HSL color Cylindrical-coordinate representation of color #8E96CE: hue angle of 232.5º 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 #8E96CE is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 150 | 206 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.19 |
| HSL | 232.5º | 0.4% | 0.68% | - |
| HSV(B) | 232.5º | 0.31% | 0.81% | - |
| XYZ | 33.2 | 32.02 | 62.82 | - |
| YUV | 153.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 150 | 206 | 0.31 | 0.27 | 0 | 0.19 | 232.5 | 0.4 | 0.68 |
| Hex | 8E | 96 | CE | 1F | 1B | 0 | 13 | E8 | 28 | 44 |
| Octal | 216 | 226 | 316 | 37 | 33 | 0 | 23 | 350 | 50 | 104 |
| Binary | 10001110 | 10010110 | 11001110 | 11111 | 11011 | 0 | 10011 | 11101000 | 101000 | 1000100 |
Color Harmonies of #8E96CE
Complementary color
Monochromatic Colors of #8E96CE
Black with #8E96CE
Text Example
Text Example
White with #8E96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E96CE; }
p { color: rgb(142,150,206); }
H1.HeaderClassName
{
color: #8E96CE;
}
.AnyTagClassName
{
color: #8E96CE;
}
</style>
background-color css
<style>
a { background-color: #8E96CE; }
a { background-color: rgb(142,150,206); }
div.DivClassName
{
background-color: #8E96CE;
}
.BgClassName
{
background-color: #8E96CE;
}
</style>
border-color css
<style>
span { border-color: #8E96CE; }
span { border-color: rgb(142,150,206); }
td.TdClassName
{
border-color: #8E96CE;
}
.TagClassName
{
border-color: #8E96CE;
}
</style>