Shades of Portage #898EDC
Tints of Portage #898EDC
RGB
CMYK
RGB Variations
Color information
#898EDC (or 0x898EDC) is known color: Portage. HEX triplet: 89, 8E and DC. RGB value is (137,142,220). Sum of RGB (Red+Green+Blue) = 137+142+220=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #898EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EDC is #767123. Grayscale: #959595. Windows color (decimal): -7762212 or 14454409. OLE color: 14454409.
HSL color Cylindrical-coordinate representation of color #898EDC: hue angle of 236.39º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #898EDC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 142 | 220 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.14 |
| HSL | 236.39º | 0.54% | 0.7% | - |
| HSV(B) | 236.39º | 0.38% | 0.86% | - |
| XYZ | 32.91 | 29.83 | 71.73 | - |
| YUV | 149.4 | 167.84 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 220 | 0.38 | 0.35 | 0 | 0.14 | 236.39 | 0.54 | 0.7 |
| Hex | 89 | 8E | DC | 26 | 23 | 0 | E | EC | 36 | 46 |
| Octal | 211 | 216 | 334 | 46 | 43 | 0 | 16 | 354 | 66 | 106 |
| Binary | 10001001 | 10001110 | 11011100 | 100110 | 100011 | 0 | 1110 | 11101100 | 110110 | 1000110 |
Color Harmonies of #898EDC
Complementary color
Monochromatic Colors of #898EDC
Black with #898EDC
Text Example
Text Example
White with #898EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898EDC; }
p { color: rgb(137,142,220); }
H1.HeaderClassName
{
color: #898EDC;
}
.AnyTagClassName
{
color: #898EDC;
}
</style>
background-color css
<style>
a { background-color: #898EDC; }
a { background-color: rgb(137,142,220); }
div.DivClassName
{
background-color: #898EDC;
}
.BgClassName
{
background-color: #898EDC;
}
</style>
border-color css
<style>
span { border-color: #898EDC; }
span { border-color: rgb(137,142,220); }
td.TdClassName
{
border-color: #898EDC;
}
.TagClassName
{
border-color: #898EDC;
}
</style>