Shades of Portage #888CCF
Tints of Portage #888CCF
RGB
CMYK
RGB Variations
Color information
#888CCF (or 0x888CCF) is known color: Portage. HEX triplet: 88, 8C and CF. RGB value is (136,140,207). Sum of RGB (Red+Green+Blue) = 136+140+207=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #888CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CCF is #777330. Grayscale: #929292. Windows color (decimal): -7828273 or 13601928. OLE color: 13601928.
HSL color Cylindrical-coordinate representation of color #888CCF: hue angle of 236.62º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #888CCF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 140 | 207 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.19 |
| HSL | 236.62º | 0.43% | 0.67% | - |
| HSV(B) | 236.62º | 0.34% | 0.81% | - |
| XYZ | 30.79 | 28.5 | 62.91 | - |
| YUV | 146.44 | 162.17 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 207 | 0.34 | 0.32 | 0 | 0.19 | 236.62 | 0.43 | 0.67 |
| Hex | 88 | 8C | CF | 22 | 20 | 0 | 13 | ED | 2B | 43 |
| Octal | 210 | 214 | 317 | 42 | 40 | 0 | 23 | 355 | 53 | 103 |
| Binary | 10001000 | 10001100 | 11001111 | 100010 | 100000 | 0 | 10011 | 11101101 | 101011 | 1000011 |
Color Harmonies of #888CCF
Complementary color
Monochromatic Colors of #888CCF
Black with #888CCF
Text Example
Text Example
White with #888CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CCF; }
p { color: rgb(136,140,207); }
H1.HeaderClassName
{
color: #888CCF;
}
.AnyTagClassName
{
color: #888CCF;
}
</style>
background-color css
<style>
a { background-color: #888CCF; }
a { background-color: rgb(136,140,207); }
div.DivClassName
{
background-color: #888CCF;
}
.BgClassName
{
background-color: #888CCF;
}
</style>
border-color css
<style>
span { border-color: #888CCF; }
span { border-color: rgb(136,140,207); }
td.TdClassName
{
border-color: #888CCF;
}
.TagClassName
{
border-color: #888CCF;
}
</style>