Shades of Portage #8887D7
Tints of Portage #8887D7
RGB
CMYK
RGB Variations
Color information
#8887D7 (or 0x8887D7) is known color: Portage. HEX triplet: 88, 87 and D7. RGB value is (136,135,215). Sum of RGB (Red+Green+Blue) = 136+135+215=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #8887D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887D7 is #777828. Grayscale: #909090. Windows color (decimal): -7829545 or 14124936. OLE color: 14124936.
HSL color Cylindrical-coordinate representation of color #8887D7: hue angle of 240.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8887D7 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 135 | 215 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.16 |
| HSL | 240.75º | 0.5% | 0.69% | - |
| HSV(B) | 240.75º | 0.37% | 0.84% | - |
| XYZ | 31.08 | 27.47 | 67.95 | - |
| YUV | 144.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 215 | 0.37 | 0.37 | 0 | 0.16 | 240.75 | 0.5 | 0.69 |
| Hex | 88 | 87 | D7 | 25 | 25 | 0 | 10 | F1 | 32 | 45 |
| Octal | 210 | 207 | 327 | 45 | 45 | 0 | 20 | 361 | 62 | 105 |
| Binary | 10001000 | 10000111 | 11010111 | 100101 | 100101 | 0 | 10000 | 11110001 | 110010 | 1000101 |
Color Harmonies of #8887D7
Complementary color
Monochromatic Colors of #8887D7
Black with #8887D7
Text Example
Text Example
White with #8887D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8887D7; }
p { color: rgb(136,135,215); }
H1.HeaderClassName
{
color: #8887D7;
}
.AnyTagClassName
{
color: #8887D7;
}
</style>
background-color css
<style>
a { background-color: #8887D7; }
a { background-color: rgb(136,135,215); }
div.DivClassName
{
background-color: #8887D7;
}
.BgClassName
{
background-color: #8887D7;
}
</style>
border-color css
<style>
span { border-color: #8887D7; }
span { border-color: rgb(136,135,215); }
td.TdClassName
{
border-color: #8887D7;
}
.TagClassName
{
border-color: #8887D7;
}
</style>