Shades of Portage #8888DD
Tints of Portage #8888DD
RGB
CMYK
RGB Variations
Color information
#8888DD (or 0x8888DD) is known color: Portage. HEX triplet: 88, 88 and DD. RGB value is (136,136,221). Sum of RGB (Red+Green+Blue) = 136+136+221=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #8888DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8888DD is #777722. Grayscale: #919191. Windows color (decimal): -7829283 or 14518408. OLE color: 14518408.
HSL color Cylindrical-coordinate representation of color #8888DD: hue angle of 240º 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 #8888DD is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 136 | 221 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.13 |
| HSL | 240º | 0.56% | 0.7% | - |
| HSV(B) | 240º | 0.38% | 0.87% | - |
| XYZ | 32.01 | 28.06 | 72.14 | - |
| YUV | 145.69 | 170.5 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 221 | 0.38 | 0.38 | 0 | 0.13 | 240 | 0.56 | 0.7 |
| Hex | 88 | 88 | DD | 26 | 26 | 0 | D | F0 | 38 | 46 |
| Octal | 210 | 210 | 335 | 46 | 46 | 0 | 15 | 360 | 70 | 106 |
| Binary | 10001000 | 10001000 | 11011101 | 100110 | 100110 | 0 | 1101 | 11110000 | 111000 | 1000110 |
Color Harmonies of #8888DD
Complementary color
Monochromatic Colors of #8888DD
Black with #8888DD
Text Example
Text Example
White with #8888DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8888DD; }
p { color: rgb(136,136,221); }
H1.HeaderClassName
{
color: #8888DD;
}
.AnyTagClassName
{
color: #8888DD;
}
</style>
background-color css
<style>
a { background-color: #8888DD; }
a { background-color: rgb(136,136,221); }
div.DivClassName
{
background-color: #8888DD;
}
.BgClassName
{
background-color: #8888DD;
}
</style>
border-color css
<style>
span { border-color: #8888DD; }
span { border-color: rgb(136,136,221); }
td.TdClassName
{
border-color: #8888DD;
}
.TagClassName
{
border-color: #8888DD;
}
</style>