Shades of Portage #888CF1
Tints of Portage #888CF1
RGB
CMYK
RGB Variations
Color information
#888CF1 (or 0x888CF1) is known color: Portage. HEX triplet: 88, 8C and F1. RGB value is (136,140,241). Sum of RGB (Red+Green+Blue) = 136+140+241=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #888CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CF1 is #77730E. Grayscale: #959595. Windows color (decimal): -7828239 or 15830152. OLE color: 15830152.
HSL color Cylindrical-coordinate representation of color #888CF1: hue angle of 237.71º degrees, saturation: 0.79, 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 #888CF1 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 140 | 241 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.05 |
| HSL | 237.71º | 0.79% | 0.74% | - |
| HSV(B) | 237.71º | 0.44% | 0.95% | - |
| XYZ | 35.41 | 30.34 | 87.21 | - |
| YUV | 150.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 241 | 0.44 | 0.42 | 0 | 0.05 | 237.71 | 0.79 | 0.74 |
| Hex | 88 | 8C | F1 | 2C | 2A | 0 | 5 | EE | 4F | 4A |
| Octal | 210 | 214 | 361 | 54 | 52 | 0 | 5 | 356 | 117 | 112 |
| Binary | 10001000 | 10001100 | 11110001 | 101100 | 101010 | 0 | 101 | 11101110 | 1001111 | 1001010 |
Color Harmonies of #888CF1
Complementary color
Monochromatic Colors of #888CF1
Black with #888CF1
Text Example
Text Example
White with #888CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CF1; }
p { color: rgb(136,140,241); }
H1.HeaderClassName
{
color: #888CF1;
}
.AnyTagClassName
{
color: #888CF1;
}
</style>
background-color css
<style>
a { background-color: #888CF1; }
a { background-color: rgb(136,140,241); }
div.DivClassName
{
background-color: #888CF1;
}
.BgClassName
{
background-color: #888CF1;
}
</style>
border-color css
<style>
span { border-color: #888CF1; }
span { border-color: rgb(136,140,241); }
td.TdClassName
{
border-color: #888CF1;
}
.TagClassName
{
border-color: #888CF1;
}
</style>