Shades of Portage #888DC9
Tints of Portage #888DC9
RGB
CMYK
RGB Variations
Color information
#888DC9 (or 0x888DC9) is known color: Portage. HEX triplet: 88, 8D and C9. RGB value is (136,141,201). Sum of RGB (Red+Green+Blue) = 136+141+201=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #888DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DC9 is #777236. Grayscale: #929292. Windows color (decimal): -7828023 or 13208968. OLE color: 13208968.
HSL color Cylindrical-coordinate representation of color #888DC9: hue angle of 235.38º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #888DC9 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 141 | 201 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.21 |
| HSL | 235.38º | 0.38% | 0.66% | - |
| HSV(B) | 235.38º | 0.32% | 0.79% | - |
| XYZ | 30.22 | 28.5 | 59.17 | - |
| YUV | 146.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 201 | 0.32 | 0.30 | 0 | 0.21 | 235.38 | 0.38 | 0.66 |
| Hex | 88 | 8D | C9 | 20 | 1E | 0 | 15 | EB | 26 | 42 |
| Octal | 210 | 215 | 311 | 40 | 36 | 0 | 25 | 353 | 46 | 102 |
| Binary | 10001000 | 10001101 | 11001001 | 100000 | 11110 | 0 | 10101 | 11101011 | 100110 | 1000010 |
Color Harmonies of #888DC9
Complementary color
Monochromatic Colors of #888DC9
Black with #888DC9
Text Example
Text Example
White with #888DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DC9; }
p { color: rgb(136,141,201); }
H1.HeaderClassName
{
color: #888DC9;
}
.AnyTagClassName
{
color: #888DC9;
}
</style>
background-color css
<style>
a { background-color: #888DC9; }
a { background-color: rgb(136,141,201); }
div.DivClassName
{
background-color: #888DC9;
}
.BgClassName
{
background-color: #888DC9;
}
</style>
border-color css
<style>
span { border-color: #888DC9; }
span { border-color: rgb(136,141,201); }
td.TdClassName
{
border-color: #888DC9;
}
.TagClassName
{
border-color: #888DC9;
}
</style>