Shades of Portage #899BDB
Tints of Portage #899BDB
RGB
CMYK
RGB Variations
Color information
#899BDB (or 0x899BDB) is known color: Portage. HEX triplet: 89, 9B and DB. RGB value is (137,155,219). Sum of RGB (Red+Green+Blue) = 137+155+219=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #899BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BDB is #766424. Grayscale: #9C9C9C. Windows color (decimal): -7758885 or 14392201. OLE color: 14392201.
HSL color Cylindrical-coordinate representation of color #899BDB: hue angle of 226.83º 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 #899BDB is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 155 | 219 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.14 |
| HSL | 226.83º | 0.53% | 0.7% | - |
| HSV(B) | 226.83º | 0.37% | 0.86% | - |
| XYZ | 34.82 | 33.88 | 71.72 | - |
| YUV | 156.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 219 | 0.37 | 0.29 | 0 | 0.14 | 226.83 | 0.53 | 0.7 |
| Hex | 89 | 9B | DB | 25 | 1D | 0 | E | E3 | 35 | 46 |
| Octal | 211 | 233 | 333 | 45 | 35 | 0 | 16 | 343 | 65 | 106 |
| Binary | 10001001 | 10011011 | 11011011 | 100101 | 11101 | 0 | 1110 | 11100011 | 110101 | 1000110 |
Color Harmonies of #899BDB
Complementary color
Monochromatic Colors of #899BDB
Black with #899BDB
Text Example
Text Example
White with #899BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BDB; }
p { color: rgb(137,155,219); }
H1.HeaderClassName
{
color: #899BDB;
}
.AnyTagClassName
{
color: #899BDB;
}
</style>
background-color css
<style>
a { background-color: #899BDB; }
a { background-color: rgb(137,155,219); }
div.DivClassName
{
background-color: #899BDB;
}
.BgClassName
{
background-color: #899BDB;
}
</style>
border-color css
<style>
span { border-color: #899BDB; }
span { border-color: rgb(137,155,219); }
td.TdClassName
{
border-color: #899BDB;
}
.TagClassName
{
border-color: #899BDB;
}
</style>