Shades of Portage #88A1DF
Tints of Portage #88A1DF
RGB
CMYK
RGB Variations
Color information
#88A1DF (or 0x88A1DF) is known color: Portage. HEX triplet: 88, A1 and DF. RGB value is (136,161,223). Sum of RGB (Red+Green+Blue) = 136+161+223=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #88A1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A1DF is #775E20. Grayscale: #A0A0A0. Windows color (decimal): -7822881 or 14655880. OLE color: 14655880.
HSL color Cylindrical-coordinate representation of color #88A1DF: hue angle of 222.76º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88A1DF is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 161 | 223 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.13 |
| HSL | 222.76º | 0.58% | 0.7% | - |
| HSV(B) | 222.76º | 0.39% | 0.87% | - |
| XYZ | 36.22 | 36.05 | 74.86 | - |
| YUV | 160.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 223 | 0.39 | 0.28 | 0 | 0.13 | 222.76 | 0.58 | 0.7 |
| Hex | 88 | A1 | DF | 27 | 1C | 0 | D | DF | 3A | 46 |
| Octal | 210 | 241 | 337 | 47 | 34 | 0 | 15 | 337 | 72 | 106 |
| Binary | 10001000 | 10100001 | 11011111 | 100111 | 11100 | 0 | 1101 | 11011111 | 111010 | 1000110 |
Color Harmonies of #88A1DF
Complementary color
Monochromatic Colors of #88A1DF
Black with #88A1DF
Text Example
Text Example
White with #88A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A1DF; }
p { color: rgb(136,161,223); }
H1.HeaderClassName
{
color: #88A1DF;
}
.AnyTagClassName
{
color: #88A1DF;
}
</style>
background-color css
<style>
a { background-color: #88A1DF; }
a { background-color: rgb(136,161,223); }
div.DivClassName
{
background-color: #88A1DF;
}
.BgClassName
{
background-color: #88A1DF;
}
</style>
border-color css
<style>
span { border-color: #88A1DF; }
span { border-color: rgb(136,161,223); }
td.TdClassName
{
border-color: #88A1DF;
}
.TagClassName
{
border-color: #88A1DF;
}
</style>