Shades of Portage #88A0DC
Tints of Portage #88A0DC
RGB
CMYK
RGB Variations
Color information
#88A0DC (or 0x88A0DC) is known color: Portage. HEX triplet: 88, A0 and DC. RGB value is (136,160,220). Sum of RGB (Red+Green+Blue) = 136+160+220=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #88A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A0DC is #775F23. Grayscale: #9F9F9F. Windows color (decimal): -7823140 or 14459016. OLE color: 14459016.
HSL color Cylindrical-coordinate representation of color #88A0DC: hue angle of 222.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88A0DC is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 160 | 220 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.14 |
| HSL | 222.86º | 0.55% | 0.7% | - |
| HSV(B) | 222.86º | 0.38% | 0.86% | - |
| XYZ | 35.64 | 35.54 | 72.69 | - |
| YUV | 159.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 220 | 0.38 | 0.27 | 0 | 0.14 | 222.86 | 0.55 | 0.7 |
| Hex | 88 | A0 | DC | 26 | 1B | 0 | E | DF | 37 | 46 |
| Octal | 210 | 240 | 334 | 46 | 33 | 0 | 16 | 337 | 67 | 106 |
| Binary | 10001000 | 10100000 | 11011100 | 100110 | 11011 | 0 | 1110 | 11011111 | 110111 | 1000110 |
Color Harmonies of #88A0DC
Complementary color
Monochromatic Colors of #88A0DC
Black with #88A0DC
Text Example
Text Example
White with #88A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A0DC; }
p { color: rgb(136,160,220); }
H1.HeaderClassName
{
color: #88A0DC;
}
.AnyTagClassName
{
color: #88A0DC;
}
</style>
background-color css
<style>
a { background-color: #88A0DC; }
a { background-color: rgb(136,160,220); }
div.DivClassName
{
background-color: #88A0DC;
}
.BgClassName
{
background-color: #88A0DC;
}
</style>
border-color css
<style>
span { border-color: #88A0DC; }
span { border-color: rgb(136,160,220); }
td.TdClassName
{
border-color: #88A0DC;
}
.TagClassName
{
border-color: #88A0DC;
}
</style>