Shades of Portage #888CDE
Tints of Portage #888CDE
RGB
CMYK
RGB Variations
Color information
#888CDE (or 0x888CDE) is known color: Portage. HEX triplet: 88, 8C and DE. RGB value is (136,140,222). Sum of RGB (Red+Green+Blue) = 136+140+222=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #888CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CDE is #777321. Grayscale: #939393. Windows color (decimal): -7828258 or 14584968. OLE color: 14584968.
HSL color Cylindrical-coordinate representation of color #888CDE: hue angle of 237.21º degrees, saturation: 0.57, 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 #888CDE is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 140 | 222 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.13 |
| HSL | 237.21º | 0.57% | 0.7% | - |
| HSV(B) | 237.21º | 0.39% | 0.87% | - |
| XYZ | 32.72 | 29.26 | 73.03 | - |
| YUV | 148.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 222 | 0.39 | 0.37 | 0 | 0.13 | 237.21 | 0.57 | 0.7 |
| Hex | 88 | 8C | DE | 27 | 25 | 0 | D | ED | 39 | 46 |
| Octal | 210 | 214 | 336 | 47 | 45 | 0 | 15 | 355 | 71 | 106 |
| Binary | 10001000 | 10001100 | 11011110 | 100111 | 100101 | 0 | 1101 | 11101101 | 111001 | 1000110 |
Color Harmonies of #888CDE
Complementary color
Monochromatic Colors of #888CDE
Black with #888CDE
Text Example
Text Example
White with #888CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CDE; }
p { color: rgb(136,140,222); }
H1.HeaderClassName
{
color: #888CDE;
}
.AnyTagClassName
{
color: #888CDE;
}
</style>
background-color css
<style>
a { background-color: #888CDE; }
a { background-color: rgb(136,140,222); }
div.DivClassName
{
background-color: #888CDE;
}
.BgClassName
{
background-color: #888CDE;
}
</style>
border-color css
<style>
span { border-color: #888CDE; }
span { border-color: rgb(136,140,222); }
td.TdClassName
{
border-color: #888CDE;
}
.TagClassName
{
border-color: #888CDE;
}
</style>