Shades of Portage #888CF4
Tints of Portage #888CF4
RGB
CMYK
RGB Variations
Color information
#888CF4 (or 0x888CF4) is known color: Portage. HEX triplet: 88, 8C and F4. RGB value is (136,140,244). Sum of RGB (Red+Green+Blue) = 136+140+244=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #888CF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CF4 is #77730B. Grayscale: #969696. Windows color (decimal): -7828236 or 16026760. OLE color: 16026760.
HSL color Cylindrical-coordinate representation of color #888CF4: hue angle of 237.78º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #888CF4 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 140 | 244 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.04 |
| HSL | 237.78º | 0.83% | 0.75% | - |
| HSV(B) | 237.78º | 0.44% | 0.96% | - |
| XYZ | 35.86 | 30.52 | 89.59 | - |
| YUV | 150.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 244 | 0.44 | 0.43 | 0 | 0.04 | 237.78 | 0.83 | 0.75 |
| Hex | 88 | 8C | F4 | 2C | 2B | 0 | 4 | EE | 53 | 4B |
| Octal | 210 | 214 | 364 | 54 | 53 | 0 | 4 | 356 | 123 | 113 |
| Binary | 10001000 | 10001100 | 11110100 | 101100 | 101011 | 0 | 100 | 11101110 | 1010011 | 1001011 |
Color Harmonies of #888CF4
Complementary color
Monochromatic Colors of #888CF4
Black with #888CF4
Text Example
Text Example
White with #888CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CF4; }
p { color: rgb(136,140,244); }
H1.HeaderClassName
{
color: #888CF4;
}
.AnyTagClassName
{
color: #888CF4;
}
</style>
background-color css
<style>
a { background-color: #888CF4; }
a { background-color: rgb(136,140,244); }
div.DivClassName
{
background-color: #888CF4;
}
.BgClassName
{
background-color: #888CF4;
}
</style>
border-color css
<style>
span { border-color: #888CF4; }
span { border-color: rgb(136,140,244); }
td.TdClassName
{
border-color: #888CF4;
}
.TagClassName
{
border-color: #888CF4;
}
</style>