Shades of Portage #899AD1
Tints of Portage #899AD1
RGB
CMYK
RGB Variations
Color information
#899AD1 (or 0x899AD1) is known color: Portage. HEX triplet: 89, 9A and D1. RGB value is (137,154,209). Sum of RGB (Red+Green+Blue) = 137+154+209=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #899AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899AD1 is #76652E. Grayscale: #9A9A9A. Windows color (decimal): -7759151 or 13736585. OLE color: 13736585.
HSL color Cylindrical-coordinate representation of color #899AD1: hue angle of 225.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #899AD1 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 154 | 209 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.18 |
| HSL | 225.83º | 0.44% | 0.68% | - |
| HSV(B) | 225.83º | 0.34% | 0.82% | - |
| XYZ | 33.38 | 33.03 | 64.94 | - |
| YUV | 155.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 209 | 0.34 | 0.26 | 0 | 0.18 | 225.83 | 0.44 | 0.68 |
| Hex | 89 | 9A | D1 | 22 | 1A | 0 | 12 | E2 | 2C | 44 |
| Octal | 211 | 232 | 321 | 42 | 32 | 0 | 22 | 342 | 54 | 104 |
| Binary | 10001001 | 10011010 | 11010001 | 100010 | 11010 | 0 | 10010 | 11100010 | 101100 | 1000100 |
Color Harmonies of #899AD1
Complementary color
Monochromatic Colors of #899AD1
Black with #899AD1
Text Example
Text Example
White with #899AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899AD1; }
p { color: rgb(137,154,209); }
H1.HeaderClassName
{
color: #899AD1;
}
.AnyTagClassName
{
color: #899AD1;
}
</style>
background-color css
<style>
a { background-color: #899AD1; }
a { background-color: rgb(137,154,209); }
div.DivClassName
{
background-color: #899AD1;
}
.BgClassName
{
background-color: #899AD1;
}
</style>
border-color css
<style>
span { border-color: #899AD1; }
span { border-color: rgb(137,154,209); }
td.TdClassName
{
border-color: #899AD1;
}
.TagClassName
{
border-color: #899AD1;
}
</style>