Shades of Portage #899ADB
Tints of Portage #899ADB
RGB
CMYK
RGB Variations
Color information
#899ADB (or 0x899ADB) is known color: Portage. HEX triplet: 89, 9A and DB. RGB value is (137,154,219). Sum of RGB (Red+Green+Blue) = 137+154+219=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #899ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ADB is #766524. Grayscale: #9C9C9C. Windows color (decimal): -7759141 or 14391945. OLE color: 14391945.
HSL color Cylindrical-coordinate representation of color #899ADB: hue angle of 227.56º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #899ADB is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 154 | 219 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.14 |
| HSL | 227.56º | 0.53% | 0.7% | - |
| HSV(B) | 227.56º | 0.37% | 0.86% | - |
| XYZ | 34.66 | 33.54 | 71.67 | - |
| YUV | 156.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 219 | 0.37 | 0.30 | 0 | 0.14 | 227.56 | 0.53 | 0.7 |
| Hex | 89 | 9A | DB | 25 | 1E | 0 | E | E4 | 35 | 46 |
| Octal | 211 | 232 | 333 | 45 | 36 | 0 | 16 | 344 | 65 | 106 |
| Binary | 10001001 | 10011010 | 11011011 | 100101 | 11110 | 0 | 1110 | 11100100 | 110101 | 1000110 |
Color Harmonies of #899ADB
Complementary color
Monochromatic Colors of #899ADB
Black with #899ADB
Text Example
Text Example
White with #899ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899ADB; }
p { color: rgb(137,154,219); }
H1.HeaderClassName
{
color: #899ADB;
}
.AnyTagClassName
{
color: #899ADB;
}
</style>
background-color css
<style>
a { background-color: #899ADB; }
a { background-color: rgb(137,154,219); }
div.DivClassName
{
background-color: #899ADB;
}
.BgClassName
{
background-color: #899ADB;
}
</style>
border-color css
<style>
span { border-color: #899ADB; }
span { border-color: rgb(137,154,219); }
td.TdClassName
{
border-color: #899ADB;
}
.TagClassName
{
border-color: #899ADB;
}
</style>