Shades of Portage #88A2FF
Tints of Portage #88A2FF
RGB
CMYK
RGB Variations
Color information
#88A2FF (or 0x88A2FF) is known color: Portage. HEX triplet: 88, A2 and FF. RGB value is (136,162,255). Sum of RGB (Red+Green+Blue) = 136+162+255=553 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.59% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #88A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A2FF is #775D00. Grayscale: #A4A4A4. Windows color (decimal): -7822593 or 16753288. OLE color: 16753288.
HSL color Cylindrical-coordinate representation of color #88A2FF: hue angle of 226.89º 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 #88A2FF is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 162 | 255 | - |
| CMYK | 0.47 | 0.36 | 0 | 0 |
| HSL | 226.89º | 1% | 0.77% | - |
| HSV(B) | 226.89º | 0.47% | 1% | - |
| XYZ | 41.12 | 38.29 | 99.83 | - |
| YUV | 164.83 | 178.89 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 255 | 0.47 | 0.36 | 0 | 0 | 226.89 | 1 | 0.77 |
| Hex | 88 | A2 | FF | 2F | 24 | 0 | 0 | E3 | 64 | 4D |
| Octal | 210 | 242 | 377 | 57 | 44 | 0 | 0 | 343 | 144 | 115 |
| Binary | 10001000 | 10100010 | 11111111 | 101111 | 100100 | 0 | 0 | 11100011 | 1100100 | 1001101 |
Color Harmonies of #88A2FF
Complementary color
Monochromatic Colors of #88A2FF
Black with #88A2FF
Text Example
Text Example
White with #88A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A2FF; }
p { color: rgb(136,162,255); }
H1.HeaderClassName
{
color: #88A2FF;
}
.AnyTagClassName
{
color: #88A2FF;
}
</style>
background-color css
<style>
a { background-color: #88A2FF; }
a { background-color: rgb(136,162,255); }
div.DivClassName
{
background-color: #88A2FF;
}
.BgClassName
{
background-color: #88A2FF;
}
</style>
border-color css
<style>
span { border-color: #88A2FF; }
span { border-color: rgb(136,162,255); }
td.TdClassName
{
border-color: #88A2FF;
}
.TagClassName
{
border-color: #88A2FF;
}
</style>