Shades of Portage #8889DD
Tints of Portage #8889DD
RGB
CMYK
RGB Variations
Color information
#8889DD (or 0x8889DD) is known color: Portage. HEX triplet: 88, 89 and DD. RGB value is (136,137,221). Sum of RGB (Red+Green+Blue) = 136+137+221=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #8889DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8889DD is #777622. Grayscale: #919191. Windows color (decimal): -7829027 or 14518664. OLE color: 14518664.
HSL color Cylindrical-coordinate representation of color #8889DD: hue angle of 239.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8889DD is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 137 | 221 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.13 |
| HSL | 239.29º | 0.56% | 0.7% | - |
| HSV(B) | 239.29º | 0.38% | 0.87% | - |
| XYZ | 32.15 | 28.35 | 72.18 | - |
| YUV | 146.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 221 | 0.38 | 0.38 | 0 | 0.13 | 239.29 | 0.56 | 0.7 |
| Hex | 88 | 89 | DD | 26 | 26 | 0 | D | EF | 38 | 46 |
| Octal | 210 | 211 | 335 | 46 | 46 | 0 | 15 | 357 | 70 | 106 |
| Binary | 10001000 | 10001001 | 11011101 | 100110 | 100110 | 0 | 1101 | 11101111 | 111000 | 1000110 |
Color Harmonies of #8889DD
Complementary color
Monochromatic Colors of #8889DD
Black with #8889DD
Text Example
Text Example
White with #8889DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8889DD; }
p { color: rgb(136,137,221); }
H1.HeaderClassName
{
color: #8889DD;
}
.AnyTagClassName
{
color: #8889DD;
}
</style>
background-color css
<style>
a { background-color: #8889DD; }
a { background-color: rgb(136,137,221); }
div.DivClassName
{
background-color: #8889DD;
}
.BgClassName
{
background-color: #8889DD;
}
</style>
border-color css
<style>
span { border-color: #8889DD; }
span { border-color: rgb(136,137,221); }
td.TdClassName
{
border-color: #8889DD;
}
.TagClassName
{
border-color: #8889DD;
}
</style>