Shades of Portage #888FC7
Tints of Portage #888FC7
RGB
CMYK
RGB Variations
Color information
#888FC7 (or 0x888FC7) is known color: Portage. HEX triplet: 88, 8F and C7. RGB value is (136,143,199). Sum of RGB (Red+Green+Blue) = 136+143+199=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 199 - color contains mainly: blue. Hex color #888FC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FC7 is #777038. Grayscale: #939393. Windows color (decimal): -7827513 or 13078408. OLE color: 13078408.
HSL color Cylindrical-coordinate representation of color #888FC7: hue angle of 233.33º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #888FC7 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 143 | 199 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.22 |
| HSL | 233.33º | 0.36% | 0.66% | - |
| HSV(B) | 233.33º | 0.32% | 0.78% | - |
| XYZ | 30.28 | 29 | 58.03 | - |
| YUV | 147.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 199 | 0.32 | 0.28 | 0 | 0.22 | 233.33 | 0.36 | 0.66 |
| Hex | 88 | 8F | C7 | 20 | 1C | 0 | 16 | E9 | 24 | 42 |
| Octal | 210 | 217 | 307 | 40 | 34 | 0 | 26 | 351 | 44 | 102 |
| Binary | 10001000 | 10001111 | 11000111 | 100000 | 11100 | 0 | 10110 | 11101001 | 100100 | 1000010 |
Color Harmonies of #888FC7
Complementary color
Monochromatic Colors of #888FC7
Black with #888FC7
Text Example
Text Example
White with #888FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FC7; }
p { color: rgb(136,143,199); }
H1.HeaderClassName
{
color: #888FC7;
}
.AnyTagClassName
{
color: #888FC7;
}
</style>
background-color css
<style>
a { background-color: #888FC7; }
a { background-color: rgb(136,143,199); }
div.DivClassName
{
background-color: #888FC7;
}
.BgClassName
{
background-color: #888FC7;
}
</style>
border-color css
<style>
span { border-color: #888FC7; }
span { border-color: rgb(136,143,199); }
td.TdClassName
{
border-color: #888FC7;
}
.TagClassName
{
border-color: #888FC7;
}
</style>