Shades of Portage #898BE3
Tints of Portage #898BE3
RGB
CMYK
RGB Variations
Color information
#898BE3 (or 0x898BE3) is known color: Portage. HEX triplet: 89, 8B and E3. RGB value is (137,139,227). Sum of RGB (Red+Green+Blue) = 137+139+227=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #898BE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BE3 is #76741C. Grayscale: #949494. Windows color (decimal): -7762973 or 14912393. OLE color: 14912393.
HSL color Cylindrical-coordinate representation of color #898BE3: hue angle of 238.67º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #898BE3 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 139 | 227 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.11 |
| HSL | 238.67º | 0.62% | 0.71% | - |
| HSV(B) | 238.67º | 0.4% | 0.89% | - |
| XYZ | 33.41 | 29.33 | 76.57 | - |
| YUV | 148.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 227 | 0.40 | 0.39 | 0 | 0.11 | 238.67 | 0.62 | 0.71 |
| Hex | 89 | 8B | E3 | 28 | 27 | 0 | B | EF | 3E | 47 |
| Octal | 211 | 213 | 343 | 50 | 47 | 0 | 13 | 357 | 76 | 107 |
| Binary | 10001001 | 10001011 | 11100011 | 101000 | 100111 | 0 | 1011 | 11101111 | 111110 | 1000111 |
Color Harmonies of #898BE3
Complementary color
Monochromatic Colors of #898BE3
Black with #898BE3
Text Example
Text Example
White with #898BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898BE3; }
p { color: rgb(137,139,227); }
H1.HeaderClassName
{
color: #898BE3;
}
.AnyTagClassName
{
color: #898BE3;
}
</style>
background-color css
<style>
a { background-color: #898BE3; }
a { background-color: rgb(137,139,227); }
div.DivClassName
{
background-color: #898BE3;
}
.BgClassName
{
background-color: #898BE3;
}
</style>
border-color css
<style>
span { border-color: #898BE3; }
span { border-color: rgb(137,139,227); }
td.TdClassName
{
border-color: #898BE3;
}
.TagClassName
{
border-color: #898BE3;
}
</style>