Shades of Portage #899FE3
Tints of Portage #899FE3
RGB
CMYK
RGB Variations
Color information
#899FE3 (or 0x899FE3) is known color: Portage. HEX triplet: 89, 9F and E3. RGB value is (137,159,227). Sum of RGB (Red+Green+Blue) = 137+159+227=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 227 (89.06% from 255 or 43.40% from 523); Max value from RGB is 227 - color contains mainly: blue. Hex color #899FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FE3 is #76601C. Grayscale: #9F9F9F. Windows color (decimal): -7757853 or 14917513. OLE color: 14917513.
HSL color Cylindrical-coordinate representation of color #899FE3: hue angle of 225.33º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899FE3 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 159 | 227 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.11 |
| HSL | 225.33º | 0.62% | 0.71% | - |
| HSV(B) | 225.33º | 0.4% | 0.89% | - |
| XYZ | 36.58 | 35.66 | 77.63 | - |
| YUV | 160.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 227 | 0.40 | 0.30 | 0 | 0.11 | 225.33 | 0.62 | 0.71 |
| Hex | 89 | 9F | E3 | 28 | 1E | 0 | B | E1 | 3E | 47 |
| Octal | 211 | 237 | 343 | 50 | 36 | 0 | 13 | 341 | 76 | 107 |
| Binary | 10001001 | 10011111 | 11100011 | 101000 | 11110 | 0 | 1011 | 11100001 | 111110 | 1000111 |
Color Harmonies of #899FE3
Complementary color
Monochromatic Colors of #899FE3
Black with #899FE3
Text Example
Text Example
White with #899FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FE3; }
p { color: rgb(137,159,227); }
H1.HeaderClassName
{
color: #899FE3;
}
.AnyTagClassName
{
color: #899FE3;
}
</style>
background-color css
<style>
a { background-color: #899FE3; }
a { background-color: rgb(137,159,227); }
div.DivClassName
{
background-color: #899FE3;
}
.BgClassName
{
background-color: #899FE3;
}
</style>
border-color css
<style>
span { border-color: #899FE3; }
span { border-color: rgb(137,159,227); }
td.TdClassName
{
border-color: #899FE3;
}
.TagClassName
{
border-color: #899FE3;
}
</style>