Shades of Portage #888CE0
Tints of Portage #888CE0
RGB
CMYK
RGB Variations
Color information
#888CE0 (or 0x888CE0) is known color: Portage. HEX triplet: 88, 8C and E0. RGB value is (136,140,224). Sum of RGB (Red+Green+Blue) = 136+140+224=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #888CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CE0 is #77731F. Grayscale: #949494. Windows color (decimal): -7828256 or 14716040. OLE color: 14716040.
HSL color Cylindrical-coordinate representation of color #888CE0: hue angle of 237.27º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #888CE0 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 140 | 224 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.12 |
| HSL | 237.27º | 0.59% | 0.71% | - |
| HSV(B) | 237.27º | 0.39% | 0.88% | - |
| XYZ | 32.99 | 29.37 | 74.45 | - |
| YUV | 148.38 | 170.67 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 224 | 0.39 | 0.38 | 0 | 0.12 | 237.27 | 0.59 | 0.71 |
| Hex | 88 | 8C | E0 | 27 | 26 | 0 | C | ED | 3B | 47 |
| Octal | 210 | 214 | 340 | 47 | 46 | 0 | 14 | 355 | 73 | 107 |
| Binary | 10001000 | 10001100 | 11100000 | 100111 | 100110 | 0 | 1100 | 11101101 | 111011 | 1000111 |
Color Harmonies of #888CE0
Complementary color
Monochromatic Colors of #888CE0
Black with #888CE0
Text Example
Text Example
White with #888CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CE0; }
p { color: rgb(136,140,224); }
H1.HeaderClassName
{
color: #888CE0;
}
.AnyTagClassName
{
color: #888CE0;
}
</style>
background-color css
<style>
a { background-color: #888CE0; }
a { background-color: rgb(136,140,224); }
div.DivClassName
{
background-color: #888CE0;
}
.BgClassName
{
background-color: #888CE0;
}
</style>
border-color css
<style>
span { border-color: #888CE0; }
span { border-color: rgb(136,140,224); }
td.TdClassName
{
border-color: #888CE0;
}
.TagClassName
{
border-color: #888CE0;
}
</style>