Shades of Portage #889DDB
Tints of Portage #889DDB
RGB
CMYK
RGB Variations
Color information
#889DDB (or 0x889DDB) is known color: Portage. HEX triplet: 88, 9D and DB. RGB value is (136,157,219). Sum of RGB (Red+Green+Blue) = 136+157+219=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #889DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DDB is #776224. Grayscale: #9D9D9D. Windows color (decimal): -7823909 or 14392712. OLE color: 14392712.
HSL color Cylindrical-coordinate representation of color #889DDB: hue angle of 224.82º 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 #889DDB is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 157 | 219 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.14 |
| HSL | 224.82º | 0.54% | 0.7% | - |
| HSV(B) | 224.82º | 0.38% | 0.86% | - |
| XYZ | 35 | 34.46 | 71.83 | - |
| YUV | 157.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 219 | 0.38 | 0.28 | 0 | 0.14 | 224.82 | 0.54 | 0.7 |
| Hex | 88 | 9D | DB | 26 | 1C | 0 | E | E1 | 36 | 46 |
| Octal | 210 | 235 | 333 | 46 | 34 | 0 | 16 | 341 | 66 | 106 |
| Binary | 10001000 | 10011101 | 11011011 | 100110 | 11100 | 0 | 1110 | 11100001 | 110110 | 1000110 |
Color Harmonies of #889DDB
Complementary color
Monochromatic Colors of #889DDB
Black with #889DDB
Text Example
Text Example
White with #889DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DDB; }
p { color: rgb(136,157,219); }
H1.HeaderClassName
{
color: #889DDB;
}
.AnyTagClassName
{
color: #889DDB;
}
</style>
background-color css
<style>
a { background-color: #889DDB; }
a { background-color: rgb(136,157,219); }
div.DivClassName
{
background-color: #889DDB;
}
.BgClassName
{
background-color: #889DDB;
}
</style>
border-color css
<style>
span { border-color: #889DDB; }
span { border-color: rgb(136,157,219); }
td.TdClassName
{
border-color: #889DDB;
}
.TagClassName
{
border-color: #889DDB;
}
</style>