Shades of Portage #898BE4
Tints of Portage #898BE4
RGB
CMYK
RGB Variations
Color information
#898BE4 (or 0x898BE4) is known color: Portage. HEX triplet: 89, 8B and E4. RGB value is (137,139,228). Sum of RGB (Red+Green+Blue) = 137+139+228=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #898BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BE4 is #76741B. Grayscale: #949494. Windows color (decimal): -7762972 or 14977929. OLE color: 14977929.
HSL color Cylindrical-coordinate representation of color #898BE4: hue angle of 238.68º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #898BE4 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 139 | 228 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.11 |
| HSL | 238.68º | 0.63% | 0.72% | - |
| HSV(B) | 238.68º | 0.4% | 0.89% | - |
| XYZ | 33.55 | 29.39 | 77.3 | - |
| YUV | 148.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 228 | 0.40 | 0.39 | 0 | 0.11 | 238.68 | 0.63 | 0.72 |
| Hex | 89 | 8B | E4 | 28 | 27 | 0 | B | EF | 3F | 48 |
| Octal | 211 | 213 | 344 | 50 | 47 | 0 | 13 | 357 | 77 | 110 |
| Binary | 10001001 | 10001011 | 11100100 | 101000 | 100111 | 0 | 1011 | 11101111 | 111111 | 1001000 |
Color Harmonies of #898BE4
Complementary color
Monochromatic Colors of #898BE4
Black with #898BE4
Text Example
Text Example
White with #898BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898BE4; }
p { color: rgb(137,139,228); }
H1.HeaderClassName
{
color: #898BE4;
}
.AnyTagClassName
{
color: #898BE4;
}
</style>
background-color css
<style>
a { background-color: #898BE4; }
a { background-color: rgb(137,139,228); }
div.DivClassName
{
background-color: #898BE4;
}
.BgClassName
{
background-color: #898BE4;
}
</style>
border-color css
<style>
span { border-color: #898BE4; }
span { border-color: rgb(137,139,228); }
td.TdClassName
{
border-color: #898BE4;
}
.TagClassName
{
border-color: #898BE4;
}
</style>