Shades of Portage #888FDB
Tints of Portage #888FDB
RGB
CMYK
RGB Variations
Color information
#888FDB (or 0x888FDB) is known color: Portage. HEX triplet: 88, 8F and DB. RGB value is (136,143,219). Sum of RGB (Red+Green+Blue) = 136+143+219=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #888FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FDB is #777024. Grayscale: #959595. Windows color (decimal): -7827493 or 14389128. OLE color: 14389128.
HSL color Cylindrical-coordinate representation of color #888FDB: hue angle of 234.94º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888FDB is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 143 | 219 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.14 |
| HSL | 234.94º | 0.54% | 0.7% | - |
| HSV(B) | 234.94º | 0.38% | 0.86% | - |
| XYZ | 32.76 | 29.99 | 71.08 | - |
| YUV | 149.57 | 167.18 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 219 | 0.38 | 0.35 | 0 | 0.14 | 234.94 | 0.54 | 0.7 |
| Hex | 88 | 8F | DB | 26 | 23 | 0 | E | EB | 36 | 46 |
| Octal | 210 | 217 | 333 | 46 | 43 | 0 | 16 | 353 | 66 | 106 |
| Binary | 10001000 | 10001111 | 11011011 | 100110 | 100011 | 0 | 1110 | 11101011 | 110110 | 1000110 |
Color Harmonies of #888FDB
Complementary color
Monochromatic Colors of #888FDB
Black with #888FDB
Text Example
Text Example
White with #888FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FDB; }
p { color: rgb(136,143,219); }
H1.HeaderClassName
{
color: #888FDB;
}
.AnyTagClassName
{
color: #888FDB;
}
</style>
background-color css
<style>
a { background-color: #888FDB; }
a { background-color: rgb(136,143,219); }
div.DivClassName
{
background-color: #888FDB;
}
.BgClassName
{
background-color: #888FDB;
}
</style>
border-color css
<style>
span { border-color: #888FDB; }
span { border-color: rgb(136,143,219); }
td.TdClassName
{
border-color: #888FDB;
}
.TagClassName
{
border-color: #888FDB;
}
</style>