Shades of Portage #888DDF
Tints of Portage #888DDF
RGB
CMYK
RGB Variations
Color information
#888DDF (or 0x888DDF) is known color: Portage. HEX triplet: 88, 8D and DF. RGB value is (136,141,223). Sum of RGB (Red+Green+Blue) = 136+141+223=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #888DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DDF is #777220. Grayscale: #949494. Windows color (decimal): -7828001 or 14650760. OLE color: 14650760.
HSL color Cylindrical-coordinate representation of color #888DDF: hue angle of 236.55º 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 #888DDF is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 141 | 223 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.13 |
| HSL | 236.55º | 0.58% | 0.7% | - |
| HSV(B) | 236.55º | 0.39% | 0.87% | - |
| XYZ | 33 | 29.61 | 73.79 | - |
| YUV | 148.85 | 169.84 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 223 | 0.39 | 0.37 | 0 | 0.13 | 236.55 | 0.58 | 0.7 |
| Hex | 88 | 8D | DF | 27 | 25 | 0 | D | ED | 3A | 46 |
| Octal | 210 | 215 | 337 | 47 | 45 | 0 | 15 | 355 | 72 | 106 |
| Binary | 10001000 | 10001101 | 11011111 | 100111 | 100101 | 0 | 1101 | 11101101 | 111010 | 1000110 |
Color Harmonies of #888DDF
Complementary color
Monochromatic Colors of #888DDF
Black with #888DDF
Text Example
Text Example
White with #888DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888DDF; }
p { color: rgb(136,141,223); }
H1.HeaderClassName
{
color: #888DDF;
}
.AnyTagClassName
{
color: #888DDF;
}
</style>
background-color css
<style>
a { background-color: #888DDF; }
a { background-color: rgb(136,141,223); }
div.DivClassName
{
background-color: #888DDF;
}
.BgClassName
{
background-color: #888DDF;
}
</style>
border-color css
<style>
span { border-color: #888DDF; }
span { border-color: rgb(136,141,223); }
td.TdClassName
{
border-color: #888DDF;
}
.TagClassName
{
border-color: #888DDF;
}
</style>