Shades of Portage #898EF3
Tints of Portage #898EF3
RGB
CMYK
RGB Variations
Color information
#898EF3 (or 0x898EF3) is known color: Portage. HEX triplet: 89, 8E and F3. RGB value is (137,142,243). Sum of RGB (Red+Green+Blue) = 137+142+243=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #898EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898EF3 is #76710C. Grayscale: #979797. Windows color (decimal): -7762189 or 15961737. OLE color: 15961737.
HSL color Cylindrical-coordinate representation of color #898EF3: hue angle of 237.17º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #898EF3 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 142 | 243 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.05 |
| HSL | 237.17º | 0.82% | 0.75% | - |
| HSV(B) | 237.17º | 0.44% | 0.95% | - |
| XYZ | 36.17 | 31.14 | 88.9 | - |
| YUV | 152.02 | 179.34 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 243 | 0.44 | 0.42 | 0 | 0.05 | 237.17 | 0.82 | 0.75 |
| Hex | 89 | 8E | F3 | 2C | 2A | 0 | 5 | ED | 52 | 4B |
| Octal | 211 | 216 | 363 | 54 | 52 | 0 | 5 | 355 | 122 | 113 |
| Binary | 10001001 | 10001110 | 11110011 | 101100 | 101010 | 0 | 101 | 11101101 | 1010010 | 1001011 |
Color Harmonies of #898EF3
Complementary color
Monochromatic Colors of #898EF3
Black with #898EF3
Text Example
Text Example
White with #898EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898EF3; }
p { color: rgb(137,142,243); }
H1.HeaderClassName
{
color: #898EF3;
}
.AnyTagClassName
{
color: #898EF3;
}
</style>
background-color css
<style>
a { background-color: #898EF3; }
a { background-color: rgb(137,142,243); }
div.DivClassName
{
background-color: #898EF3;
}
.BgClassName
{
background-color: #898EF3;
}
</style>
border-color css
<style>
span { border-color: #898EF3; }
span { border-color: rgb(137,142,243); }
td.TdClassName
{
border-color: #898EF3;
}
.TagClassName
{
border-color: #898EF3;
}
</style>