Shades of Portage #899EE1
Tints of Portage #899EE1
RGB
CMYK
RGB Variations
Color information
#899EE1 (or 0x899EE1) is known color: Portage. HEX triplet: 89, 9E and E1. RGB value is (137,158,225). Sum of RGB (Red+Green+Blue) = 137+158+225=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #899EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EE1 is #76611E. Grayscale: #9F9F9F. Windows color (decimal): -7758111 or 14786185. OLE color: 14786185.
HSL color Cylindrical-coordinate representation of color #899EE1: hue angle of 225.68º degrees, saturation: 0.59, 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 #899EE1 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 158 | 225 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.12 |
| HSL | 225.68º | 0.59% | 0.71% | - |
| HSV(B) | 225.68º | 0.39% | 0.88% | - |
| XYZ | 36.13 | 35.21 | 76.13 | - |
| YUV | 159.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 225 | 0.39 | 0.30 | 0 | 0.12 | 225.68 | 0.59 | 0.71 |
| Hex | 89 | 9E | E1 | 27 | 1E | 0 | C | E2 | 3B | 47 |
| Octal | 211 | 236 | 341 | 47 | 36 | 0 | 14 | 342 | 73 | 107 |
| Binary | 10001001 | 10011110 | 11100001 | 100111 | 11110 | 0 | 1100 | 11100010 | 111011 | 1000111 |
Color Harmonies of #899EE1
Complementary color
Monochromatic Colors of #899EE1
Black with #899EE1
Text Example
Text Example
White with #899EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EE1; }
p { color: rgb(137,158,225); }
H1.HeaderClassName
{
color: #899EE1;
}
.AnyTagClassName
{
color: #899EE1;
}
</style>
background-color css
<style>
a { background-color: #899EE1; }
a { background-color: rgb(137,158,225); }
div.DivClassName
{
background-color: #899EE1;
}
.BgClassName
{
background-color: #899EE1;
}
</style>
border-color css
<style>
span { border-color: #899EE1; }
span { border-color: rgb(137,158,225); }
td.TdClassName
{
border-color: #899EE1;
}
.TagClassName
{
border-color: #899EE1;
}
</style>