Shades of Portage #888CE1
Tints of Portage #888CE1
RGB
CMYK
RGB Variations
Color information
#888CE1 (or 0x888CE1) is known color: Portage. HEX triplet: 88, 8C and E1. RGB value is (136,140,225). Sum of RGB (Red+Green+Blue) = 136+140+225=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #888CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CE1 is #77731E. Grayscale: #949494. Windows color (decimal): -7828255 or 14781576. OLE color: 14781576.
HSL color Cylindrical-coordinate representation of color #888CE1: hue angle of 237.3º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #888CE1 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 140 | 225 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.12 |
| HSL | 237.3º | 0.6% | 0.71% | - |
| HSV(B) | 237.3º | 0.4% | 0.88% | - |
| XYZ | 33.12 | 29.43 | 75.17 | - |
| YUV | 148.49 | 171.17 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 225 | 0.40 | 0.38 | 0 | 0.12 | 237.3 | 0.6 | 0.71 |
| Hex | 88 | 8C | E1 | 28 | 26 | 0 | C | ED | 3C | 47 |
| Octal | 210 | 214 | 341 | 50 | 46 | 0 | 14 | 355 | 74 | 107 |
| Binary | 10001000 | 10001100 | 11100001 | 101000 | 100110 | 0 | 1100 | 11101101 | 111100 | 1000111 |
Color Harmonies of #888CE1
Complementary color
Monochromatic Colors of #888CE1
Black with #888CE1
Text Example
Text Example
White with #888CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CE1; }
p { color: rgb(136,140,225); }
H1.HeaderClassName
{
color: #888CE1;
}
.AnyTagClassName
{
color: #888CE1;
}
</style>
background-color css
<style>
a { background-color: #888CE1; }
a { background-color: rgb(136,140,225); }
div.DivClassName
{
background-color: #888CE1;
}
.BgClassName
{
background-color: #888CE1;
}
</style>
border-color css
<style>
span { border-color: #888CE1; }
span { border-color: rgb(136,140,225); }
td.TdClassName
{
border-color: #888CE1;
}
.TagClassName
{
border-color: #888CE1;
}
</style>