Shades of Portage #899FDB
Tints of Portage #899FDB
RGB
CMYK
RGB Variations
Color information
#899FDB (or 0x899FDB) is known color: Portage. HEX triplet: 89, 9F and DB. RGB value is (137,159,219). Sum of RGB (Red+Green+Blue) = 137+159+219=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #899FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FDB is #766024. Grayscale: #9F9F9F. Windows color (decimal): -7757861 or 14393225. OLE color: 14393225.
HSL color Cylindrical-coordinate representation of color #899FDB: hue angle of 223.9º 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 #899FDB is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 159 | 219 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.14 |
| HSL | 223.9º | 0.53% | 0.7% | - |
| HSV(B) | 223.9º | 0.37% | 0.86% | - |
| XYZ | 35.5 | 35.23 | 71.95 | - |
| YUV | 159.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 219 | 0.37 | 0.27 | 0 | 0.14 | 223.9 | 0.53 | 0.7 |
| Hex | 89 | 9F | DB | 25 | 1B | 0 | E | E0 | 35 | 46 |
| Octal | 211 | 237 | 333 | 45 | 33 | 0 | 16 | 340 | 65 | 106 |
| Binary | 10001001 | 10011111 | 11011011 | 100101 | 11011 | 0 | 1110 | 11100000 | 110101 | 1000110 |
Color Harmonies of #899FDB
Complementary color
Monochromatic Colors of #899FDB
Black with #899FDB
Text Example
Text Example
White with #899FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FDB; }
p { color: rgb(137,159,219); }
H1.HeaderClassName
{
color: #899FDB;
}
.AnyTagClassName
{
color: #899FDB;
}
</style>
background-color css
<style>
a { background-color: #899FDB; }
a { background-color: rgb(137,159,219); }
div.DivClassName
{
background-color: #899FDB;
}
.BgClassName
{
background-color: #899FDB;
}
</style>
border-color css
<style>
span { border-color: #899FDB; }
span { border-color: rgb(137,159,219); }
td.TdClassName
{
border-color: #899FDB;
}
.TagClassName
{
border-color: #899FDB;
}
</style>