Shades of Portage #88A1DB
Tints of Portage #88A1DB
RGB
CMYK
RGB Variations
Color information
#88A1DB (or 0x88A1DB) is known color: Portage. HEX triplet: 88, A1 and DB. RGB value is (136,161,219). Sum of RGB (Red+Green+Blue) = 136+161+219=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #88A1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A1DB is #775E24. Grayscale: #9F9F9F. Windows color (decimal): -7822885 or 14393736. OLE color: 14393736.
HSL color Cylindrical-coordinate representation of color #88A1DB: hue angle of 221.93º 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 #88A1DB is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 161 | 219 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.14 |
| HSL | 221.93º | 0.54% | 0.7% | - |
| HSV(B) | 221.93º | 0.38% | 0.86% | - |
| XYZ | 35.68 | 35.84 | 72.05 | - |
| YUV | 160.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 219 | 0.38 | 0.26 | 0 | 0.14 | 221.93 | 0.54 | 0.7 |
| Hex | 88 | A1 | DB | 26 | 1A | 0 | E | DE | 36 | 46 |
| Octal | 210 | 241 | 333 | 46 | 32 | 0 | 16 | 336 | 66 | 106 |
| Binary | 10001000 | 10100001 | 11011011 | 100110 | 11010 | 0 | 1110 | 11011110 | 110110 | 1000110 |
Color Harmonies of #88A1DB
Complementary color
Monochromatic Colors of #88A1DB
Black with #88A1DB
Text Example
Text Example
White with #88A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A1DB; }
p { color: rgb(136,161,219); }
H1.HeaderClassName
{
color: #88A1DB;
}
.AnyTagClassName
{
color: #88A1DB;
}
</style>
background-color css
<style>
a { background-color: #88A1DB; }
a { background-color: rgb(136,161,219); }
div.DivClassName
{
background-color: #88A1DB;
}
.BgClassName
{
background-color: #88A1DB;
}
</style>
border-color css
<style>
span { border-color: #88A1DB; }
span { border-color: rgb(136,161,219); }
td.TdClassName
{
border-color: #88A1DB;
}
.TagClassName
{
border-color: #88A1DB;
}
</style>