Shades of Portage #888CEB
Tints of Portage #888CEB
RGB
CMYK
RGB Variations
Color information
#888CEB (or 0x888CEB) is known color: Portage. HEX triplet: 88, 8C and EB. RGB value is (136,140,235). Sum of RGB (Red+Green+Blue) = 136+140+235=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #888CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CEB is #777314. Grayscale: #959595. Windows color (decimal): -7828245 or 15436936. OLE color: 15436936.
HSL color Cylindrical-coordinate representation of color #888CEB: hue angle of 237.58º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #888CEB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 140 | 235 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.08 |
| HSL | 237.58º | 0.71% | 0.73% | - |
| HSV(B) | 237.58º | 0.42% | 0.92% | - |
| XYZ | 34.53 | 29.99 | 82.57 | - |
| YUV | 149.63 | 176.17 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 235 | 0.42 | 0.40 | 0 | 0.08 | 237.58 | 0.71 | 0.73 |
| Hex | 88 | 8C | EB | 2A | 28 | 0 | 8 | EE | 47 | 49 |
| Octal | 210 | 214 | 353 | 52 | 50 | 0 | 10 | 356 | 107 | 111 |
| Binary | 10001000 | 10001100 | 11101011 | 101010 | 101000 | 0 | 1000 | 11101110 | 1000111 | 1001001 |
Color Harmonies of #888CEB
Complementary color
Monochromatic Colors of #888CEB
Black with #888CEB
Text Example
Text Example
White with #888CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CEB; }
p { color: rgb(136,140,235); }
H1.HeaderClassName
{
color: #888CEB;
}
.AnyTagClassName
{
color: #888CEB;
}
</style>
background-color css
<style>
a { background-color: #888CEB; }
a { background-color: rgb(136,140,235); }
div.DivClassName
{
background-color: #888CEB;
}
.BgClassName
{
background-color: #888CEB;
}
</style>
border-color css
<style>
span { border-color: #888CEB; }
span { border-color: rgb(136,140,235); }
td.TdClassName
{
border-color: #888CEB;
}
.TagClassName
{
border-color: #888CEB;
}
</style>