Shades of Portage #8C89E5
Tints of Portage #8C89E5
RGB
CMYK
RGB Variations
Color information
#8C89E5 (or 0x8C89E5) is known color: Portage. HEX triplet: 8C, 89 and E5. RGB value is (140,137,229). Sum of RGB (Red+Green+Blue) = 140+137+229=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #8C89E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C89E5 is #73761A. Grayscale: #949494. Windows color (decimal): -7566875 or 15042956. OLE color: 15042956.
HSL color Cylindrical-coordinate representation of color #8C89E5: hue angle of 241.96º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C89E5 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 137 | 229 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.10 |
| HSL | 241.96º | 0.64% | 0.72% | - |
| HSV(B) | 241.96º | 0.4% | 0.9% | - |
| XYZ | 33.9 | 29.12 | 77.96 | - |
| YUV | 148.39 | 173.49 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 229 | 0.39 | 0.40 | 0 | 0.10 | 241.96 | 0.64 | 0.72 |
| Hex | 8C | 89 | E5 | 27 | 28 | 0 | A | F2 | 40 | 48 |
| Octal | 214 | 211 | 345 | 47 | 50 | 0 | 12 | 362 | 100 | 110 |
| Binary | 10001100 | 10001001 | 11100101 | 100111 | 101000 | 0 | 1010 | 11110010 | 1000000 | 1001000 |
Color Harmonies of #8C89E5
Complementary color
Monochromatic Colors of #8C89E5
Black with #8C89E5
Text Example
Text Example
White with #8C89E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C89E5; }
p { color: rgb(140,137,229); }
H1.HeaderClassName
{
color: #8C89E5;
}
.AnyTagClassName
{
color: #8C89E5;
}
</style>
background-color css
<style>
a { background-color: #8C89E5; }
a { background-color: rgb(140,137,229); }
div.DivClassName
{
background-color: #8C89E5;
}
.BgClassName
{
background-color: #8C89E5;
}
</style>
border-color css
<style>
span { border-color: #8C89E5; }
span { border-color: rgb(140,137,229); }
td.TdClassName
{
border-color: #8C89E5;
}
.TagClassName
{
border-color: #8C89E5;
}
</style>