Shades of Portage #899BE1
Tints of Portage #899BE1
RGB
CMYK
RGB Variations
Color information
#899BE1 (or 0x899BE1) is known color: Portage. HEX triplet: 89, 9B and E1. RGB value is (137,155,225). Sum of RGB (Red+Green+Blue) = 137+155+225=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #899BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BE1 is #76641E. Grayscale: #9D9D9D. Windows color (decimal): -7758879 or 14785417. OLE color: 14785417.
HSL color Cylindrical-coordinate representation of color #899BE1: hue angle of 227.73º 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 #899BE1 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 155 | 225 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.12 |
| HSL | 227.73º | 0.59% | 0.71% | - |
| HSV(B) | 227.73º | 0.39% | 0.88% | - |
| XYZ | 35.63 | 34.2 | 75.96 | - |
| YUV | 157.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 225 | 0.39 | 0.31 | 0 | 0.12 | 227.73 | 0.59 | 0.71 |
| Hex | 89 | 9B | E1 | 27 | 1F | 0 | C | E4 | 3B | 47 |
| Octal | 211 | 233 | 341 | 47 | 37 | 0 | 14 | 344 | 73 | 107 |
| Binary | 10001001 | 10011011 | 11100001 | 100111 | 11111 | 0 | 1100 | 11100100 | 111011 | 1000111 |
Color Harmonies of #899BE1
Complementary color
Monochromatic Colors of #899BE1
Black with #899BE1
Text Example
Text Example
White with #899BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BE1; }
p { color: rgb(137,155,225); }
H1.HeaderClassName
{
color: #899BE1;
}
.AnyTagClassName
{
color: #899BE1;
}
</style>
background-color css
<style>
a { background-color: #899BE1; }
a { background-color: rgb(137,155,225); }
div.DivClassName
{
background-color: #899BE1;
}
.BgClassName
{
background-color: #899BE1;
}
</style>
border-color css
<style>
span { border-color: #899BE1; }
span { border-color: rgb(137,155,225); }
td.TdClassName
{
border-color: #899BE1;
}
.TagClassName
{
border-color: #899BE1;
}
</style>