Shades of Portage #888BDA
Tints of Portage #888BDA
RGB
CMYK
RGB Variations
Color information
#888BDA (or 0x888BDA) is known color: Portage. HEX triplet: 88, 8B and DA. RGB value is (136,139,218). Sum of RGB (Red+Green+Blue) = 136+139+218=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #888BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BDA is #777425. Grayscale: #929292. Windows color (decimal): -7828518 or 14322568. OLE color: 14322568.
HSL color Cylindrical-coordinate representation of color #888BDA: hue angle of 237.8º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888BDA is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 139 | 218 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.15 |
| HSL | 237.8º | 0.53% | 0.69% | - |
| HSV(B) | 237.8º | 0.38% | 0.85% | - |
| XYZ | 32.04 | 28.76 | 70.19 | - |
| YUV | 147.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 218 | 0.38 | 0.36 | 0 | 0.15 | 237.8 | 0.53 | 0.69 |
| Hex | 88 | 8B | DA | 26 | 24 | 0 | F | EE | 35 | 45 |
| Octal | 210 | 213 | 332 | 46 | 44 | 0 | 17 | 356 | 65 | 105 |
| Binary | 10001000 | 10001011 | 11011010 | 100110 | 100100 | 0 | 1111 | 11101110 | 110101 | 1000101 |
Color Harmonies of #888BDA
Complementary color
Monochromatic Colors of #888BDA
Black with #888BDA
Text Example
Text Example
White with #888BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888BDA; }
p { color: rgb(136,139,218); }
H1.HeaderClassName
{
color: #888BDA;
}
.AnyTagClassName
{
color: #888BDA;
}
</style>
background-color css
<style>
a { background-color: #888BDA; }
a { background-color: rgb(136,139,218); }
div.DivClassName
{
background-color: #888BDA;
}
.BgClassName
{
background-color: #888BDA;
}
</style>
border-color css
<style>
span { border-color: #888BDA; }
span { border-color: rgb(136,139,218); }
td.TdClassName
{
border-color: #888BDA;
}
.TagClassName
{
border-color: #888BDA;
}
</style>