Shades of Portage #888EF2
Tints of Portage #888EF2
RGB
CMYK
RGB Variations
Color information
#888EF2 (or 0x888EF2) is known color: Portage. HEX triplet: 88, 8E and F2. RGB value is (136,142,242). Sum of RGB (Red+Green+Blue) = 136+142+242=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #888EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888EF2 is #77710D. Grayscale: #979797. Windows color (decimal): -7827726 or 15896200. OLE color: 15896200.
HSL color Cylindrical-coordinate representation of color #888EF2: hue angle of 236.6º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #888EF2 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 142 | 242 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.05 |
| HSL | 236.6º | 0.8% | 0.74% | - |
| HSV(B) | 236.6º | 0.44% | 0.95% | - |
| XYZ | 35.85 | 30.99 | 88.1 | - |
| YUV | 151.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 242 | 0.44 | 0.41 | 0 | 0.05 | 236.6 | 0.8 | 0.74 |
| Hex | 88 | 8E | F2 | 2C | 29 | 0 | 5 | ED | 50 | 4A |
| Octal | 210 | 216 | 362 | 54 | 51 | 0 | 5 | 355 | 120 | 112 |
| Binary | 10001000 | 10001110 | 11110010 | 101100 | 101001 | 0 | 101 | 11101101 | 1010000 | 1001010 |
Color Harmonies of #888EF2
Complementary color
Monochromatic Colors of #888EF2
Black with #888EF2
Text Example
Text Example
White with #888EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888EF2; }
p { color: rgb(136,142,242); }
H1.HeaderClassName
{
color: #888EF2;
}
.AnyTagClassName
{
color: #888EF2;
}
</style>
background-color css
<style>
a { background-color: #888EF2; }
a { background-color: rgb(136,142,242); }
div.DivClassName
{
background-color: #888EF2;
}
.BgClassName
{
background-color: #888EF2;
}
</style>
border-color css
<style>
span { border-color: #888EF2; }
span { border-color: rgb(136,142,242); }
td.TdClassName
{
border-color: #888EF2;
}
.TagClassName
{
border-color: #888EF2;
}
</style>