Shades of Portage #888FE4
Tints of Portage #888FE4
RGB
CMYK
RGB Variations
Color information
#888FE4 (or 0x888FE4) is known color: Portage. HEX triplet: 88, 8F and E4. RGB value is (136,143,228). Sum of RGB (Red+Green+Blue) = 136+143+228=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #888FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FE4 is #77701B. Grayscale: #969696. Windows color (decimal): -7827484 or 14978952. OLE color: 14978952.
HSL color Cylindrical-coordinate representation of color #888FE4: hue angle of 235.43º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #888FE4 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 143 | 228 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.11 |
| HSL | 235.43º | 0.63% | 0.71% | - |
| HSV(B) | 235.43º | 0.4% | 0.89% | - |
| XYZ | 33.98 | 30.48 | 77.49 | - |
| YUV | 150.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 228 | 0.40 | 0.37 | 0 | 0.11 | 235.43 | 0.63 | 0.71 |
| Hex | 88 | 8F | E4 | 28 | 25 | 0 | B | EB | 3F | 47 |
| Octal | 210 | 217 | 344 | 50 | 45 | 0 | 13 | 353 | 77 | 107 |
| Binary | 10001000 | 10001111 | 11100100 | 101000 | 100101 | 0 | 1011 | 11101011 | 111111 | 1000111 |
Color Harmonies of #888FE4
Complementary color
Monochromatic Colors of #888FE4
Black with #888FE4
Text Example
Text Example
White with #888FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FE4; }
p { color: rgb(136,143,228); }
H1.HeaderClassName
{
color: #888FE4;
}
.AnyTagClassName
{
color: #888FE4;
}
</style>
background-color css
<style>
a { background-color: #888FE4; }
a { background-color: rgb(136,143,228); }
div.DivClassName
{
background-color: #888FE4;
}
.BgClassName
{
background-color: #888FE4;
}
</style>
border-color css
<style>
span { border-color: #888FE4; }
span { border-color: rgb(136,143,228); }
td.TdClassName
{
border-color: #888FE4;
}
.TagClassName
{
border-color: #888FE4;
}
</style>