Shades of Portage #88A1DD
Tints of Portage #88A1DD
RGB
CMYK
RGB Variations
Color information
#88A1DD (or 0x88A1DD) is known color: Portage. HEX triplet: 88, A1 and DD. RGB value is (136,161,221). Sum of RGB (Red+Green+Blue) = 136+161+221=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #88A1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A1DD is #775E22. Grayscale: #A0A0A0. Windows color (decimal): -7822883 or 14524808. OLE color: 14524808.
HSL color Cylindrical-coordinate representation of color #88A1DD: hue angle of 222.35º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88A1DD is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 161 | 221 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.13 |
| HSL | 222.35º | 0.56% | 0.7% | - |
| HSV(B) | 222.35º | 0.38% | 0.87% | - |
| XYZ | 35.95 | 35.94 | 73.45 | - |
| YUV | 160.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 221 | 0.38 | 0.27 | 0 | 0.13 | 222.35 | 0.56 | 0.7 |
| Hex | 88 | A1 | DD | 26 | 1B | 0 | D | DE | 38 | 46 |
| Octal | 210 | 241 | 335 | 46 | 33 | 0 | 15 | 336 | 70 | 106 |
| Binary | 10001000 | 10100001 | 11011101 | 100110 | 11011 | 0 | 1101 | 11011110 | 111000 | 1000110 |
Color Harmonies of #88A1DD
Complementary color
Monochromatic Colors of #88A1DD
Black with #88A1DD
Text Example
Text Example
White with #88A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A1DD; }
p { color: rgb(136,161,221); }
H1.HeaderClassName
{
color: #88A1DD;
}
.AnyTagClassName
{
color: #88A1DD;
}
</style>
background-color css
<style>
a { background-color: #88A1DD; }
a { background-color: rgb(136,161,221); }
div.DivClassName
{
background-color: #88A1DD;
}
.BgClassName
{
background-color: #88A1DD;
}
</style>
border-color css
<style>
span { border-color: #88A1DD; }
span { border-color: rgb(136,161,221); }
td.TdClassName
{
border-color: #88A1DD;
}
.TagClassName
{
border-color: #88A1DD;
}
</style>