Shades of Portage #899DE5
Tints of Portage #899DE5
RGB
CMYK
RGB Variations
Color information
#899DE5 (or 0x899DE5) is known color: Portage. HEX triplet: 89, 9D and E5. RGB value is (137,157,229). Sum of RGB (Red+Green+Blue) = 137+157+229=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #899DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DE5 is #76621A. Grayscale: #9E9E9E. Windows color (decimal): -7758363 or 15048073. OLE color: 15048073.
HSL color Cylindrical-coordinate representation of color #899DE5: hue angle of 226.96º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899DE5 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 157 | 229 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.10 |
| HSL | 226.96º | 0.64% | 0.72% | - |
| HSV(B) | 226.96º | 0.4% | 0.9% | - |
| XYZ | 36.52 | 35.09 | 78.98 | - |
| YUV | 159.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 229 | 0.40 | 0.31 | 0 | 0.10 | 226.96 | 0.64 | 0.72 |
| Hex | 89 | 9D | E5 | 28 | 1F | 0 | A | E3 | 40 | 48 |
| Octal | 211 | 235 | 345 | 50 | 37 | 0 | 12 | 343 | 100 | 110 |
| Binary | 10001001 | 10011101 | 11100101 | 101000 | 11111 | 0 | 1010 | 11100011 | 1000000 | 1001000 |
Color Harmonies of #899DE5
Complementary color
Monochromatic Colors of #899DE5
Black with #899DE5
Text Example
Text Example
White with #899DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DE5; }
p { color: rgb(137,157,229); }
H1.HeaderClassName
{
color: #899DE5;
}
.AnyTagClassName
{
color: #899DE5;
}
</style>
background-color css
<style>
a { background-color: #899DE5; }
a { background-color: rgb(137,157,229); }
div.DivClassName
{
background-color: #899DE5;
}
.BgClassName
{
background-color: #899DE5;
}
</style>
border-color css
<style>
span { border-color: #899DE5; }
span { border-color: rgb(137,157,229); }
td.TdClassName
{
border-color: #899DE5;
}
.TagClassName
{
border-color: #899DE5;
}
</style>