Shades of Portage #899EF0
Tints of Portage #899EF0
RGB
CMYK
RGB Variations
Color information
#899EF0 (or 0x899EF0) is known color: Portage. HEX triplet: 89, 9E and F0. RGB value is (137,158,240). Sum of RGB (Red+Green+Blue) = 137+158+240=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #899EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EF0 is #76610F. Grayscale: #A0A0A0. Windows color (decimal): -7758096 or 15769225. OLE color: 15769225.
HSL color Cylindrical-coordinate representation of color #899EF0: hue angle of 227.77º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #899EF0 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 158 | 240 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.06 |
| HSL | 227.77º | 0.77% | 0.74% | - |
| HSV(B) | 227.77º | 0.43% | 0.94% | - |
| XYZ | 38.27 | 36.06 | 87.38 | - |
| YUV | 161.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 240 | 0.43 | 0.34 | 0 | 0.06 | 227.77 | 0.77 | 0.74 |
| Hex | 89 | 9E | F0 | 2B | 22 | 0 | 6 | E4 | 4D | 4A |
| Octal | 211 | 236 | 360 | 53 | 42 | 0 | 6 | 344 | 115 | 112 |
| Binary | 10001001 | 10011110 | 11110000 | 101011 | 100010 | 0 | 110 | 11100100 | 1001101 | 1001010 |
Color Harmonies of #899EF0
Complementary color
Monochromatic Colors of #899EF0
Black with #899EF0
Text Example
Text Example
White with #899EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EF0; }
p { color: rgb(137,158,240); }
H1.HeaderClassName
{
color: #899EF0;
}
.AnyTagClassName
{
color: #899EF0;
}
</style>
background-color css
<style>
a { background-color: #899EF0; }
a { background-color: rgb(137,158,240); }
div.DivClassName
{
background-color: #899EF0;
}
.BgClassName
{
background-color: #899EF0;
}
</style>
border-color css
<style>
span { border-color: #899EF0; }
span { border-color: rgb(137,158,240); }
td.TdClassName
{
border-color: #899EF0;
}
.TagClassName
{
border-color: #899EF0;
}
</style>