Shades of Portage #889DD9
Tints of Portage #889DD9
RGB
CMYK
RGB Variations
Color information
#889DD9 (or 0x889DD9) is known color: Portage. HEX triplet: 88, 9D and D9. RGB value is (136,157,217). Sum of RGB (Red+Green+Blue) = 136+157+217=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #889DD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DD9 is #776226. Grayscale: #9D9D9D. Windows color (decimal): -7823911 or 14261640. OLE color: 14261640.
HSL color Cylindrical-coordinate representation of color #889DD9: hue angle of 224.44º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #889DD9 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 157 | 217 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.15 |
| HSL | 224.44º | 0.52% | 0.69% | - |
| HSV(B) | 224.44º | 0.37% | 0.85% | - |
| XYZ | 34.73 | 34.36 | 70.45 | - |
| YUV | 157.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 217 | 0.37 | 0.28 | 0 | 0.15 | 224.44 | 0.52 | 0.69 |
| Hex | 88 | 9D | D9 | 25 | 1C | 0 | F | E0 | 34 | 45 |
| Octal | 210 | 235 | 331 | 45 | 34 | 0 | 17 | 340 | 64 | 105 |
| Binary | 10001000 | 10011101 | 11011001 | 100101 | 11100 | 0 | 1111 | 11100000 | 110100 | 1000101 |
Color Harmonies of #889DD9
Complementary color
Monochromatic Colors of #889DD9
Black with #889DD9
Text Example
Text Example
White with #889DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DD9; }
p { color: rgb(136,157,217); }
H1.HeaderClassName
{
color: #889DD9;
}
.AnyTagClassName
{
color: #889DD9;
}
</style>
background-color css
<style>
a { background-color: #889DD9; }
a { background-color: rgb(136,157,217); }
div.DivClassName
{
background-color: #889DD9;
}
.BgClassName
{
background-color: #889DD9;
}
</style>
border-color css
<style>
span { border-color: #889DD9; }
span { border-color: rgb(136,157,217); }
td.TdClassName
{
border-color: #889DD9;
}
.TagClassName
{
border-color: #889DD9;
}
</style>