Shades of Portage #88A0DB
Tints of Portage #88A0DB
RGB
CMYK
RGB Variations
Color information
#88A0DB (or 0x88A0DB) is known color: Portage. HEX triplet: 88, A0 and DB. RGB value is (136,160,219). Sum of RGB (Red+Green+Blue) = 136+160+219=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #88A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A0DB is #775F24. Grayscale: #9F9F9F. Windows color (decimal): -7823141 or 14393480. OLE color: 14393480.
HSL color Cylindrical-coordinate representation of color #88A0DB: hue angle of 222.65º 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 #88A0DB is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 160 | 219 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.14 |
| HSL | 222.65º | 0.54% | 0.7% | - |
| HSV(B) | 222.65º | 0.38% | 0.86% | - |
| XYZ | 35.51 | 35.49 | 72 | - |
| YUV | 159.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 219 | 0.38 | 0.27 | 0 | 0.14 | 222.65 | 0.54 | 0.7 |
| Hex | 88 | A0 | DB | 26 | 1B | 0 | E | DF | 36 | 46 |
| Octal | 210 | 240 | 333 | 46 | 33 | 0 | 16 | 337 | 66 | 106 |
| Binary | 10001000 | 10100000 | 11011011 | 100110 | 11011 | 0 | 1110 | 11011111 | 110110 | 1000110 |
Color Harmonies of #88A0DB
Complementary color
Monochromatic Colors of #88A0DB
Black with #88A0DB
Text Example
Text Example
White with #88A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A0DB; }
p { color: rgb(136,160,219); }
H1.HeaderClassName
{
color: #88A0DB;
}
.AnyTagClassName
{
color: #88A0DB;
}
</style>
background-color css
<style>
a { background-color: #88A0DB; }
a { background-color: rgb(136,160,219); }
div.DivClassName
{
background-color: #88A0DB;
}
.BgClassName
{
background-color: #88A0DB;
}
</style>
border-color css
<style>
span { border-color: #88A0DB; }
span { border-color: rgb(136,160,219); }
td.TdClassName
{
border-color: #88A0DB;
}
.TagClassName
{
border-color: #88A0DB;
}
</style>