Shades of Portage #898DEC
Tints of Portage #898DEC
RGB
CMYK
RGB Variations
Color information
#898DEC (or 0x898DEC) is known color: Portage. HEX triplet: 89, 8D and EC. RGB value is (137,141,236). Sum of RGB (Red+Green+Blue) = 137+141+236=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #898DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898DEC is #767213. Grayscale: #969696. Windows color (decimal): -7762452 or 15502729. OLE color: 15502729.
HSL color Cylindrical-coordinate representation of color #898DEC: hue angle of 237.58º 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 #898DEC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 141 | 236 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.07 |
| HSL | 237.58º | 0.72% | 0.73% | - |
| HSV(B) | 237.58º | 0.42% | 0.93% | - |
| XYZ | 34.98 | 30.42 | 83.39 | - |
| YUV | 150.63 | 176.17 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 236 | 0.42 | 0.40 | 0 | 0.07 | 237.58 | 0.72 | 0.73 |
| Hex | 89 | 8D | EC | 2A | 28 | 0 | 7 | EE | 48 | 49 |
| Octal | 211 | 215 | 354 | 52 | 50 | 0 | 7 | 356 | 110 | 111 |
| Binary | 10001001 | 10001101 | 11101100 | 101010 | 101000 | 0 | 111 | 11101110 | 1001000 | 1001001 |
Color Harmonies of #898DEC
Complementary color
Monochromatic Colors of #898DEC
Black with #898DEC
Text Example
Text Example
White with #898DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DEC; }
p { color: rgb(137,141,236); }
H1.HeaderClassName
{
color: #898DEC;
}
.AnyTagClassName
{
color: #898DEC;
}
</style>
background-color css
<style>
a { background-color: #898DEC; }
a { background-color: rgb(137,141,236); }
div.DivClassName
{
background-color: #898DEC;
}
.BgClassName
{
background-color: #898DEC;
}
</style>
border-color css
<style>
span { border-color: #898DEC; }
span { border-color: rgb(137,141,236); }
td.TdClassName
{
border-color: #898DEC;
}
.TagClassName
{
border-color: #898DEC;
}
</style>