Shades of Portage #8E9CE7
Tints of Portage #8E9CE7
RGB
CMYK
RGB Variations
Color information
#8E9CE7 (or 0x8E9CE7) is known color: Portage. HEX triplet: 8E, 9C and E7. RGB value is (142,156,231). Sum of RGB (Red+Green+Blue) = 142+156+231=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #8E9CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9CE7 is #716318. Grayscale: #A0A0A0. Windows color (decimal): -7430937 or 15178894. OLE color: 15178894.
HSL color Cylindrical-coordinate representation of color #8E9CE7: hue angle of 230.56º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E9CE7 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 156 | 231 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.09 |
| HSL | 230.56º | 0.65% | 0.73% | - |
| HSV(B) | 230.56º | 0.39% | 0.91% | - |
| XYZ | 37.47 | 35.3 | 80.44 | - |
| YUV | 160.36 | 167.86 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 156 | 231 | 0.39 | 0.32 | 0 | 0.09 | 230.56 | 0.65 | 0.73 |
| Hex | 8E | 9C | E7 | 27 | 20 | 0 | 9 | E7 | 41 | 49 |
| Octal | 216 | 234 | 347 | 47 | 40 | 0 | 11 | 347 | 101 | 111 |
| Binary | 10001110 | 10011100 | 11100111 | 100111 | 100000 | 0 | 1001 | 11100111 | 1000001 | 1001001 |
Color Harmonies of #8E9CE7
Complementary color
Monochromatic Colors of #8E9CE7
Black with #8E9CE7
Text Example
Text Example
White with #8E9CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9CE7; }
p { color: rgb(142,156,231); }
H1.HeaderClassName
{
color: #8E9CE7;
}
.AnyTagClassName
{
color: #8E9CE7;
}
</style>
background-color css
<style>
a { background-color: #8E9CE7; }
a { background-color: rgb(142,156,231); }
div.DivClassName
{
background-color: #8E9CE7;
}
.BgClassName
{
background-color: #8E9CE7;
}
</style>
border-color css
<style>
span { border-color: #8E9CE7; }
span { border-color: rgb(142,156,231); }
td.TdClassName
{
border-color: #8E9CE7;
}
.TagClassName
{
border-color: #8E9CE7;
}
</style>