Shades of Portage #899EEA
Tints of Portage #899EEA
RGB
CMYK
RGB Variations
Color information
#899EEA (or 0x899EEA) is known color: Portage. HEX triplet: 89, 9E and EA. RGB value is (137,158,234). Sum of RGB (Red+Green+Blue) = 137+158+234=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #899EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EEA is #766115. Grayscale: #A0A0A0. Windows color (decimal): -7758102 or 15376009. OLE color: 15376009.
HSL color Cylindrical-coordinate representation of color #899EEA: hue angle of 227.01º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #899EEA is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 158 | 234 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.08 |
| HSL | 227.01º | 0.7% | 0.73% | - |
| HSV(B) | 227.01º | 0.41% | 0.92% | - |
| XYZ | 37.39 | 35.71 | 82.76 | - |
| YUV | 160.39 | 169.54 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 234 | 0.41 | 0.32 | 0 | 0.08 | 227.01 | 0.7 | 0.73 |
| Hex | 89 | 9E | EA | 29 | 20 | 0 | 8 | E3 | 46 | 49 |
| Octal | 211 | 236 | 352 | 51 | 40 | 0 | 10 | 343 | 106 | 111 |
| Binary | 10001001 | 10011110 | 11101010 | 101001 | 100000 | 0 | 1000 | 11100011 | 1000110 | 1001001 |
Color Harmonies of #899EEA
Complementary color
Monochromatic Colors of #899EEA
Black with #899EEA
Text Example
Text Example
White with #899EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EEA; }
p { color: rgb(137,158,234); }
H1.HeaderClassName
{
color: #899EEA;
}
.AnyTagClassName
{
color: #899EEA;
}
</style>
background-color css
<style>
a { background-color: #899EEA; }
a { background-color: rgb(137,158,234); }
div.DivClassName
{
background-color: #899EEA;
}
.BgClassName
{
background-color: #899EEA;
}
</style>
border-color css
<style>
span { border-color: #899EEA; }
span { border-color: rgb(137,158,234); }
td.TdClassName
{
border-color: #899EEA;
}
.TagClassName
{
border-color: #899EEA;
}
</style>