Shades of Portage #888BDD
Tints of Portage #888BDD
RGB
CMYK
RGB Variations
Color information
#888BDD (or 0x888BDD) is known color: Portage. HEX triplet: 88, 8B and DD. RGB value is (136,139,221). Sum of RGB (Red+Green+Blue) = 136+139+221=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #888BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BDD is #777422. Grayscale: #939393. Windows color (decimal): -7828515 or 14519176. OLE color: 14519176.
HSL color Cylindrical-coordinate representation of color #888BDD: hue angle of 237.88º 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 #888BDD is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 139 | 221 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.13 |
| HSL | 237.88º | 0.56% | 0.7% | - |
| HSV(B) | 237.88º | 0.38% | 0.87% | - |
| XYZ | 32.44 | 28.92 | 72.28 | - |
| YUV | 147.45 | 169.51 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 221 | 0.38 | 0.37 | 0 | 0.13 | 237.88 | 0.56 | 0.7 |
| Hex | 88 | 8B | DD | 26 | 25 | 0 | D | EE | 38 | 46 |
| Octal | 210 | 213 | 335 | 46 | 45 | 0 | 15 | 356 | 70 | 106 |
| Binary | 10001000 | 10001011 | 11011101 | 100110 | 100101 | 0 | 1101 | 11101110 | 111000 | 1000110 |
Color Harmonies of #888BDD
Complementary color
Monochromatic Colors of #888BDD
Black with #888BDD
Text Example
Text Example
White with #888BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888BDD; }
p { color: rgb(136,139,221); }
H1.HeaderClassName
{
color: #888BDD;
}
.AnyTagClassName
{
color: #888BDD;
}
</style>
background-color css
<style>
a { background-color: #888BDD; }
a { background-color: rgb(136,139,221); }
div.DivClassName
{
background-color: #888BDD;
}
.BgClassName
{
background-color: #888BDD;
}
</style>
border-color css
<style>
span { border-color: #888BDD; }
span { border-color: rgb(136,139,221); }
td.TdClassName
{
border-color: #888BDD;
}
.TagClassName
{
border-color: #888BDD;
}
</style>