Shades of Portage #889DDD
Tints of Portage #889DDD
RGB
CMYK
RGB Variations
Color information
#889DDD (or 0x889DDD) is known color: Portage. HEX triplet: 88, 9D and DD. RGB value is (136,157,221). Sum of RGB (Red+Green+Blue) = 136+157+221=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #889DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DDD is #776222. Grayscale: #9D9D9D. Windows color (decimal): -7823907 or 14523784. OLE color: 14523784.
HSL color Cylindrical-coordinate representation of color #889DDD: hue angle of 225.18º 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 #889DDD is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 157 | 221 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.13 |
| HSL | 225.18º | 0.56% | 0.7% | - |
| HSV(B) | 225.18º | 0.38% | 0.87% | - |
| XYZ | 35.26 | 34.57 | 73.22 | - |
| YUV | 158.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 221 | 0.38 | 0.29 | 0 | 0.13 | 225.18 | 0.56 | 0.7 |
| Hex | 88 | 9D | DD | 26 | 1D | 0 | D | E1 | 38 | 46 |
| Octal | 210 | 235 | 335 | 46 | 35 | 0 | 15 | 341 | 70 | 106 |
| Binary | 10001000 | 10011101 | 11011101 | 100110 | 11101 | 0 | 1101 | 11100001 | 111000 | 1000110 |
Color Harmonies of #889DDD
Complementary color
Monochromatic Colors of #889DDD
Black with #889DDD
Text Example
Text Example
White with #889DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DDD; }
p { color: rgb(136,157,221); }
H1.HeaderClassName
{
color: #889DDD;
}
.AnyTagClassName
{
color: #889DDD;
}
</style>
background-color css
<style>
a { background-color: #889DDD; }
a { background-color: rgb(136,157,221); }
div.DivClassName
{
background-color: #889DDD;
}
.BgClassName
{
background-color: #889DDD;
}
</style>
border-color css
<style>
span { border-color: #889DDD; }
span { border-color: rgb(136,157,221); }
td.TdClassName
{
border-color: #889DDD;
}
.TagClassName
{
border-color: #889DDD;
}
</style>