Shades of Portage #888FEB
Tints of Portage #888FEB
RGB
CMYK
RGB Variations
Color information
#888FEB (or 0x888FEB) is known color: Portage. HEX triplet: 88, 8F and EB. RGB value is (136,143,235). Sum of RGB (Red+Green+Blue) = 136+143+235=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #888FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888FEB is #777014. Grayscale: #979797. Windows color (decimal): -7827477 or 15437704. OLE color: 15437704.
HSL color Cylindrical-coordinate representation of color #888FEB: hue angle of 235.76º 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 #888FEB is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 143 | 235 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.08 |
| HSL | 235.76º | 0.71% | 0.73% | - |
| HSV(B) | 235.76º | 0.42% | 0.92% | - |
| XYZ | 34.97 | 30.88 | 82.71 | - |
| YUV | 151.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 235 | 0.42 | 0.39 | 0 | 0.08 | 235.76 | 0.71 | 0.73 |
| Hex | 88 | 8F | EB | 2A | 27 | 0 | 8 | EC | 47 | 49 |
| Octal | 210 | 217 | 353 | 52 | 47 | 0 | 10 | 354 | 107 | 111 |
| Binary | 10001000 | 10001111 | 11101011 | 101010 | 100111 | 0 | 1000 | 11101100 | 1000111 | 1001001 |
Color Harmonies of #888FEB
Complementary color
Monochromatic Colors of #888FEB
Black with #888FEB
Text Example
Text Example
White with #888FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FEB; }
p { color: rgb(136,143,235); }
H1.HeaderClassName
{
color: #888FEB;
}
.AnyTagClassName
{
color: #888FEB;
}
</style>
background-color css
<style>
a { background-color: #888FEB; }
a { background-color: rgb(136,143,235); }
div.DivClassName
{
background-color: #888FEB;
}
.BgClassName
{
background-color: #888FEB;
}
</style>
border-color css
<style>
span { border-color: #888FEB; }
span { border-color: rgb(136,143,235); }
td.TdClassName
{
border-color: #888FEB;
}
.TagClassName
{
border-color: #888FEB;
}
</style>