Shades of Portage #899EE0
Tints of Portage #899EE0
RGB
CMYK
RGB Variations
Color information
#899EE0 (or 0x899EE0) is known color: Portage. HEX triplet: 89, 9E and E0. RGB value is (137,158,224). Sum of RGB (Red+Green+Blue) = 137+158+224=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #899EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EE0 is #76611F. Grayscale: #9E9E9E. Windows color (decimal): -7758112 or 14720649. OLE color: 14720649.
HSL color Cylindrical-coordinate representation of color #899EE0: hue angle of 225.52º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #899EE0 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 158 | 224 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.12 |
| HSL | 225.52º | 0.58% | 0.71% | - |
| HSV(B) | 225.52º | 0.39% | 0.88% | - |
| XYZ | 36 | 35.15 | 75.41 | - |
| YUV | 159.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 224 | 0.39 | 0.29 | 0 | 0.12 | 225.52 | 0.58 | 0.71 |
| Hex | 89 | 9E | E0 | 27 | 1D | 0 | C | E2 | 3A | 47 |
| Octal | 211 | 236 | 340 | 47 | 35 | 0 | 14 | 342 | 72 | 107 |
| Binary | 10001001 | 10011110 | 11100000 | 100111 | 11101 | 0 | 1100 | 11100010 | 111010 | 1000111 |
Color Harmonies of #899EE0
Complementary color
Monochromatic Colors of #899EE0
Black with #899EE0
Text Example
Text Example
White with #899EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EE0; }
p { color: rgb(137,158,224); }
H1.HeaderClassName
{
color: #899EE0;
}
.AnyTagClassName
{
color: #899EE0;
}
</style>
background-color css
<style>
a { background-color: #899EE0; }
a { background-color: rgb(137,158,224); }
div.DivClassName
{
background-color: #899EE0;
}
.BgClassName
{
background-color: #899EE0;
}
</style>
border-color css
<style>
span { border-color: #899EE0; }
span { border-color: rgb(137,158,224); }
td.TdClassName
{
border-color: #899EE0;
}
.TagClassName
{
border-color: #899EE0;
}
</style>