Shades of Portage #8887D6
Tints of Portage #8887D6
RGB
CMYK
RGB Variations
Color information
#8887D6 (or 0x8887D6) is known color: Portage. HEX triplet: 88, 87 and D6. RGB value is (136,135,214). Sum of RGB (Red+Green+Blue) = 136+135+214=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #8887D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887D6 is #777829. Grayscale: #8F8F8F. Windows color (decimal): -7829546 or 14059400. OLE color: 14059400.
HSL color Cylindrical-coordinate representation of color #8887D6: hue angle of 240.76º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8887D6 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 135 | 214 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.16 |
| HSL | 240.76º | 0.49% | 0.68% | - |
| HSV(B) | 240.76º | 0.37% | 0.84% | - |
| XYZ | 30.95 | 27.42 | 67.28 | - |
| YUV | 144.31 | 167.33 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 214 | 0.36 | 0.37 | 0 | 0.16 | 240.76 | 0.49 | 0.68 |
| Hex | 88 | 87 | D6 | 24 | 25 | 0 | 10 | F1 | 31 | 44 |
| Octal | 210 | 207 | 326 | 44 | 45 | 0 | 20 | 361 | 61 | 104 |
| Binary | 10001000 | 10000111 | 11010110 | 100100 | 100101 | 0 | 10000 | 11110001 | 110001 | 1000100 |
Color Harmonies of #8887D6
Complementary color
Monochromatic Colors of #8887D6
Black with #8887D6
Text Example
Text Example
White with #8887D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8887D6; }
p { color: rgb(136,135,214); }
H1.HeaderClassName
{
color: #8887D6;
}
.AnyTagClassName
{
color: #8887D6;
}
</style>
background-color css
<style>
a { background-color: #8887D6; }
a { background-color: rgb(136,135,214); }
div.DivClassName
{
background-color: #8887D6;
}
.BgClassName
{
background-color: #8887D6;
}
</style>
border-color css
<style>
span { border-color: #8887D6; }
span { border-color: rgb(136,135,214); }
td.TdClassName
{
border-color: #8887D6;
}
.TagClassName
{
border-color: #8887D6;
}
</style>