Shades of Portage #898BE6
Tints of Portage #898BE6
RGB
CMYK
RGB Variations
Color information
#898BE6 (or 0x898BE6) is known color: Portage. HEX triplet: 89, 8B and E6. RGB value is (137,139,230). Sum of RGB (Red+Green+Blue) = 137+139+230=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #898BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898BE6 is #767419. Grayscale: #949494. Windows color (decimal): -7762970 or 15109001. OLE color: 15109001.
HSL color Cylindrical-coordinate representation of color #898BE6: hue angle of 238.71º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #898BE6 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 139 | 230 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.10 |
| HSL | 238.71º | 0.65% | 0.72% | - |
| HSV(B) | 238.71º | 0.4% | 0.9% | - |
| XYZ | 33.83 | 29.5 | 78.77 | - |
| YUV | 148.78 | 173.84 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 230 | 0.40 | 0.40 | 0 | 0.10 | 238.71 | 0.65 | 0.72 |
| Hex | 89 | 8B | E6 | 28 | 28 | 0 | A | EF | 41 | 48 |
| Octal | 211 | 213 | 346 | 50 | 50 | 0 | 12 | 357 | 101 | 110 |
| Binary | 10001001 | 10001011 | 11100110 | 101000 | 101000 | 0 | 1010 | 11101111 | 1000001 | 1001000 |
Color Harmonies of #898BE6
Complementary color
Monochromatic Colors of #898BE6
Black with #898BE6
Text Example
Text Example
White with #898BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898BE6; }
p { color: rgb(137,139,230); }
H1.HeaderClassName
{
color: #898BE6;
}
.AnyTagClassName
{
color: #898BE6;
}
</style>
background-color css
<style>
a { background-color: #898BE6; }
a { background-color: rgb(137,139,230); }
div.DivClassName
{
background-color: #898BE6;
}
.BgClassName
{
background-color: #898BE6;
}
</style>
border-color css
<style>
span { border-color: #898BE6; }
span { border-color: rgb(137,139,230); }
td.TdClassName
{
border-color: #898BE6;
}
.TagClassName
{
border-color: #898BE6;
}
</style>