Shades of Portage #898ADF
Tints of Portage #898ADF
RGB
CMYK
RGB Variations
Color information
#898ADF (or 0x898ADF) is known color: Portage. HEX triplet: 89, 8A and DF. RGB value is (137,138,223). Sum of RGB (Red+Green+Blue) = 137+138+223=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #898ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ADF is #767520. Grayscale: #939393. Windows color (decimal): -7763233 or 14649993. OLE color: 14649993.
HSL color Cylindrical-coordinate representation of color #898ADF: hue angle of 239.3º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #898ADF is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 138 | 223 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.13 |
| HSL | 239.3º | 0.57% | 0.71% | - |
| HSV(B) | 239.3º | 0.39% | 0.87% | - |
| XYZ | 32.72 | 28.82 | 73.65 | - |
| YUV | 147.39 | 170.67 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 223 | 0.39 | 0.38 | 0 | 0.13 | 239.3 | 0.57 | 0.71 |
| Hex | 89 | 8A | DF | 27 | 26 | 0 | D | EF | 39 | 47 |
| Octal | 211 | 212 | 337 | 47 | 46 | 0 | 15 | 357 | 71 | 107 |
| Binary | 10001001 | 10001010 | 11011111 | 100111 | 100110 | 0 | 1101 | 11101111 | 111001 | 1000111 |
Color Harmonies of #898ADF
Complementary color
Monochromatic Colors of #898ADF
Black with #898ADF
Text Example
Text Example
White with #898ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898ADF; }
p { color: rgb(137,138,223); }
H1.HeaderClassName
{
color: #898ADF;
}
.AnyTagClassName
{
color: #898ADF;
}
</style>
background-color css
<style>
a { background-color: #898ADF; }
a { background-color: rgb(137,138,223); }
div.DivClassName
{
background-color: #898ADF;
}
.BgClassName
{
background-color: #898ADF;
}
</style>
border-color css
<style>
span { border-color: #898ADF; }
span { border-color: rgb(137,138,223); }
td.TdClassName
{
border-color: #898ADF;
}
.TagClassName
{
border-color: #898ADF;
}
</style>