Shades of Portage #888FD7
Tints of Portage #888FD7
RGB
CMYK
RGB Variations
Color information
#888FD7 (or 0x888FD7) is known color: Portage. HEX triplet: 88, 8F and D7. RGB value is (136,143,215). Sum of RGB (Red+Green+Blue) = 136+143+215=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #888FD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FD7 is #777028. Grayscale: #949494. Windows color (decimal): -7827497 or 14126984. OLE color: 14126984.
HSL color Cylindrical-coordinate representation of color #888FD7: hue angle of 234.68º 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 #888FD7 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 143 | 215 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.16 |
| HSL | 234.68º | 0.5% | 0.69% | - |
| HSV(B) | 234.68º | 0.37% | 0.84% | - |
| XYZ | 32.24 | 29.79 | 68.34 | - |
| YUV | 149.12 | 165.18 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 215 | 0.37 | 0.33 | 0 | 0.16 | 234.68 | 0.5 | 0.69 |
| Hex | 88 | 8F | D7 | 25 | 21 | 0 | 10 | EB | 32 | 45 |
| Octal | 210 | 217 | 327 | 45 | 41 | 0 | 20 | 353 | 62 | 105 |
| Binary | 10001000 | 10001111 | 11010111 | 100101 | 100001 | 0 | 10000 | 11101011 | 110010 | 1000101 |
Color Harmonies of #888FD7
Complementary color
Monochromatic Colors of #888FD7
Black with #888FD7
Text Example
Text Example
White with #888FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FD7; }
p { color: rgb(136,143,215); }
H1.HeaderClassName
{
color: #888FD7;
}
.AnyTagClassName
{
color: #888FD7;
}
</style>
background-color css
<style>
a { background-color: #888FD7; }
a { background-color: rgb(136,143,215); }
div.DivClassName
{
background-color: #888FD7;
}
.BgClassName
{
background-color: #888FD7;
}
</style>
border-color css
<style>
span { border-color: #888FD7; }
span { border-color: rgb(136,143,215); }
td.TdClassName
{
border-color: #888FD7;
}
.TagClassName
{
border-color: #888FD7;
}
</style>