Shades of Portage #898BF1
Tints of Portage #898BF1
RGB
CMYK
RGB Variations
Color information
#898BF1 (or 0x898BF1) is known color: Portage. HEX triplet: 89, 8B and F1. RGB value is (137,139,241). Sum of RGB (Red+Green+Blue) = 137+139+241=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #898BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898BF1 is #76740E. Grayscale: #959595. Windows color (decimal): -7762959 or 15829897. OLE color: 15829897.
HSL color Cylindrical-coordinate representation of color #898BF1: hue angle of 238.85º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #898BF1 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 139 | 241 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.05 |
| HSL | 238.85º | 0.79% | 0.74% | - |
| HSV(B) | 238.85º | 0.43% | 0.95% | - |
| XYZ | 35.43 | 30.13 | 87.17 | - |
| YUV | 150.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 241 | 0.43 | 0.42 | 0 | 0.05 | 238.85 | 0.79 | 0.74 |
| Hex | 89 | 8B | F1 | 2B | 2A | 0 | 5 | EF | 4F | 4A |
| Octal | 211 | 213 | 361 | 53 | 52 | 0 | 5 | 357 | 117 | 112 |
| Binary | 10001001 | 10001011 | 11110001 | 101011 | 101010 | 0 | 101 | 11101111 | 1001111 | 1001010 |
Color Harmonies of #898BF1
Complementary color
Monochromatic Colors of #898BF1
Black with #898BF1
Text Example
Text Example
White with #898BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898BF1; }
p { color: rgb(137,139,241); }
H1.HeaderClassName
{
color: #898BF1;
}
.AnyTagClassName
{
color: #898BF1;
}
</style>
background-color css
<style>
a { background-color: #898BF1; }
a { background-color: rgb(137,139,241); }
div.DivClassName
{
background-color: #898BF1;
}
.BgClassName
{
background-color: #898BF1;
}
</style>
border-color css
<style>
span { border-color: #898BF1; }
span { border-color: rgb(137,139,241); }
td.TdClassName
{
border-color: #898BF1;
}
.TagClassName
{
border-color: #898BF1;
}
</style>