Shades of Portage #888DCE
Tints of Portage #888DCE
RGB
CMYK
RGB Variations
Color information
#888DCE (or 0x888DCE) is known color: Portage. HEX triplet: 88, 8D and CE. RGB value is (136,141,206). Sum of RGB (Red+Green+Blue) = 136+141+206=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #888DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DCE is #777231. Grayscale: #929292. Windows color (decimal): -7828018 or 13536648. OLE color: 13536648.
HSL color Cylindrical-coordinate representation of color #888DCE: hue angle of 235.71º degrees, saturation: 0.42, 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 #888DCE is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 141 | 206 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.19 |
| HSL | 235.71º | 0.42% | 0.67% | - |
| HSV(B) | 235.71º | 0.34% | 0.81% | - |
| XYZ | 30.82 | 28.74 | 62.32 | - |
| YUV | 146.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 206 | 0.34 | 0.32 | 0 | 0.19 | 235.71 | 0.42 | 0.67 |
| Hex | 88 | 8D | CE | 22 | 20 | 0 | 13 | EC | 2A | 43 |
| Octal | 210 | 215 | 316 | 42 | 40 | 0 | 23 | 354 | 52 | 103 |
| Binary | 10001000 | 10001101 | 11001110 | 100010 | 100000 | 0 | 10011 | 11101100 | 101010 | 1000011 |
Color Harmonies of #888DCE
Complementary color
Monochromatic Colors of #888DCE
Black with #888DCE
Text Example
Text Example
White with #888DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DCE; }
p { color: rgb(136,141,206); }
H1.HeaderClassName
{
color: #888DCE;
}
.AnyTagClassName
{
color: #888DCE;
}
</style>
background-color css
<style>
a { background-color: #888DCE; }
a { background-color: rgb(136,141,206); }
div.DivClassName
{
background-color: #888DCE;
}
.BgClassName
{
background-color: #888DCE;
}
</style>
border-color css
<style>
span { border-color: #888DCE; }
span { border-color: rgb(136,141,206); }
td.TdClassName
{
border-color: #888DCE;
}
.TagClassName
{
border-color: #888DCE;
}
</style>