Shades of Portage #888FD9
Tints of Portage #888FD9
RGB
CMYK
RGB Variations
Color information
#888FD9 (or 0x888FD9) is known color: Portage. HEX triplet: 88, 8F and D9. RGB value is (136,143,217). Sum of RGB (Red+Green+Blue) = 136+143+217=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #888FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FD9 is #777026. Grayscale: #959595. Windows color (decimal): -7827495 or 14258056. OLE color: 14258056.
HSL color Cylindrical-coordinate representation of color #888FD9: hue angle of 234.81º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #888FD9 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 143 | 217 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.15 |
| HSL | 234.81º | 0.52% | 0.69% | - |
| HSV(B) | 234.81º | 0.37% | 0.85% | - |
| XYZ | 32.5 | 29.89 | 69.7 | - |
| YUV | 149.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 217 | 0.37 | 0.34 | 0 | 0.15 | 234.81 | 0.52 | 0.69 |
| Hex | 88 | 8F | D9 | 25 | 22 | 0 | F | EB | 34 | 45 |
| Octal | 210 | 217 | 331 | 45 | 42 | 0 | 17 | 353 | 64 | 105 |
| Binary | 10001000 | 10001111 | 11011001 | 100101 | 100010 | 0 | 1111 | 11101011 | 110100 | 1000101 |
Color Harmonies of #888FD9
Complementary color
Monochromatic Colors of #888FD9
Black with #888FD9
Text Example
Text Example
White with #888FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FD9; }
p { color: rgb(136,143,217); }
H1.HeaderClassName
{
color: #888FD9;
}
.AnyTagClassName
{
color: #888FD9;
}
</style>
background-color css
<style>
a { background-color: #888FD9; }
a { background-color: rgb(136,143,217); }
div.DivClassName
{
background-color: #888FD9;
}
.BgClassName
{
background-color: #888FD9;
}
</style>
border-color css
<style>
span { border-color: #888FD9; }
span { border-color: rgb(136,143,217); }
td.TdClassName
{
border-color: #888FD9;
}
.TagClassName
{
border-color: #888FD9;
}
</style>