Shades of Portage #888ADD
Tints of Portage #888ADD
RGB
CMYK
RGB Variations
Color information
#888ADD (or 0x888ADD) is known color: Portage. HEX triplet: 88, 8A and DD. RGB value is (136,138,221). Sum of RGB (Red+Green+Blue) = 136+138+221=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #888ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ADD is #777522. Grayscale: #929292. Windows color (decimal): -7828771 or 14518920. OLE color: 14518920.
HSL color Cylindrical-coordinate representation of color #888ADD: hue angle of 238.59º 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 #888ADD is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 138 | 221 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.13 |
| HSL | 238.59º | 0.56% | 0.7% | - |
| HSV(B) | 238.59º | 0.38% | 0.87% | - |
| XYZ | 32.29 | 28.63 | 72.23 | - |
| YUV | 146.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 221 | 0.38 | 0.38 | 0 | 0.13 | 238.59 | 0.56 | 0.7 |
| Hex | 88 | 8A | DD | 26 | 26 | 0 | D | EF | 38 | 46 |
| Octal | 210 | 212 | 335 | 46 | 46 | 0 | 15 | 357 | 70 | 106 |
| Binary | 10001000 | 10001010 | 11011101 | 100110 | 100110 | 0 | 1101 | 11101111 | 111000 | 1000110 |
Color Harmonies of #888ADD
Complementary color
Monochromatic Colors of #888ADD
Black with #888ADD
Text Example
Text Example
White with #888ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888ADD; }
p { color: rgb(136,138,221); }
H1.HeaderClassName
{
color: #888ADD;
}
.AnyTagClassName
{
color: #888ADD;
}
</style>
background-color css
<style>
a { background-color: #888ADD; }
a { background-color: rgb(136,138,221); }
div.DivClassName
{
background-color: #888ADD;
}
.BgClassName
{
background-color: #888ADD;
}
</style>
border-color css
<style>
span { border-color: #888ADD; }
span { border-color: rgb(136,138,221); }
td.TdClassName
{
border-color: #888ADD;
}
.TagClassName
{
border-color: #888ADD;
}
</style>