Shades of Portage #88A1E6
Tints of Portage #88A1E6
RGB
CMYK
RGB Variations
Color information
#88A1E6 (or 0x88A1E6) is known color: Portage. HEX triplet: 88, A1 and E6. RGB value is (136,161,230). Sum of RGB (Red+Green+Blue) = 136+161+230=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #88A1E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A1E6 is #775E19. Grayscale: #A1A1A1. Windows color (decimal): -7822874 or 15114632. OLE color: 15114632.
HSL color Cylindrical-coordinate representation of color #88A1E6: hue angle of 224.04º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88A1E6 is Cyan = 0.41, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 161 | 230 | - |
| CMYK | 0.41 | 0.3 | 0 | 0.10 |
| HSL | 224.04º | 0.65% | 0.72% | - |
| HSV(B) | 224.04º | 0.41% | 0.9% | - |
| XYZ | 37.18 | 36.44 | 79.94 | - |
| YUV | 161.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 230 | 0.41 | 0.3 | 0 | 0.10 | 224.04 | 0.65 | 0.72 |
| Hex | 88 | A1 | E6 | 29 | 1E | 0 | A | E0 | 41 | 48 |
| Octal | 210 | 241 | 346 | 51 | 36 | 0 | 12 | 340 | 101 | 110 |
| Binary | 10001000 | 10100001 | 11100110 | 101001 | 11110 | 0 | 1010 | 11100000 | 1000001 | 1001000 |
Color Harmonies of #88A1E6
Complementary color
Monochromatic Colors of #88A1E6
Black with #88A1E6
Text Example
Text Example
White with #88A1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A1E6; }
p { color: rgb(136,161,230); }
H1.HeaderClassName
{
color: #88A1E6;
}
.AnyTagClassName
{
color: #88A1E6;
}
</style>
background-color css
<style>
a { background-color: #88A1E6; }
a { background-color: rgb(136,161,230); }
div.DivClassName
{
background-color: #88A1E6;
}
.BgClassName
{
background-color: #88A1E6;
}
</style>
border-color css
<style>
span { border-color: #88A1E6; }
span { border-color: rgb(136,161,230); }
td.TdClassName
{
border-color: #88A1E6;
}
.TagClassName
{
border-color: #88A1E6;
}
</style>