Shades of Portage #88A0FF
Tints of Portage #88A0FF
RGB
CMYK
RGB Variations
Color information
#88A0FF (or 0x88A0FF) is known color: Portage. HEX triplet: 88, A0 and FF. RGB value is (136,160,255). Sum of RGB (Red+Green+Blue) = 136+160+255=551 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.68% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #88A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A0FF is #775F00. Grayscale: #A3A3A3. Windows color (decimal): -7823105 or 16752776. OLE color: 16752776.
HSL color Cylindrical-coordinate representation of color #88A0FF: hue angle of 227.9º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88A0FF is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 160 | 255 | - |
| CMYK | 0.47 | 0.37 | 0 | 0 |
| HSL | 227.9º | 1% | 0.77% | - |
| HSV(B) | 227.9º | 0.47% | 1% | - |
| XYZ | 40.77 | 37.6 | 99.72 | - |
| YUV | 163.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 255 | 0.47 | 0.37 | 0 | 0 | 227.9 | 1 | 0.77 |
| Hex | 88 | A0 | FF | 2F | 25 | 0 | 0 | E4 | 64 | 4D |
| Octal | 210 | 240 | 377 | 57 | 45 | 0 | 0 | 344 | 144 | 115 |
| Binary | 10001000 | 10100000 | 11111111 | 101111 | 100101 | 0 | 0 | 11100100 | 1100100 | 1001101 |
Color Harmonies of #88A0FF
Complementary color
Monochromatic Colors of #88A0FF
Black with #88A0FF
Text Example
Text Example
White with #88A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A0FF; }
p { color: rgb(136,160,255); }
H1.HeaderClassName
{
color: #88A0FF;
}
.AnyTagClassName
{
color: #88A0FF;
}
</style>
background-color css
<style>
a { background-color: #88A0FF; }
a { background-color: rgb(136,160,255); }
div.DivClassName
{
background-color: #88A0FF;
}
.BgClassName
{
background-color: #88A0FF;
}
</style>
border-color css
<style>
span { border-color: #88A0FF; }
span { border-color: rgb(136,160,255); }
td.TdClassName
{
border-color: #88A0FF;
}
.TagClassName
{
border-color: #88A0FF;
}
</style>