Shades of Portage #898EC9
Tints of Portage #898EC9
RGB
CMYK
RGB Variations
Color information
#898EC9 (or 0x898EC9) is known color: Portage. HEX triplet: 89, 8E and C9. RGB value is (137,142,201). Sum of RGB (Red+Green+Blue) = 137+142+201=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #898EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EC9 is #767136. Grayscale: #929292. Windows color (decimal): -7762231 or 13209225. OLE color: 13209225.
HSL color Cylindrical-coordinate representation of color #898EC9: hue angle of 235.31º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #898EC9 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 142 | 201 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.21 |
| HSL | 235.31º | 0.37% | 0.66% | - |
| HSV(B) | 235.31º | 0.32% | 0.79% | - |
| XYZ | 30.53 | 28.88 | 59.22 | - |
| YUV | 147.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 201 | 0.32 | 0.29 | 0 | 0.21 | 235.31 | 0.37 | 0.66 |
| Hex | 89 | 8E | C9 | 20 | 1D | 0 | 15 | EB | 25 | 42 |
| Octal | 211 | 216 | 311 | 40 | 35 | 0 | 25 | 353 | 45 | 102 |
| Binary | 10001001 | 10001110 | 11001001 | 100000 | 11101 | 0 | 10101 | 11101011 | 100101 | 1000010 |
Color Harmonies of #898EC9
Complementary color
Monochromatic Colors of #898EC9
Black with #898EC9
Text Example
Text Example
White with #898EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898EC9; }
p { color: rgb(137,142,201); }
H1.HeaderClassName
{
color: #898EC9;
}
.AnyTagClassName
{
color: #898EC9;
}
</style>
background-color css
<style>
a { background-color: #898EC9; }
a { background-color: rgb(137,142,201); }
div.DivClassName
{
background-color: #898EC9;
}
.BgClassName
{
background-color: #898EC9;
}
</style>
border-color css
<style>
span { border-color: #898EC9; }
span { border-color: rgb(137,142,201); }
td.TdClassName
{
border-color: #898EC9;
}
.TagClassName
{
border-color: #898EC9;
}
</style>