Shades of Portage #898DF0
Tints of Portage #898DF0
RGB
CMYK
RGB Variations
Color information
#898DF0 (or 0x898DF0) is known color: Portage. HEX triplet: 89, 8D and F0. RGB value is (137,141,240). Sum of RGB (Red+Green+Blue) = 137+141+240=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #898DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898DF0 is #76720F. Grayscale: #969696. Windows color (decimal): -7762448 or 15764873. OLE color: 15764873.
HSL color Cylindrical-coordinate representation of color #898DF0: hue angle of 237.67º 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 #898DF0 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 141 | 240 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.06 |
| HSL | 237.67º | 0.77% | 0.74% | - |
| HSV(B) | 237.67º | 0.43% | 0.94% | - |
| XYZ | 35.57 | 30.66 | 86.48 | - |
| YUV | 151.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 240 | 0.43 | 0.41 | 0 | 0.06 | 237.67 | 0.77 | 0.74 |
| Hex | 89 | 8D | F0 | 2B | 29 | 0 | 6 | EE | 4D | 4A |
| Octal | 211 | 215 | 360 | 53 | 51 | 0 | 6 | 356 | 115 | 112 |
| Binary | 10001001 | 10001101 | 11110000 | 101011 | 101001 | 0 | 110 | 11101110 | 1001101 | 1001010 |
Color Harmonies of #898DF0
Complementary color
Monochromatic Colors of #898DF0
Black with #898DF0
Text Example
Text Example
White with #898DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DF0; }
p { color: rgb(137,141,240); }
H1.HeaderClassName
{
color: #898DF0;
}
.AnyTagClassName
{
color: #898DF0;
}
</style>
background-color css
<style>
a { background-color: #898DF0; }
a { background-color: rgb(137,141,240); }
div.DivClassName
{
background-color: #898DF0;
}
.BgClassName
{
background-color: #898DF0;
}
</style>
border-color css
<style>
span { border-color: #898DF0; }
span { border-color: rgb(137,141,240); }
td.TdClassName
{
border-color: #898DF0;
}
.TagClassName
{
border-color: #898DF0;
}
</style>