Shades of Portage #888DDC
Tints of Portage #888DDC
RGB
CMYK
RGB Variations
Color information
#888DDC (or 0x888DDC) is known color: Portage. HEX triplet: 88, 8D and DC. RGB value is (136,141,220). Sum of RGB (Red+Green+Blue) = 136+141+220=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #888DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DDC is #777223. Grayscale: #949494. Windows color (decimal): -7828004 or 14454152. OLE color: 14454152.
HSL color Cylindrical-coordinate representation of color #888DDC: hue angle of 236.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888DDC is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 141 | 220 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.14 |
| HSL | 236.43º | 0.55% | 0.7% | - |
| HSV(B) | 236.43º | 0.38% | 0.86% | - |
| XYZ | 32.6 | 29.45 | 71.68 | - |
| YUV | 148.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 220 | 0.38 | 0.36 | 0 | 0.14 | 236.43 | 0.55 | 0.7 |
| Hex | 88 | 8D | DC | 26 | 24 | 0 | E | EC | 37 | 46 |
| Octal | 210 | 215 | 334 | 46 | 44 | 0 | 16 | 354 | 67 | 106 |
| Binary | 10001000 | 10001101 | 11011100 | 100110 | 100100 | 0 | 1110 | 11101100 | 110111 | 1000110 |
Color Harmonies of #888DDC
Complementary color
Monochromatic Colors of #888DDC
Black with #888DDC
Text Example
Text Example
White with #888DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DDC; }
p { color: rgb(136,141,220); }
H1.HeaderClassName
{
color: #888DDC;
}
.AnyTagClassName
{
color: #888DDC;
}
</style>
background-color css
<style>
a { background-color: #888DDC; }
a { background-color: rgb(136,141,220); }
div.DivClassName
{
background-color: #888DDC;
}
.BgClassName
{
background-color: #888DDC;
}
</style>
border-color css
<style>
span { border-color: #888DDC; }
span { border-color: rgb(136,141,220); }
td.TdClassName
{
border-color: #888DDC;
}
.TagClassName
{
border-color: #888DDC;
}
</style>