Shades of Portage #898ECF
Tints of Portage #898ECF
RGB
CMYK
RGB Variations
Color information
#898ECF (or 0x898ECF) is known color: Portage. HEX triplet: 89, 8E and CF. RGB value is (137,142,207). Sum of RGB (Red+Green+Blue) = 137+142+207=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #898ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ECF is #767130. Grayscale: #939393. Windows color (decimal): -7762225 or 13602441. OLE color: 13602441.
HSL color Cylindrical-coordinate representation of color #898ECF: hue angle of 235.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #898ECF is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 142 | 207 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.19 |
| HSL | 235.71º | 0.42% | 0.67% | - |
| HSV(B) | 235.71º | 0.34% | 0.81% | - |
| XYZ | 31.25 | 29.17 | 63.01 | - |
| YUV | 147.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 207 | 0.34 | 0.31 | 0 | 0.19 | 235.71 | 0.42 | 0.67 |
| Hex | 89 | 8E | CF | 22 | 1F | 0 | 13 | EC | 2A | 43 |
| Octal | 211 | 216 | 317 | 42 | 37 | 0 | 23 | 354 | 52 | 103 |
| Binary | 10001001 | 10001110 | 11001111 | 100010 | 11111 | 0 | 10011 | 11101100 | 101010 | 1000011 |
Color Harmonies of #898ECF
Complementary color
Monochromatic Colors of #898ECF
Black with #898ECF
Text Example
Text Example
White with #898ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898ECF; }
p { color: rgb(137,142,207); }
H1.HeaderClassName
{
color: #898ECF;
}
.AnyTagClassName
{
color: #898ECF;
}
</style>
background-color css
<style>
a { background-color: #898ECF; }
a { background-color: rgb(137,142,207); }
div.DivClassName
{
background-color: #898ECF;
}
.BgClassName
{
background-color: #898ECF;
}
</style>
border-color css
<style>
span { border-color: #898ECF; }
span { border-color: rgb(137,142,207); }
td.TdClassName
{
border-color: #898ECF;
}
.TagClassName
{
border-color: #898ECF;
}
</style>