Shades of Portage #889ADB
Tints of Portage #889ADB
RGB
CMYK
RGB Variations
Color information
#889ADB (or 0x889ADB) is known color: Portage. HEX triplet: 88, 9A and DB. RGB value is (136,154,219). Sum of RGB (Red+Green+Blue) = 136+154+219=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #889ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ADB is #776524. Grayscale: #9B9B9B. Windows color (decimal): -7824677 or 14391944. OLE color: 14391944.
HSL color Cylindrical-coordinate representation of color #889ADB: hue angle of 226.99º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #889ADB is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 154 | 219 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.14 |
| HSL | 226.99º | 0.54% | 0.7% | - |
| HSV(B) | 226.99º | 0.38% | 0.86% | - |
| XYZ | 34.5 | 33.46 | 71.66 | - |
| YUV | 156.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 219 | 0.38 | 0.30 | 0 | 0.14 | 226.99 | 0.54 | 0.7 |
| Hex | 88 | 9A | DB | 26 | 1E | 0 | E | E3 | 36 | 46 |
| Octal | 210 | 232 | 333 | 46 | 36 | 0 | 16 | 343 | 66 | 106 |
| Binary | 10001000 | 10011010 | 11011011 | 100110 | 11110 | 0 | 1110 | 11100011 | 110110 | 1000110 |
Color Harmonies of #889ADB
Complementary color
Monochromatic Colors of #889ADB
Black with #889ADB
Text Example
Text Example
White with #889ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889ADB; }
p { color: rgb(136,154,219); }
H1.HeaderClassName
{
color: #889ADB;
}
.AnyTagClassName
{
color: #889ADB;
}
</style>
background-color css
<style>
a { background-color: #889ADB; }
a { background-color: rgb(136,154,219); }
div.DivClassName
{
background-color: #889ADB;
}
.BgClassName
{
background-color: #889ADB;
}
</style>
border-color css
<style>
span { border-color: #889ADB; }
span { border-color: rgb(136,154,219); }
td.TdClassName
{
border-color: #889ADB;
}
.TagClassName
{
border-color: #889ADB;
}
</style>