Shades of Portage #899EFF
Tints of Portage #899EFF
RGB
CMYK
RGB Variations
Color information
#899EFF (or 0x899EFF) is known color: Portage. HEX triplet: 89, 9E and FF. RGB value is (137,158,255). Sum of RGB (Red+Green+Blue) = 137+158+255=550 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.91% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #899EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EFF is #766100. Grayscale: #A2A2A2. Windows color (decimal): -7758081 or 16752265. OLE color: 16752265.
HSL color Cylindrical-coordinate representation of color #899EFF: hue angle of 229.32º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #899EFF is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 158 | 255 | - |
| CMYK | 0.46 | 0.38 | 0 | 0 |
| HSL | 229.32º | 1% | 0.77% | - |
| HSV(B) | 229.32º | 0.46% | 1% | - |
| XYZ | 40.59 | 36.99 | 99.61 | - |
| YUV | 162.78 | 180.04 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 255 | 0.46 | 0.38 | 0 | 0 | 229.32 | 1 | 0.77 |
| Hex | 89 | 9E | FF | 2E | 26 | 0 | 0 | E5 | 64 | 4D |
| Octal | 211 | 236 | 377 | 56 | 46 | 0 | 0 | 345 | 144 | 115 |
| Binary | 10001001 | 10011110 | 11111111 | 101110 | 100110 | 0 | 0 | 11100101 | 1100100 | 1001101 |
Color Harmonies of #899EFF
Complementary color
Monochromatic Colors of #899EFF
Black with #899EFF
Text Example
Text Example
White with #899EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EFF; }
p { color: rgb(137,158,255); }
H1.HeaderClassName
{
color: #899EFF;
}
.AnyTagClassName
{
color: #899EFF;
}
</style>
background-color css
<style>
a { background-color: #899EFF; }
a { background-color: rgb(137,158,255); }
div.DivClassName
{
background-color: #899EFF;
}
.BgClassName
{
background-color: #899EFF;
}
</style>
border-color css
<style>
span { border-color: #899EFF; }
span { border-color: rgb(137,158,255); }
td.TdClassName
{
border-color: #899EFF;
}
.TagClassName
{
border-color: #899EFF;
}
</style>