Shades of Portage #898DE4
Tints of Portage #898DE4
RGB
CMYK
RGB Variations
Color information
#898DE4 (or 0x898DE4) is known color: Portage. HEX triplet: 89, 8D and E4. RGB value is (137,141,228). Sum of RGB (Red+Green+Blue) = 137+141+228=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #898DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DE4 is #76721B. Grayscale: #959595. Windows color (decimal): -7762460 or 14978441. OLE color: 14978441.
HSL color Cylindrical-coordinate representation of color #898DE4: hue angle of 237.36º 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 #898DE4 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 141 | 228 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.11 |
| HSL | 237.36º | 0.63% | 0.72% | - |
| HSV(B) | 237.36º | 0.4% | 0.89% | - |
| XYZ | 33.84 | 29.97 | 77.4 | - |
| YUV | 149.72 | 172.17 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 228 | 0.40 | 0.38 | 0 | 0.11 | 237.36 | 0.63 | 0.72 |
| Hex | 89 | 8D | E4 | 28 | 26 | 0 | B | ED | 3F | 48 |
| Octal | 211 | 215 | 344 | 50 | 46 | 0 | 13 | 355 | 77 | 110 |
| Binary | 10001001 | 10001101 | 11100100 | 101000 | 100110 | 0 | 1011 | 11101101 | 111111 | 1001000 |
Color Harmonies of #898DE4
Complementary color
Monochromatic Colors of #898DE4
Black with #898DE4
Text Example
Text Example
White with #898DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DE4; }
p { color: rgb(137,141,228); }
H1.HeaderClassName
{
color: #898DE4;
}
.AnyTagClassName
{
color: #898DE4;
}
</style>
background-color css
<style>
a { background-color: #898DE4; }
a { background-color: rgb(137,141,228); }
div.DivClassName
{
background-color: #898DE4;
}
.BgClassName
{
background-color: #898DE4;
}
</style>
border-color css
<style>
span { border-color: #898DE4; }
span { border-color: rgb(137,141,228); }
td.TdClassName
{
border-color: #898DE4;
}
.TagClassName
{
border-color: #898DE4;
}
</style>