Shades of Portage #899AD9
Tints of Portage #899AD9
RGB
CMYK
RGB Variations
Color information
#899AD9 (or 0x899AD9) is known color: Portage. HEX triplet: 89, 9A and D9. RGB value is (137,154,217). Sum of RGB (Red+Green+Blue) = 137+154+217=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #899AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899AD9 is #766526. Grayscale: #9B9B9B. Windows color (decimal): -7759143 or 14260873. OLE color: 14260873.
HSL color Cylindrical-coordinate representation of color #899AD9: hue angle of 227.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #899AD9 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 154 | 217 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.15 |
| HSL | 227.25º | 0.51% | 0.69% | - |
| HSV(B) | 227.25º | 0.37% | 0.85% | - |
| XYZ | 34.4 | 33.44 | 70.29 | - |
| YUV | 156.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 217 | 0.37 | 0.29 | 0 | 0.15 | 227.25 | 0.51 | 0.69 |
| Hex | 89 | 9A | D9 | 25 | 1D | 0 | F | E3 | 33 | 45 |
| Octal | 211 | 232 | 331 | 45 | 35 | 0 | 17 | 343 | 63 | 105 |
| Binary | 10001001 | 10011010 | 11011001 | 100101 | 11101 | 0 | 1111 | 11100011 | 110011 | 1000101 |
Color Harmonies of #899AD9
Complementary color
Monochromatic Colors of #899AD9
Black with #899AD9
Text Example
Text Example
White with #899AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899AD9; }
p { color: rgb(137,154,217); }
H1.HeaderClassName
{
color: #899AD9;
}
.AnyTagClassName
{
color: #899AD9;
}
</style>
background-color css
<style>
a { background-color: #899AD9; }
a { background-color: rgb(137,154,217); }
div.DivClassName
{
background-color: #899AD9;
}
.BgClassName
{
background-color: #899AD9;
}
</style>
border-color css
<style>
span { border-color: #899AD9; }
span { border-color: rgb(137,154,217); }
td.TdClassName
{
border-color: #899AD9;
}
.TagClassName
{
border-color: #899AD9;
}
</style>