Shades of Portage #898DD0
Tints of Portage #898DD0
RGB
CMYK
RGB Variations
Color information
#898DD0 (or 0x898DD0) is known color: Portage. HEX triplet: 89, 8D and D0. RGB value is (137,141,208). Sum of RGB (Red+Green+Blue) = 137+141+208=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #898DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DD0 is #76722F. Grayscale: #939393. Windows color (decimal): -7762480 or 13667721. OLE color: 13667721.
HSL color Cylindrical-coordinate representation of color #898DD0: hue angle of 236.62º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #898DD0 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 141 | 208 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.18 |
| HSL | 236.62º | 0.43% | 0.68% | - |
| HSV(B) | 236.62º | 0.34% | 0.82% | - |
| XYZ | 31.23 | 28.92 | 63.61 | - |
| YUV | 147.44 | 162.17 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 208 | 0.34 | 0.32 | 0 | 0.18 | 236.62 | 0.43 | 0.68 |
| Hex | 89 | 8D | D0 | 22 | 20 | 0 | 12 | ED | 2B | 44 |
| Octal | 211 | 215 | 320 | 42 | 40 | 0 | 22 | 355 | 53 | 104 |
| Binary | 10001001 | 10001101 | 11010000 | 100010 | 100000 | 0 | 10010 | 11101101 | 101011 | 1000100 |
Color Harmonies of #898DD0
Complementary color
Monochromatic Colors of #898DD0
Black with #898DD0
Text Example
Text Example
White with #898DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DD0; }
p { color: rgb(137,141,208); }
H1.HeaderClassName
{
color: #898DD0;
}
.AnyTagClassName
{
color: #898DD0;
}
</style>
background-color css
<style>
a { background-color: #898DD0; }
a { background-color: rgb(137,141,208); }
div.DivClassName
{
background-color: #898DD0;
}
.BgClassName
{
background-color: #898DD0;
}
</style>
border-color css
<style>
span { border-color: #898DD0; }
span { border-color: rgb(137,141,208); }
td.TdClassName
{
border-color: #898DD0;
}
.TagClassName
{
border-color: #898DD0;
}
</style>