Shades of Portage #888DCF
Tints of Portage #888DCF
RGB
CMYK
RGB Variations
Color information
#888DCF (or 0x888DCF) is known color: Portage. HEX triplet: 88, 8D and CF. RGB value is (136,141,207). Sum of RGB (Red+Green+Blue) = 136+141+207=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #888DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DCF is #777230. Grayscale: #929292. Windows color (decimal): -7828017 or 13602184. OLE color: 13602184.
HSL color Cylindrical-coordinate representation of color #888DCF: hue angle of 235.77º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #888DCF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 141 | 207 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.19 |
| HSL | 235.77º | 0.43% | 0.67% | - |
| HSV(B) | 235.77º | 0.34% | 0.81% | - |
| XYZ | 30.94 | 28.79 | 62.96 | - |
| YUV | 147.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 207 | 0.34 | 0.32 | 0 | 0.19 | 235.77 | 0.43 | 0.67 |
| Hex | 88 | 8D | CF | 22 | 20 | 0 | 13 | EC | 2B | 43 |
| Octal | 210 | 215 | 317 | 42 | 40 | 0 | 23 | 354 | 53 | 103 |
| Binary | 10001000 | 10001101 | 11001111 | 100010 | 100000 | 0 | 10011 | 11101100 | 101011 | 1000011 |
Color Harmonies of #888DCF
Complementary color
Monochromatic Colors of #888DCF
Black with #888DCF
Text Example
Text Example
White with #888DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DCF; }
p { color: rgb(136,141,207); }
H1.HeaderClassName
{
color: #888DCF;
}
.AnyTagClassName
{
color: #888DCF;
}
</style>
background-color css
<style>
a { background-color: #888DCF; }
a { background-color: rgb(136,141,207); }
div.DivClassName
{
background-color: #888DCF;
}
.BgClassName
{
background-color: #888DCF;
}
</style>
border-color css
<style>
span { border-color: #888DCF; }
span { border-color: rgb(136,141,207); }
td.TdClassName
{
border-color: #888DCF;
}
.TagClassName
{
border-color: #888DCF;
}
</style>