Shades of Portage #898FF0
Tints of Portage #898FF0
RGB
CMYK
RGB Variations
Color information
#898FF0 (or 0x898FF0) is known color: Portage. HEX triplet: 89, 8F and F0. RGB value is (137,143,240). Sum of RGB (Red+Green+Blue) = 137+143+240=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #898FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898FF0 is #76700F. Grayscale: #979797. Windows color (decimal): -7761936 or 15765385. OLE color: 15765385.
HSL color Cylindrical-coordinate representation of color #898FF0: hue angle of 236.5º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #898FF0 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 143 | 240 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.06 |
| HSL | 236.5º | 0.77% | 0.74% | - |
| HSV(B) | 236.5º | 0.43% | 0.94% | - |
| XYZ | 35.87 | 31.25 | 86.58 | - |
| YUV | 152.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 240 | 0.43 | 0.40 | 0 | 0.06 | 236.5 | 0.77 | 0.74 |
| Hex | 89 | 8F | F0 | 2B | 28 | 0 | 6 | ED | 4D | 4A |
| Octal | 211 | 217 | 360 | 53 | 50 | 0 | 6 | 355 | 115 | 112 |
| Binary | 10001001 | 10001111 | 11110000 | 101011 | 101000 | 0 | 110 | 11101101 | 1001101 | 1001010 |
Color Harmonies of #898FF0
Complementary color
Monochromatic Colors of #898FF0
Black with #898FF0
Text Example
Text Example
White with #898FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FF0; }
p { color: rgb(137,143,240); }
H1.HeaderClassName
{
color: #898FF0;
}
.AnyTagClassName
{
color: #898FF0;
}
</style>
background-color css
<style>
a { background-color: #898FF0; }
a { background-color: rgb(137,143,240); }
div.DivClassName
{
background-color: #898FF0;
}
.BgClassName
{
background-color: #898FF0;
}
</style>
border-color css
<style>
span { border-color: #898FF0; }
span { border-color: rgb(137,143,240); }
td.TdClassName
{
border-color: #898FF0;
}
.TagClassName
{
border-color: #898FF0;
}
</style>