Shades of Portage #888FE5
Tints of Portage #888FE5
RGB
CMYK
RGB Variations
Color information
#888FE5 (or 0x888FE5) is known color: Portage. HEX triplet: 88, 8F and E5. RGB value is (136,143,229). Sum of RGB (Red+Green+Blue) = 136+143+229=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #888FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FE5 is #77701A. Grayscale: #969696. Windows color (decimal): -7827483 or 15044488. OLE color: 15044488.
HSL color Cylindrical-coordinate representation of color #888FE5: hue angle of 235.48º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #888FE5 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 143 | 229 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.10 |
| HSL | 235.48º | 0.64% | 0.72% | - |
| HSV(B) | 235.48º | 0.41% | 0.9% | - |
| XYZ | 34.12 | 30.54 | 78.22 | - |
| YUV | 150.71 | 172.18 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 229 | 0.41 | 0.38 | 0 | 0.10 | 235.48 | 0.64 | 0.72 |
| Hex | 88 | 8F | E5 | 29 | 26 | 0 | A | EB | 40 | 48 |
| Octal | 210 | 217 | 345 | 51 | 46 | 0 | 12 | 353 | 100 | 110 |
| Binary | 10001000 | 10001111 | 11100101 | 101001 | 100110 | 0 | 1010 | 11101011 | 1000000 | 1001000 |
Color Harmonies of #888FE5
Complementary color
Monochromatic Colors of #888FE5
Black with #888FE5
Text Example
Text Example
White with #888FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FE5; }
p { color: rgb(136,143,229); }
H1.HeaderClassName
{
color: #888FE5;
}
.AnyTagClassName
{
color: #888FE5;
}
</style>
background-color css
<style>
a { background-color: #888FE5; }
a { background-color: rgb(136,143,229); }
div.DivClassName
{
background-color: #888FE5;
}
.BgClassName
{
background-color: #888FE5;
}
</style>
border-color css
<style>
span { border-color: #888FE5; }
span { border-color: rgb(136,143,229); }
td.TdClassName
{
border-color: #888FE5;
}
.TagClassName
{
border-color: #888FE5;
}
</style>