Shades of Portage #898EE7
Tints of Portage #898EE7
RGB
CMYK
RGB Variations
Color information
#898EE7 (or 0x898EE7) is known color: Portage. HEX triplet: 89, 8E and E7. RGB value is (137,142,231). Sum of RGB (Red+Green+Blue) = 137+142+231=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #898EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898EE7 is #767118. Grayscale: #969696. Windows color (decimal): -7762201 or 15175305. OLE color: 15175305.
HSL color Cylindrical-coordinate representation of color #898EE7: hue angle of 236.81º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #898EE7 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 142 | 231 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.09 |
| HSL | 236.81º | 0.66% | 0.72% | - |
| HSV(B) | 236.81º | 0.41% | 0.91% | - |
| XYZ | 34.41 | 30.43 | 79.66 | - |
| YUV | 150.65 | 173.34 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 231 | 0.41 | 0.39 | 0 | 0.09 | 236.81 | 0.66 | 0.72 |
| Hex | 89 | 8E | E7 | 29 | 27 | 0 | 9 | ED | 42 | 48 |
| Octal | 211 | 216 | 347 | 51 | 47 | 0 | 11 | 355 | 102 | 110 |
| Binary | 10001001 | 10001110 | 11100111 | 101001 | 100111 | 0 | 1001 | 11101101 | 1000010 | 1001000 |
Color Harmonies of #898EE7
Complementary color
Monochromatic Colors of #898EE7
Black with #898EE7
Text Example
Text Example
White with #898EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898EE7; }
p { color: rgb(137,142,231); }
H1.HeaderClassName
{
color: #898EE7;
}
.AnyTagClassName
{
color: #898EE7;
}
</style>
background-color css
<style>
a { background-color: #898EE7; }
a { background-color: rgb(137,142,231); }
div.DivClassName
{
background-color: #898EE7;
}
.BgClassName
{
background-color: #898EE7;
}
</style>
border-color css
<style>
span { border-color: #898EE7; }
span { border-color: rgb(137,142,231); }
td.TdClassName
{
border-color: #898EE7;
}
.TagClassName
{
border-color: #898EE7;
}
</style>