Shades of Portage #8C89ED
Tints of Portage #8C89ED
RGB
CMYK
RGB Variations
Color information
#8C89ED (or 0x8C89ED) is known color: Portage. HEX triplet: 8C, 89 and ED. RGB value is (140,137,237). Sum of RGB (Red+Green+Blue) = 140+137+237=514 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.24% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C89ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C89ED is #737612. Grayscale: #949494. Windows color (decimal): -7566867 or 15567244. OLE color: 15567244.
HSL color Cylindrical-coordinate representation of color #8C89ED: hue angle of 241.8º degrees, saturation: 0.74, 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 #8C89ED is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 137 | 237 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.07 |
| HSL | 241.8º | 0.74% | 0.73% | - |
| HSV(B) | 241.8º | 0.42% | 0.93% | - |
| XYZ | 35.05 | 29.58 | 83.98 | - |
| YUV | 149.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 237 | 0.41 | 0.42 | 0 | 0.07 | 241.8 | 0.74 | 0.73 |
| Hex | 8C | 89 | ED | 29 | 2A | 0 | 7 | F2 | 4A | 49 |
| Octal | 214 | 211 | 355 | 51 | 52 | 0 | 7 | 362 | 112 | 111 |
| Binary | 10001100 | 10001001 | 11101101 | 101001 | 101010 | 0 | 111 | 11110010 | 1001010 | 1001001 |
Color Harmonies of #8C89ED
Complementary color
Monochromatic Colors of #8C89ED
Black with #8C89ED
Text Example
Text Example
White with #8C89ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C89ED; }
p { color: rgb(140,137,237); }
H1.HeaderClassName
{
color: #8C89ED;
}
.AnyTagClassName
{
color: #8C89ED;
}
</style>
background-color css
<style>
a { background-color: #8C89ED; }
a { background-color: rgb(140,137,237); }
div.DivClassName
{
background-color: #8C89ED;
}
.BgClassName
{
background-color: #8C89ED;
}
</style>
border-color css
<style>
span { border-color: #8C89ED; }
span { border-color: rgb(140,137,237); }
td.TdClassName
{
border-color: #8C89ED;
}
.TagClassName
{
border-color: #8C89ED;
}
</style>