Shades of Portage #8C89EC
Tints of Portage #8C89EC
RGB
CMYK
RGB Variations
Color information
#8C89EC (or 0x8C89EC) is known color: Portage. HEX triplet: 8C, 89 and EC. RGB value is (140,137,236). Sum of RGB (Red+Green+Blue) = 140+137+236=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C89EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C89EC is #737613. Grayscale: #949494. Windows color (decimal): -7566868 or 15501708. OLE color: 15501708.
HSL color Cylindrical-coordinate representation of color #8C89EC: hue angle of 241.82º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C89EC is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 137 | 236 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.07 |
| HSL | 241.82º | 0.72% | 0.73% | - |
| HSV(B) | 241.82º | 0.42% | 0.93% | - |
| XYZ | 34.9 | 29.52 | 83.22 | - |
| YUV | 149.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 236 | 0.41 | 0.42 | 0 | 0.07 | 241.82 | 0.72 | 0.73 |
| Hex | 8C | 89 | EC | 29 | 2A | 0 | 7 | F2 | 48 | 49 |
| Octal | 214 | 211 | 354 | 51 | 52 | 0 | 7 | 362 | 110 | 111 |
| Binary | 10001100 | 10001001 | 11101100 | 101001 | 101010 | 0 | 111 | 11110010 | 1001000 | 1001001 |
Color Harmonies of #8C89EC
Complementary color
Monochromatic Colors of #8C89EC
Black with #8C89EC
Text Example
Text Example
White with #8C89EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C89EC; }
p { color: rgb(140,137,236); }
H1.HeaderClassName
{
color: #8C89EC;
}
.AnyTagClassName
{
color: #8C89EC;
}
</style>
background-color css
<style>
a { background-color: #8C89EC; }
a { background-color: rgb(140,137,236); }
div.DivClassName
{
background-color: #8C89EC;
}
.BgClassName
{
background-color: #8C89EC;
}
</style>
border-color css
<style>
span { border-color: #8C89EC; }
span { border-color: rgb(140,137,236); }
td.TdClassName
{
border-color: #8C89EC;
}
.TagClassName
{
border-color: #8C89EC;
}
</style>