Shades of Portage #888FEA
Tints of Portage #888FEA
RGB
CMYK
RGB Variations
Color information
#888FEA (or 0x888FEA) is known color: Portage. HEX triplet: 88, 8F and EA. RGB value is (136,143,234). Sum of RGB (Red+Green+Blue) = 136+143+234=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #888FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888FEA is #777015. Grayscale: #969696. Windows color (decimal): -7827478 or 15372168. OLE color: 15372168.
HSL color Cylindrical-coordinate representation of color #888FEA: hue angle of 235.71º degrees, saturation: 0.7, 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 #888FEA is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 143 | 234 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.08 |
| HSL | 235.71º | 0.7% | 0.73% | - |
| HSV(B) | 235.71º | 0.42% | 0.92% | - |
| XYZ | 34.83 | 30.82 | 81.96 | - |
| YUV | 151.28 | 174.68 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 234 | 0.42 | 0.39 | 0 | 0.08 | 235.71 | 0.7 | 0.73 |
| Hex | 88 | 8F | EA | 2A | 27 | 0 | 8 | EC | 46 | 49 |
| Octal | 210 | 217 | 352 | 52 | 47 | 0 | 10 | 354 | 106 | 111 |
| Binary | 10001000 | 10001111 | 11101010 | 101010 | 100111 | 0 | 1000 | 11101100 | 1000110 | 1001001 |
Color Harmonies of #888FEA
Complementary color
Monochromatic Colors of #888FEA
Black with #888FEA
Text Example
Text Example
White with #888FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FEA; }
p { color: rgb(136,143,234); }
H1.HeaderClassName
{
color: #888FEA;
}
.AnyTagClassName
{
color: #888FEA;
}
</style>
background-color css
<style>
a { background-color: #888FEA; }
a { background-color: rgb(136,143,234); }
div.DivClassName
{
background-color: #888FEA;
}
.BgClassName
{
background-color: #888FEA;
}
</style>
border-color css
<style>
span { border-color: #888FEA; }
span { border-color: rgb(136,143,234); }
td.TdClassName
{
border-color: #888FEA;
}
.TagClassName
{
border-color: #888FEA;
}
</style>