Shades of Portage #888CDD
Tints of Portage #888CDD
RGB
CMYK
RGB Variations
Color information
#888CDD (or 0x888CDD) is known color: Portage. HEX triplet: 88, 8C and DD. RGB value is (136,140,221). Sum of RGB (Red+Green+Blue) = 136+140+221=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #888CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CDD is #777322. Grayscale: #939393. Windows color (decimal): -7828259 or 14519432. OLE color: 14519432.
HSL color Cylindrical-coordinate representation of color #888CDD: hue angle of 237.18º 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 #888CDD is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 140 | 221 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.13 |
| HSL | 237.18º | 0.56% | 0.7% | - |
| HSV(B) | 237.18º | 0.38% | 0.87% | - |
| XYZ | 32.58 | 29.21 | 72.33 | - |
| YUV | 148.04 | 169.17 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 221 | 0.38 | 0.37 | 0 | 0.13 | 237.18 | 0.56 | 0.7 |
| Hex | 88 | 8C | DD | 26 | 25 | 0 | D | ED | 38 | 46 |
| Octal | 210 | 214 | 335 | 46 | 45 | 0 | 15 | 355 | 70 | 106 |
| Binary | 10001000 | 10001100 | 11011101 | 100110 | 100101 | 0 | 1101 | 11101101 | 111000 | 1000110 |
Color Harmonies of #888CDD
Complementary color
Monochromatic Colors of #888CDD
Black with #888CDD
Text Example
Text Example
White with #888CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CDD; }
p { color: rgb(136,140,221); }
H1.HeaderClassName
{
color: #888CDD;
}
.AnyTagClassName
{
color: #888CDD;
}
</style>
background-color css
<style>
a { background-color: #888CDD; }
a { background-color: rgb(136,140,221); }
div.DivClassName
{
background-color: #888CDD;
}
.BgClassName
{
background-color: #888CDD;
}
</style>
border-color css
<style>
span { border-color: #888CDD; }
span { border-color: rgb(136,140,221); }
td.TdClassName
{
border-color: #888CDD;
}
.TagClassName
{
border-color: #888CDD;
}
</style>